Skip to content

Commit

Permalink
Re-structure World Model position in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayitzin committed Aug 22, 2023
1 parent 0820fcd commit 197dea4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
9 changes: 2 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,24 @@ Loading and visualizing the data is left to the preference of the user.

.. toctree::
:maxdepth: 1
:hidden:

installation

.. toctree::
:maxdepth: 1
:caption: Attitude Estimators
:hidden:

filters

.. toctree::
:maxdepth: 1
:caption: World Models
:hidden:

wmm
wgs84
world_models

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Tools
:hidden:

attitude_representations
constants
Expand Down
3 changes: 2 additions & 1 deletion docs/source/wgs84.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
World Geodetic System (1984)
============================

.. automodule:: ahrs.utils.wgs84
:members:
:exclude-members: WGSTest
3 changes: 2 additions & 1 deletion docs/source/wmm.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
World Magnetic Model
====================

.. automodule:: ahrs.utils.wmm
:members:
:exclude-members: GeoMagTest
12 changes: 12 additions & 0 deletions docs/source/world_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
World Models
============

This package contains the tools necessary to obtain the values of the World
Geodetic System 1984 (WGS84) parameters for a given location on the Earth's,
and of the World Magnetic Model (WMM) parameters for a given location and time.

.. toctree::
:titlesonly:

wmm
wgs84

0 comments on commit 197dea4

Please sign in to comment.