3636 - Backend Reference : developer/backend_reference.md
3737 - API Reference : api.md
3838 - FAQ : faq.md
39- - Demo : demo.md
4039 - Demonstration Notebooks :
4140 - Rompy core : notebooks/common/rompy_core_features.ipynb
4241 - SWAN :
4645 - boundnest1 : notebooks/swan/boundary/boundnest1.ipynb
4746 - boundspec_segment : notebooks/swan/boundspec_segment.ipynb
4847 - boundspec_side : notebooks/swan/boundary/boundspec_side.ipynb
49- - SCHISM : notebooks/schism/schism_demo.ipynb
48+ - SCHISM :
49+ - notebooks/schism/schism_demo.ipynb
5050 - XBEACH :
5151 - Basic : notebooks/xbeach/example_procedural.ipynb
5252 - Grid : notebooks/xbeach/forcing-demo.ipynb
5555 - Grid expanding : notebooks/xbeach/grid-expanding.ipynb
5656 - Wave boundary : notebooks/xbeach/grid-expanding.ipynb
5757 - Bathy boundary : notebooks/xbeach/grid-expanding.ipynb
58- - backends : notebooks/backends/backend_examples.ipynb
58+ - backends :
59+ - notebooks/backends/backend_examples.ipynb
60+ # - Gallery:
61+ # - Generated Examples: generated/gallery/index.md
5962
6063theme :
6164 name : material
8790plugins :
8891 - search
8992 - mkdocs-jupyter :
90- execute : true
93+ execute : false
9194 execute_ignore :
9295 - " *.ipynb"
9396 include_source : True
@@ -111,8 +114,13 @@ plugins:
111114 filters :
112115 - " !^_" # Hide private members by default
113116 # - gallery:
114- # examples_dirs: examples/notebooks # path to your example scripts
115- # gallery_dirs: docs/generated/gallery # where to save generated gallery
117+ # examples_dirs:
118+ # - examples/notebooks/rompy_notebooks/common
119+ # - examples/notebooks/rompy_notebooks/backends
120+ # - examples/notebooks/rompy_notebooks/swan
121+ # - examples/notebooks/rompy_notebooks/schism
122+ # gallery_dirs:
123+ # - docs/generated/gallery # where to save generated gallery
116124
117125markdown_extensions :
118126 - pymdownx.highlight :
0 commit comments