Skip to content

Commit

Permalink
Merge pull request #74 from mikapfl/docs
Browse files Browse the repository at this point in the history
Small fixes for the docs: typos, formatting, links, duplications
  • Loading branch information
lionel42 authored Dec 18, 2024
2 parents 60e90dc + 14006cf commit 159ac77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/source/api/inventories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ Available Inventories
:special-members: __init__

.. autoclass:: emiproc.inventories.gral.GralInventory
:special-members: __init__
:special-members: __init__

.. autoclass:: emiproc.inventories.cams_reg_aq.CAMS_REG_AQ
:special-members: __init__
2 changes: 1 addition & 1 deletion docs/source/emissions_generation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Human Respiration
Human respirations can be generated using maps of population density and
emission factors per person.

see :py:mod:`emiproc.human_respiration
see :py:mod:`emiproc.human_respiration`
3 changes: 1 addition & 2 deletions docs/source/tutos/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tutorials
If you want to start using emiproc, we recommend beginning with the tutorials below.
They will guide you through the main features of emiproc.

Additionally many examples of using emiproc can be found
Additionally, many examples of using emiproc can be found in the GitHub repository.

Examples
--------

Expand All @@ -17,7 +17,6 @@ https://github.com/C2SM-RCM/emiproc/tree/master/examples
Scripts
-------

Scripts were create on some dedicated cases. They are not well documented
Scripts were created for some dedicated cases. They are not well documented, but there are many scripts for different cases.
https://github.com/C2SM-RCM/emiproc/tree/master/scripts

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ doc = [
"enum-tools",
"sphinx_toolbox",
"nbsphinx",
"ipython",
]
dev = ["black", "pytest"]

0 comments on commit 159ac77

Please sign in to comment.