docstring corrections
parent
ff5014c606
commit
d2e867b52e
|
@ -55,8 +55,7 @@ coverage.xml
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
graph_default_sem_eq_weights.rst
|
similarity_weights.rst
|
||||||
object_default_sem_eq_weights.rst
|
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
target/
|
target/
|
||||||
|
|
|
@ -228,7 +228,7 @@ class Environment(DataStoreMixin):
|
||||||
Note:
|
Note:
|
||||||
Default weight_dict:
|
Default weight_dict:
|
||||||
|
|
||||||
.. include:: ../object_default_sem_eq_weights.rst
|
.. include:: ../similarity_weights.rst
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
This implementation follows the Semantic Equivalence Committee Note.
|
This implementation follows the Semantic Equivalence Committee Note.
|
||||||
|
@ -286,7 +286,7 @@ class Environment(DataStoreMixin):
|
||||||
Note:
|
Note:
|
||||||
Default weight_dict:
|
Default weight_dict:
|
||||||
|
|
||||||
.. include:: ../object_default_sem_eq_weights.rst
|
.. include:: ../similarity_weights.rst
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
This implementation follows the Semantic Equivalence Committee Note.
|
This implementation follows the Semantic Equivalence Committee Note.
|
||||||
|
|
Loading…
Reference in New Issue