Skip to content

Commit a962472

Browse files
committed
chore: make edits to requirements, pyproject, and docs to complete migration of package
1 parent 6e7959d commit a962472

File tree

5 files changed

+43
-1
lines changed

5 files changed

+43
-1
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5151

5252
[project.scripts]
5353
diffpy-srxconfutils = "diffpy.srxconfutils.srxconfutils_app:main"
54+
diffpy-srxplanargui = "diffpy.srxplanargui.srxplanargui_app:main"
5455

5556
[tool.setuptools.dynamic]
5657
dependencies = {file = ["requirements/pip.txt"]}

requirements/conda.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
numpy
22
traits
33
traitsui
4+
fabio
5+
pyface
6+
scipy
7+
pyfai
8+
matplotlib

requirements/pip.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
numpy
22
traits
33
traitsui
4+
chaco
5+
pyface
6+
scipy
7+
fabio
8+
pyfai
9+
matplotlib
10+
diffpy.srxplanar

0 commit comments

Comments
 (0)