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
6 changes: 0 additions & 6 deletions docs/source/bonus_examples.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
source_path / 'part1_flopy/solutions/06-Project-voronoi.ipynb',
source_path / 'part1_flopy/solutions/07-stream_capture_voronoi.ipynb',
source_path / 'part1_flopy/08_Modflow-setup-demo.ipynb',
source_path / 'part1_flopy/08b_Modflow-setup-lgr-demo.ipynb',
source_path / 'part1_flopy/09-gwt-voronoi-demo.ipynb',
source_path / 'part1_flopy/10a_prt_particle_tracking-demo.ipynb',
source_path / 'part1_flopy/10b_modpath_particle_tracking-demo.ipynb',
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ We encourage students to explore these materials for their own study or to reach
:maxdepth: 2
:caption: Bonus Examples

General Python <bonus_examples>
General Python <part0_bonus_examples.rst>
Flopy <part0_bonus_examples.rst>

.. toctree::
:maxdepth: 1
Expand Down
6 changes: 6 additions & 0 deletions docs/source/part0_bonus_examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
General Python bonus examples
=======================================

.. nbgallery::

notebooks/part0_python_intro/09_b_Geopandas_ABQ.ipynb
6 changes: 6 additions & 0 deletions docs/source/part1_bonus_examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Flopy bonus examples
=======================================

.. nbgallery::

notebooks/part1_flopy/08b_Modflow-setup-lgr-demo.ipynb
1 change: 0 additions & 1 deletion notebooks/clear_all_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#'03_Loading_and_visualizing_models-solutions.ipynb',
#'05-unstructured-grids.ipynb',
#'07-stream_capture_voronoi.ipynb',
#'08_Modflow-setup-demo.ipynb',
#'09-gwt-voronoi-demo.ipynb',
'10b_modpath_particle_tracking-demo.ipynb'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@
"\n",
"With MODFLOW 6 models, we can get the output from the model object, without having to reference the output files.\n",
"\n",
"<div class=\"alert alert-block alert-info\"> <b>NOTE</b> This approach only works if you ran the model using Flopy, as above. If the model was run separately at the command line, or in a previous Python session, the output needs to be read from the files (as below).</div>\n",
"\n",
"\n",
"In Flopy, MODFLOW binary output is read using objects that represent the various file types."
]
},
Expand Down Expand Up @@ -1131,7 +1128,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "pyclass",
"language": "python",
"name": "python3"
},
Expand Down
748 changes: 512 additions & 236 deletions notebooks/part1_flopy/08_Modflow-setup-demo.ipynb

Large diffs are not rendered by default.

Loading
Loading