From f3f9ec76e2f7313bc646d1816e78245404ff2021 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 13 Aug 2025 12:04:38 -0400 Subject: [PATCH] fix(examples): fix modflow boundaries example name --- .docs/Notebooks/{lake_example.py => mf_boundaries_example.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .docs/Notebooks/{lake_example.py => mf_boundaries_example.py} (99%) diff --git a/.docs/Notebooks/lake_example.py b/.docs/Notebooks/mf_boundaries_example.py similarity index 99% rename from .docs/Notebooks/lake_example.py rename to .docs/Notebooks/mf_boundaries_example.py index 5c84a5c7c3..aa1bce7ef8 100644 --- a/.docs/Notebooks/lake_example.py +++ b/.docs/Notebooks/mf_boundaries_example.py @@ -14,7 +14,7 @@ # section: mf2005 # --- -# # Lake Package Example +# # MODFLOW Boundaries Example # # First set the path and import the required packages. The flopy path doesn't have to be set if you install flopy from a binary installer. If you want to run this notebook, you have to set the path to your own flopy path.