Skip to content

Commit

Permalink
API docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Oct 12, 2024
1 parent 3f20943 commit b958327
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
API
====

$\partial\textrm{SGP4}$ API
$\partial$SGP4 API

.. toctree::
:maxdepth: 2
:caption: Contents
.. autosummary::
:toctree: _autosummary
:recursive:

dsgp4
1 change: 1 addition & 0 deletions dsgp4/sgp4init.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def sgp4init(
):
"""
This function initializes the sgp4 propagator.
Args:
- whichconst (``tuple``): this contains all the necessary constants (tumin, mu, radiusearthkm, xke,
j2, j3, j4, j3oj2)), according to the chosen gravitational model (wgs-72, wgs-84,
Expand Down
1 change: 1 addition & 0 deletions dsgp4/sgp4init_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def sgp4init_batch(
):
"""
This function initializes the sgp4 propagator.
Args:
- whichconst (``tuple``): this contains all the necessary constants (tumin, mu, radiusearthkm, xke,
j2, j3, j4, j3oj2)), according to the chosen gravitational model (wgs-72, wgs-84,
Expand Down

0 comments on commit b958327

Please sign in to comment.