Skip to content

Commit ff9b5a5

Browse files
authored
Merge pull request #28 from cadenmyers13/api_docs
Generate API documentation
2 parents 9ce0ce4 + 165a9b1 commit ff9b5a5

File tree

3 files changed

+28
-46
lines changed

3 files changed

+28
-46
lines changed

Diff for: doc/source/api/diffpy.fourigui.example_package.rst

-31
This file was deleted.

Diff for: doc/source/api/diffpy.fourigui.rst

+5-15
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
11
:tocdepth: -1
22

3-
|title|
4-
=======
5-
6-
.. |title| replace:: diffpy.fourigui package
3+
diffpy.fourigui package
4+
=======================
75

86
.. automodule:: diffpy.fourigui
97
:members:
108
:undoc-members:
119
:show-inheritance:
1210

13-
Subpackages
14-
-----------
15-
16-
.. toctree::
17-
diffpy.fourigui.example_package
18-
1911
Submodules
2012
----------
2113

22-
|module|
23-
--------
24-
25-
.. |module| replace:: diffpy.fourigui.example_submodule module
14+
diffpy.fourigui.fourigui module
15+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2616

27-
.. automodule:: diffpy.fourigui.example_submodule
17+
.. automodule:: diffpy.fourigui.fourigui
2818
:members:
2919
:undoc-members:
3020
:show-inheritance:

Diff for: news/api.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Added api documentation
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)