Skip to content

Commit 541d09c

Browse files
Kaizhu DuKaizhu Du
authored andcommitted
autoapi
1 parent 257516c commit 541d09c

20 files changed

+20
-341
lines changed

docs/source/api.rst

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

docs/source/conf.py

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,31 @@
1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020

21+
# extensions = [
22+
# 'sphinx.ext.autodoc',
23+
# 'sphinx.ext.napoleon',
24+
# 'sphinx_autodoc_typehints',
25+
# 'sphinx.ext.autosummary',
26+
# 'autoapi.extension',
27+
# ]
2128
extensions = [
22-
'sphinx.ext.autodoc',
2329
'sphinx.ext.napoleon',
24-
'sphinx_autodoc_typehints',
25-
'sphinx.ext.autosummary',
30+
# 'sphinx_autodoc_typehints',
31+
'autoapi.extension',
32+
# 'sphinx.ext.autodoc',
33+
# 'sphinx.ext.autosummary',
2634
]
2735

28-
autosummary_generate = True
29-
autodoc_default_options = {
30-
"members": True,
31-
"undoc-members": True,
32-
"show-inheritance": True,
33-
}
34-
36+
# autosummary_generate = True
37+
# autodoc_default_options = {
38+
# "members": True,
39+
# "undoc-members": True,
40+
# "show-inheritance": True,
41+
# }
3542

43+
autoapi_type = 'python'
44+
autoapi_dirs = [os.path.abspath('../../manify')]
45+
autoapi_ignore = ["*/utils/*"]
3646

3747
templates_path = ['_templates']
3848
exclude_patterns = []

docs/source/generated/manify.curvature_estimation.delta_hyperbolicity.rst

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

docs/source/generated/manify.curvature_estimation.greedy_method.rst

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

docs/source/generated/manify.curvature_estimation.sectional_curvature.rst

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

docs/source/generated/manify.embedders.coordinate_learning.rst

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

docs/source/generated/manify.embedders.losses.rst

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

docs/source/generated/manify.embedders.siamese.rst

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

docs/source/generated/manify.embedders.vae.rst

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

docs/source/generated/manify.predictors.decision_tree.rst

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

0 commit comments

Comments
 (0)