Skip to content

Commit

Permalink
[docs] minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Jul 12, 2024
1 parent 7c73f98 commit f681d0d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 17 deletions.
36 changes: 26 additions & 10 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,32 @@ To get all implemented models use the following code:
from pyrtlib.absorption_model import AbsModel
AbsModel.implemented_models()
['R98',
'R03',
'R16',
'R17',
'R19',
'R19SD',
'R20',
'R20SD',
'R21SD',
'R22SD']
{'Oxygen': ['R98',
'R03',
'R16',
'R17',
'R18',
'R19',
'R19SD',
'R20',
'R20SD',
'R22',
'R23',
'R24'],
'WaterVapour': ['R98',
'R03',
'R16',
'R17',
'R18',
'R19',
'R19SD',
'R20',
'R20SD',
'R21SD',
'R22SD',
'R23SD',
'R24'],
'Ozone': ['R18', 'R22', 'R23']}
Weighting Functions
===================
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ which are commonly exploited for atmospheric sounding by microwave radiometer (M

To the API references

.. grid-item-card:: Gallery examples
.. grid-item-card:: Gallery example
:img-top: _static/code.svg
:class-card: intro-card
:shadow: md
Expand All @@ -64,9 +64,9 @@ which are commonly exploited for atmospheric sounding by microwave radiometer (M
:color: primary
:expand:

To the Gallery examples page
To the Gallery example page

.. grid-item-card:: Community examples
.. grid-item-card:: Community example
:img-top: _static/community.svg
:class-card: intro-card
:shadow: md
Expand All @@ -79,7 +79,7 @@ which are commonly exploited for atmospheric sounding by microwave radiometer (M
:color: primary
:expand:

To the Community examples page
To the Community example page

.. pyrtlib is a python tool that provides a set of calsses and methods for simulating ........
Expand Down
6 changes: 3 additions & 3 deletions docs/source/notebook/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _uncert_example:

==================
Community examples
==================
=================
Community example
=================

.. toctree::
:maxdepth: 3
Expand Down

0 comments on commit f681d0d

Please sign in to comment.