docstring corrections
parent
ff5014c606
commit
d2e867b52e
|
@ -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/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue