docstring corrections

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-01 12:29:33 -05:00
parent ff5014c606
commit d2e867b52e
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -55,8 +55,7 @@ coverage.xml
# Sphinx documentation
docs/_build/
.ipynb_checkpoints
graph_default_sem_eq_weights.rst
object_default_sem_eq_weights.rst
similarity_weights.rst
# PyBuilder
target/

View File

@ -228,7 +228,7 @@ class Environment(DataStoreMixin):
Note:
Default weight_dict:
.. include:: ../object_default_sem_eq_weights.rst
.. include:: ../similarity_weights.rst
Note:
This implementation follows the Semantic Equivalence Committee Note.
@ -286,7 +286,7 @@ class Environment(DataStoreMixin):
Note:
Default weight_dict:
.. include:: ../object_default_sem_eq_weights.rst
.. include:: ../similarity_weights.rst
Note:
This implementation follows the Semantic Equivalence Committee Note.