mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
add API documentation rst files
This commit is contained in:
parent
60d1027d9f
commit
37003a839f
10 changed files with 81 additions and 0 deletions
7
docs/source/api/DataAccessLayer.rst
Normal file
7
docs/source/api/DataAccessLayer.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
===============
|
||||
DataAccessLayer
|
||||
===============
|
||||
|
||||
.. automodule:: awips.dataaccess.DataAccessLayer
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/DateTimeConverter.rst
Normal file
7
docs/source/api/DateTimeConverter.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
=================
|
||||
DateTimeConverter
|
||||
=================
|
||||
|
||||
.. automodule:: awips.DateTimeConverter
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/IDataRequest.rst
Normal file
7
docs/source/api/IDataRequest.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
===============================
|
||||
IDataRequest (newDataRequest())
|
||||
===============================
|
||||
|
||||
.. autoclass:: awips.dataaccess.IDataRequest
|
||||
:members:
|
||||
:special-members:
|
7
docs/source/api/PyData.rst
Normal file
7
docs/source/api/PyData.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
PyData
|
||||
======================
|
||||
|
||||
.. automodule:: awips.dataaccess.PyData
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/PyGeometryData.rst
Normal file
7
docs/source/api/PyGeometryData.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
PyGeometryData
|
||||
======================
|
||||
|
||||
.. automodule:: awips.dataaccess.PyGeometryData
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/PyGridData.rst
Normal file
7
docs/source/api/PyGridData.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
PyGridData
|
||||
======================
|
||||
|
||||
.. automodule:: awips.dataaccess.PyGridData
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/RadarCommon.rst
Normal file
7
docs/source/api/RadarCommon.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
RadarCommon
|
||||
======================
|
||||
|
||||
.. automodule:: awips.RadarCommon
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/SoundingsSupport.rst
Normal file
7
docs/source/api/SoundingsSupport.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
SoundingsSupport
|
||||
======================
|
||||
|
||||
.. automodule:: awips.dataaccess.SoundingsSupport
|
||||
:members:
|
||||
:undoc-members:
|
7
docs/source/api/ThriftClientRouter.rst
Normal file
7
docs/source/api/ThriftClientRouter.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
======================
|
||||
ThriftClientRouter
|
||||
======================
|
||||
|
||||
.. automodule:: awips.dataaccess.ThriftClientRouter
|
||||
:members:
|
||||
:undoc-members:
|
18
docs/source/api/index.rst
Normal file
18
docs/source/api/index.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
#################
|
||||
API Documentation
|
||||
#################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
DataAccessLayer
|
||||
IDataRequest
|
||||
PyData
|
||||
PyGridData
|
||||
PyGeometryData
|
||||
SoundingsSupport
|
||||
ThriftClientRouter
|
||||
RadarCommon
|
||||
DateTimeConverter
|
||||
|
||||
* :ref:`genindex`
|
Loading…
Add table
Reference in a new issue