File tree Expand file tree Collapse file tree 4 files changed +10
-81
lines changed
Expand file tree Collapse file tree 4 files changed +10
-81
lines changed Original file line number Diff line number Diff line change @@ -8,26 +8,29 @@ diffpy.pdffit2 package
88 :undoc-members:
99 :show-inheritance:
1010
11- diffpy.pdffit2.ipy_ext module
12- -----------------------------
11+ Submodules
12+ ----------
1313
14- .. automodule :: diffpy.pdffit2.ipy_ext
14+ diffpy.pdffit2.output module
15+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16+
17+ .. automodule :: diffpy.pdffit2.output
1518 :members:
1619 :undoc-members:
1720 :show-inheritance:
1821
1922diffpy.pdffit2.pdffit module
20- -----------------------------
23+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2124
2225.. automodule :: diffpy.pdffit2.pdffit
2326 :members:
2427 :undoc-members:
2528 :show-inheritance:
2629
27- diffpy.pdffit2.output module
28- -----------------------------
30+ diffpy.pdffit2.ipy_ext module
31+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2932
30- .. automodule :: diffpy.pdffit2.output
33+ .. automodule :: diffpy.pdffit2.ipy_ext
3134 :members:
3235 :undoc-members:
3336 :show-inheritance:
Original file line number Diff line number Diff line change 1818from importlib .metadata import version
1919from pathlib import Path
2020
21- # Eliminate autodoc warning
22- autodoc_mock_imports = ["diffpy.pdffit2" ]
23-
2421# If extensions (or modules to document with autodoc) are in another directory,
2522# add these directories to sys.path here. If the directory is relative to the
2623# documentation root, use Path().resolve() to make it absolute, like shown here.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments