We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4deefd commit 704f3f7Copy full SHA for 704f3f7
2 files changed
docs/source/API.rst
docs/source/index.rst
@@ -6,10 +6,10 @@ The project code lives on GitHub (`msbentsen/plotannot <https://github.com/msben
6
7
Please submit any issues to the `github issues page <https://github.com/msbentsen/plotannot/issues>`_.
8
9
-Contents
+Module API
10
--------------------------------
11
12
-.. toctree::
13
- :maxdepth: 1
14
-
15
- API
+.. automodule:: plotannot.functions
+ :members:
+ :undoc-members:
+ :show-inheritance:
0 commit comments