Skip to content

Commit

Permalink
0.2.7 and preps for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
allixender committed Oct 21, 2024
1 parent 32f6479 commit 172b279
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ venv/
wheels/

poetry.lock
docs/source/generated/
4 changes: 3 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ API
.. autosummary::
:toctree: generated

dggrid4py
dggrid4py.DGGRIDv7
dggrid4py.dggrid_runner
dggrid4py.interrupt
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -- Project information

project = 'dggrid4py'
copyright = '2024, Graziella'
copyright = '2024, Alexander Kmoch'
author = "Alexander Kmoch"

release = '0.2.7'
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ how to :ref:`installation` the project.
This project is under active development.


.. |DOI| image:: docs/source/zenodo.svg
.. |DOI| image:: zenodo.svg
:target: https://zenodo.org/badge/latestdoi/295495597
.. |Population Gridded| image:: docs/source/day-04-hexa.png
.. |Population Gridded| image:: day-04-hexa.png
:target: https://twitter.com/allixender/status/1324055326111485959

2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage
Installation
------------

To use Lumache, first install it using pip:
To use dggrid4py, first install it using pip:

.. code-block:: console
Expand Down

0 comments on commit 172b279

Please sign in to comment.