Skip to content

Commit

Permalink
Adding back in the API stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 21, 2022
1 parent 5fea232 commit 02be5da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cdflib requires python 3 and numpy. To install run
introduction
modules/cdflib
modules/xarray
modules/api
development


Expand Down
17 changes: 17 additions & 0 deletions doc/modules/apis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
API Reference
=====================

The following documentation is an auto-generated summary of cdflib's API. For more details and examples, refer to other
parts of the documentation.

.. automodapi:: cdflib.cdfread
:no-inheritance-diagram:

.. automodapi:: cdflib.cdfwrite
:no-inheritance-diagram:

.. automodapi:: cdflib.epochs
:no-inheritance-diagram:

.. automodapi:: cdflib.epochs_astropy
:no-inheritance-diagram:
6 changes: 1 addition & 5 deletions doc/modules/cdflib.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
CDF
===

.. autofunction:: cdflib.CDF

.. automodapi:: cdflib.cdfread

.. automodapi:: cdflib.cdfwrite
.. autofunction:: cdflib.CDF

0 comments on commit 02be5da

Please sign in to comment.