diff --git a/docs/conf.py b/docs/conf.py index cae2e00..d34cfb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ html_static_path = ["_static"] html_css_files = ["style.css"] -html_logo = "_static/earthkit-meteo.png" +# html_logo = "_static/earthkit-meteo.png" def setup(app): diff --git a/docs/index.rst b/docs/index.rst index ad767bb..3c4ee19 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,10 +38,18 @@ Welcome to earthkit-meteo's documentation :caption: Installation install + release_notes/index development licence +.. toctree:: + :maxdepth: 1 + :caption: Projects + + earthkit + + Indices and tables ================== diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst new file mode 100644 index 0000000..37ca6f6 --- /dev/null +++ b/docs/release_notes/index.rst @@ -0,0 +1,7 @@ +Release notes +============== + +.. toctree:: + :maxdepth: 1 + + version_0.1_updates diff --git a/docs/release_notes/version_0.1_updates.rst b/docs/release_notes/version_0.1_updates.rst new file mode 100644 index 0000000..df1e131 --- /dev/null +++ b/docs/release_notes/version_0.1_updates.rst @@ -0,0 +1,12 @@ +Version 0.1 Updates +///////////////////////// + + +Version 0.1.0 +=============== + + +New features ++++++++++++++++ + +- added new submodules: :py:mod:`meteo.extreme`, :py:mod:`meteo.score` , :py:mod:`meteo.stats`, :py:mod:`meteo.thermo` and :py:mod:`meteo.wind`