Skip to content

Commit 511fc9f

Browse files
committed
chore: make minor fixes
1 parent 78854a4 commit 511fc9f

3 files changed

Lines changed: 2 additions & 26 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ contributors. This is an open-source project and we hope and expect
2323
that the list of contributors will expand with time. Many thanks to
2424
all current and future contributors!
2525

26-
For more information on the DiffPy project email sb2896@ucsb.edu
26+
For more information on the DiffPy project email sbillinge@ucsb.edu
2727

2828
DiffPy was initiated as part of the Distributed Data Analysis of Neutron
2929
Scattering Experiments (DANSE) project, funded by the National Science

docs/source/api/diffpy.pdffit2.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
1313
Submodules
1414
----------
1515

16-
|module|:tocdepth: -1
17-
18-
|title|
19-
=======
20-
21-
.. |title| replace:: diffpy.pdffit2 package
22-
23-
.. automodule:: diffpy.pdffit2
24-
:members:
25-
:undoc-members:
26-
:show-inheritance:
27-
28-
Submodules
29-
----------
30-
3116
diffpy.pdffit2.output module
3217
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3318

@@ -51,12 +36,3 @@ diffpy.pdffit2.ipy_ext module
5136
:members:
5237
:undoc-members:
5338
:show-inheritance:
54-
55-
--------
56-
57-
.. |module| replace:: diffpy.pdffit2.example_submodule module
58-
59-
.. automodule:: diffpy.pdffit2.example_submodule
60-
:members:
61-
:undoc-members:
62-
:show-inheritance:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
4949
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5050

5151
[project.scripts]
52-
diffpy-pdffit2 = "diffpy.pdffit2.app:main"
52+
diffpy-pdffit2 = "diffpy.pdffit2_app:main"
5353

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

0 commit comments

Comments
 (0)