File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed
Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ exclude_lines =
2020omit =
2121 # # Exclude from codecov report:
2222 */tests/debug.py
23+ */apps/*.py
24+ # TODO remove in version 3.1
2325 */applications/*.py
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- diffpy.structure.applications package
2- =====================================
1+ diffpy.structure.apps package
2+ =============================
33
44Submodules
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
2424Module contents
2525---------------
2626
27- .. automodule :: diffpy.structure.applications
27+ .. automodule :: diffpy.structure.apps
2828 :members:
2929 :undoc-members:
3030 :show-inheritance:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments