Skip to content

Commit 7ecc83c

Browse files
committed
docs: Remove outdated documentation model
Resolves #229
1 parent c371994 commit 7ecc83c

14 files changed

+1
-25166
lines changed

docs/capella-python-api/.project

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/capella-python-api/.project.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/capella-python-api/.user.af

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/capella-python-api/.user.af.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.afm

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.afm.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.aird

Lines changed: 0 additions & 20063 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.aird.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.capella

Lines changed: 0 additions & 5064 deletions
This file was deleted.

docs/capella-python-api/capella-python-api.capella.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3636
# ones.
3737
extensions = [
38-
"capellambse.sphinx",
3938
"nbsphinx",
4039
"sphinx.ext.autodoc",
4140
"sphinx.ext.coverage",
@@ -155,10 +154,6 @@
155154
html_static_path = ["_static"]
156155

157156

158-
# -- Options for CapellaMBSE-Sphinx ------------------------------------------
159-
capellambse_model = "../capella-python-api/capella-python-api.aird"
160-
161-
162157
# -- Skip __new__ methods ----------------------------------------------------
163158
# This skips all __new__ methods. They only appear for NamedTuple
164159
# classes, and they don't show any useful information that's not

src/capellambse/known_models/docs.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/capellambse/known_models/docs.json.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/test_cli_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def test_enumerate_known_models_contains_known_test_models():
15-
expected = {"docs.json", "test-5.0.json", "test-5.2.json", "test-lib.json"}
15+
expected = {"test-5.0.json", "test-5.2.json", "test-lib.json"}
1616

1717
actual = {i.name for i in capellambse.enumerate_known_models()}
1818

0 commit comments

Comments
 (0)