Skip to content

Commit 87756bd

Browse files
committed
API: refer to new subpackage apps
1 parent 1d04284 commit 87756bd

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ exclude_lines =
2020
omit =
2121
## Exclude from codecov report:
2222
*/tests/debug.py
23+
*/apps/*.py
24+
# TODO remove in version 3.1
2325
*/applications/*.py

conda-recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ test:
4343
imports:
4444
- diffpy.structure
4545
- diffpy.structure.parsers
46-
- diffpy.structure.applications
46+
- diffpy.structure.apps
4747
- diffpy.structure.expansion
4848
- diffpy.structure.tests
4949
# legacy imports
5050
- diffpy.Structure
5151
- diffpy.Structure.Parsers
52-
- diffpy.Structure.applications
52+
- diffpy.Structure.apps
5353
- diffpy.Structure.expansion
5454
- diffpy.Structure.tests
55+
- diffpy.structure.applications
5556

5657
# commands:
5758
# You can put test commands to be run here. Use this to test that the
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
diffpy.structure.applications package
2-
=====================================
1+
diffpy.structure.apps package
2+
=============================
33

44
Submodules
55
----------
66

7-
diffpy.structure.applications.anyeye module
8-
-------------------------------------------
7+
diffpy.structure.apps.anyeye module
8+
-----------------------------------
99

10-
.. automodule:: diffpy.structure.applications.anyeye
10+
.. automodule:: diffpy.structure.apps.anyeye
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
diffpy.structure.applications.transtru module
16-
---------------------------------------------
15+
diffpy.structure.apps.transtru module
16+
-------------------------------------
1717

18-
.. automodule:: diffpy.structure.applications.transtru
18+
.. automodule:: diffpy.structure.apps.transtru
1919
:members:
2020
:undoc-members:
2121
:show-inheritance:
@@ -24,7 +24,7 @@ diffpy.structure.applications.transtru module
2424
Module contents
2525
---------------
2626

27-
.. automodule:: diffpy.structure.applications
27+
.. automodule:: diffpy.structure.apps
2828
:members:
2929
:undoc-members:
3030
:show-inheritance:

doc/manual/source/package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Submodules
1414
mod_lattice
1515
mod_spacegroup
1616
diffpy.structure.parsers
17-
diffpy.structure.applications
17+
diffpy.structure.apps
1818
diffpy.structure.expansion
1919

2020

0 commit comments

Comments
 (0)