File tree Expand file tree Collapse file tree 5 files changed +43
-1
lines changed Expand file tree Collapse file tree 5 files changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ Release notes
1616
1717* Support scikit-package Level 5 standard (https://scikit-package.github.io/scikit-package/).
1818* Port legacy Python 2 code to support Python 3.
19-
Original file line number Diff line number Diff line change 1+ :tocdepth: -1
2+
3+ |title |
4+ =======
5+
6+ .. |title | replace :: diffpy.srxplanargui package
7+
8+ .. automodule :: diffpy.srxplanargui
9+ :members:
10+ :undoc-members:
11+ :show-inheritance:
12+
13+ Subpackages
14+ -----------
15+
16+ .. toctree ::
17+ diffpy.srxplanargui.example_package
18+
19+ Submodules
20+ ----------
21+
22+ |module |
23+ --------
24+
25+ .. |module | replace :: diffpy.srxplanargui.example_submodule module
26+
27+ .. automodule :: diffpy.srxplanargui.example_submodule
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5151
5252[project .scripts ]
5353diffpy-srxconfutils = " diffpy.srxconfutils.srxconfutils_app:main"
54+ diffpy-srxplanargui = " diffpy.srxplanargui.srxplanargui_app:main"
5455
5556[tool .setuptools .dynamic ]
5657dependencies = {file = [" requirements/pip.txt" ]}
Original file line number Diff line number Diff line change 11numpy
22traits
33traitsui
4+ fabio
5+ pyface
6+ scipy
7+ pyfai
8+ matplotlib
Original file line number Diff line number Diff line change 11numpy
22traits
33traitsui
4+ chaco
5+ pyface
6+ scipy
7+ fabio
8+ pyfai
9+ matplotlib
10+ diffpy.srxplanar
You can’t perform that action at this time.
0 commit comments