Skip to content

Commit

Permalink
try a different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 21, 2024
1 parent 6a81b07 commit cc7dc99
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
os.makedirs("_static")
html_static_path = ['_static']

# Custom images folder for the gallery
if not os.path.exists("notebooks/images"):
os.makedirs("notebooks/images")
html_extra_path = ["notebooks/images"]

# -- Options for HTMLHelp output ---------------------------------------

Expand Down
66 changes: 33 additions & 33 deletions docs/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,83 +8,83 @@ Timeseries
^^^^^^^^^^^
Full code in the `Timeseries notebook <notebooks/figanos_timeseries.ipynb>`_.

.. image:: docs/notebooks/images/basic_timeseries.png
:width: 30%
.. image:: basic_timeseries.png
:width: 33%
:target: docs/notebooks/figanos_timeseries.html#Basic-timeseries

.. image:: docs/notebooks/images/ensemble_timeseries.png
:width: 30%
.. image:: ensemble_timeseries.png
:width: 33%
:target: docs/notebooks/figanos_timeseries.html#Ensembles

Maps
^^^^
Full code in the `Maps notebook <notebooks/figanos_maps.ipynb>`_.

.. image:: docs/notebooks/images/basic_map.png
:width: 30%
.. image:: basic_map.png
:width: 33%
:target: docs/notebooks/figanos_maps.html#Gridded-Data-on-Maps

.. image:: docs/notebooks/images/station_map.png
:width: 30%
.. image:: station_map.png
:width: 33%
:target: docs/notebooks/figanos_maps.html#Station-Data-on-Maps

.. image:: docs/notebooks/images/station+grid_map.png
:width: 30%
.. image:: station+grid_map.png
:width: 33%
:target: docs/notebooks/figanos_maps.html#Station-Data-on-Maps

.. image:: docs/notebooks/images/hatch_map.png
:width: 30%
.. image:: hatch_map.png
:width: 33%
:target: docs/notebooks/figanos_maps.html#Hatching-on-Maps

.. image:: docs/notebooks/images/gdf_map.png
:width: 30%
.. image:: gdf_map.png
:width: 33%
:target: docs/notebooks/figanos_maps.html#GeoDataFrame-on-Maps

.. image:: docs/notebooks/images/gdf2_map.png
.. image:: gdf2_map.png
:width: 30%
:target: docs/notebooks/figanos_maps.html#GeoDataFrame-on-Maps

Miscellaneous
^^^^^^^^^^^^^
Full code in the `Miscellaneous notebook <notebooks/figanos_misc.ipynb>`_.

.. image:: docs/notebooks/images/stripes.png
:width: 30%
.. image:: stripes.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Climate-Stripes

.. image:: docs/notebooks/images/violin.png
:width: 30%
.. image:: violin.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Violin-Plots

.. image:: docs/notebooks/images/heatmap.png
:width: 30%
.. image:: heatmap.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Heatmaps

.. image:: docs/notebooks/images/triangle1.png
:width: 30%
.. image:: triangle1.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Triangle-heatmaps

.. image:: docs/notebooks/images/triangle2.png
:width: 30%
.. image:: triangle2.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Triangle-Heatmaps

.. image:: docs/notebooks/images/taylor.png
:width: 30%
.. image:: taylor.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Taylor-Diagrams

.. image:: docs/notebooks/images/partition.png
:width: 30%
.. image:: partition.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Partition-plots

.. image:: docs/notebooks/images/logo.png
:width: 30%
.. image:: logo.png
:width: 33%
:target: docs/notebooks/figanos_misc.html#Logos

Multiple plots
^^^^^^^^^^^^^^

Full code in the `Multiple plots notebook <notebooks/figanos_multiplots.ipynb>`_.

.. image:: docs/notebooks/images/multiple.png
:width: 30%
.. image:: multiple.png
:width: 50%
:target: notebooks/figanos_multiplots.html#Maps

0 comments on commit cc7dc99

Please sign in to comment.