Skip to content

Commit a714299

Browse files
committed
Fix importings. Documentation updated.
1 parent d6f50e9 commit a714299

File tree

12 files changed

+923
-61
lines changed

12 files changed

+923
-61
lines changed

docs/_sources/autoapi/ontouml_models_lib/catalog/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Module Contents
9999

100100
.. py:class:: Catalog(catalog_path)
101101
102-
Bases: :py:obj:`utils.queryable_element.QueryableElement`
102+
Bases: :py:obj:`ontouml_models_lib.utils.queryable_element.QueryableElement`
103103

104104

105105
Manages a collection of ontology models in the OntoUML/UFO Catalog.
@@ -154,7 +154,7 @@ Module Contents
154154

155155

156156
.. py:attribute:: models
157-
:type: list[ontouml_models_lib.Model]
157+
:type: list[ontouml_models_lib.model.Model]
158158
:value: []
159159

160160

0 commit comments

Comments
 (0)