Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Apr 2, 2024
1 parent cd69e68 commit 87e7dff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to L2Awinddirection's documentation!
======================================
============================================

.. toctree::
:maxdepth: 2
Expand Down
16 changes: 16 additions & 0 deletions docs/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
########
Modules
########

..
to document functions, add them to __all__ in ../l2awinddirection/__init__.py
.. automodule:: l2awinddirection
:members:


.. automodule:: l2awinddirection.utils
:members:

.. automodule:: l2awinddirection.generate_L2A_winddir_pdf_product
:members:

0 comments on commit 87e7dff

Please sign in to comment.