Skip to content
Snippets Groups Projects
Commit a5e6c480 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Updated Python doc config (#359)

parent 57c6481e
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,8 @@ class LroLrocPds3LabelNaifSpiceDriver(LineScanner, NaifSpice, Pds3Label, Driver)
The starting ephemeris time for LRO is computed by taking the
LRO:SPACECRAFT_CLOCK_PREROLL_COUNT, as defined in the label, and
adding offsets that were taken from an IAK.
Returns
-------
: double
Starting ephemeris time of the image
......@@ -374,6 +376,8 @@ class LroLrocIsisLabelNaifSpiceDriver(LineScanner, NaifSpice, IsisLabel, Driver)
The starting ephemeris time for LRO is computed by taking the
LRO:SPACECRAFT_CLOCK_PREROLL_COUNT, as defined in the label, and
adding offsets that were taken from an IAK.
Returns
-------
: double
Starting ephemeris time of the image
......
......@@ -5,7 +5,7 @@ The :mod:`ale.drivers.base` module
.. versionadded:: 0.1.0
.. automodule:: ale.drivers.base
.. automodule:: ale.base.base
:synopsis:
:members:
:show-inheritance:
:mod:`cassini_driver` --- Cassini Driver Classes
================================================
The :mod:`ale.drivers.cassini_driver` module
The :mod:`ale.drivers.co_drivers` module
.. versionadded:: 0.1.0
.. automodule:: ale.drivers.cassini_driver
.. automodule:: ale.drivers.co_drivers
:synopsis:
:members:
:show-inheritance:
......@@ -5,7 +5,7 @@ The :mod:`ale.drivers.lro_driver` module
.. versionadded:: 0.1.0
.. automodule:: ale.drivers.lro_driver
.. automodule:: ale.drivers.lro_drivers
:synopsis:
:members:
:show-inheritance:
:mod:`mdis_driver` --- MDIS Driver Classes
============================================
The :mod:`ale.drivers.mdis_driver` module
The :mod:`ale.drivers.mess_drivers` module
.. versionadded:: 0.1.0
.. automodule:: ale.drivers.mdis_driver
.. automodule:: ale.drivers.mess_drivers
:synopsis:
:members:
:show-inheritance:
:mod:`mro_driver` --- MRO Driver Classes
============================================
The :mod:`ale.drivers.mro_driver` module
The :mod:`ale.drivers.mro_drivers` module
.. versionadded:: 0.1.0
.. automodule:: ale.drivers.mro_driver
.. automodule:: ale.drivers.mro_drivers
:synopsis:
:members:
:show-inheritance:
:mod:`util` --- General Utilities
============================================
The :mod:`ale.drivers` module
The :mod:`ale.util` module
.. versionadded:: 0.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment