Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""This file is used to configure the Sphinx build of our documentation.
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
The documentation on setting this up is here: https://www.sphinx-doc.org/en/master/usage/configuration.html
"""

# This is the standard readthedocs theme.
Expand Down Expand Up @@ -97,4 +97,5 @@ def setup(app):
"examples/Example_Track_on_Radar_Segment_on_Satellite/Example_Track_on_Radar_Segment_on_Satellite": "_static/thumbnails/Example_Track_on_Radar_Segment_on_Satellite_Thumbnail.png",
"examples/Example_Updraft_Tracking/Example_Updraft_Tracking": "_static/thumbnails/Example_Updraft_Tracking_Thumbnail.png",
"examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model": "_static/thumbnails/Example_vorticity_tracking_model_Thumbnail.png",
"examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking": "_static/thumbnails/Example_ICON_MCS_tracking_Thumbnail.png",
}
1 change: 1 addition & 0 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tobac is provided with a set of Jupyter notebooks that show examples of the appl
WRF Precip <examples/Example_Precip_Tracking/Example_Precip_Tracking>
WRF Updrafts <examples/Example_Updraft_Tracking/Example_Updraft_Tracking>
WRF Mesoscale Vorticity <examples/Example_vorticity_tracking_model/Example_vorticity_tracking_model>
ICON Global MCS Tracking <examples/Example_ICON_MCS_tracking/Example_ICON_MCS_tracking>


.. nbgallery::
Expand Down
6 changes: 5 additions & 1 deletion environment-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ dependencies:
- rioxarray
- numba
- dask
- ffmpeg
- ffmpeg
- intake==0.7.0
- intake-xarray==0.7.0
- healpix
- easygems
5 changes: 4 additions & 1 deletion example_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ typing_extensions
rioxarray
numba
dask

intake==0.7.0
intake-xarray==0.7.0
healpix
easygems
Loading
Loading