diff --git a/docs/source/notebooks/catalog_search.ipynb b/docs/source/deprecated/catalog_search.ipynb similarity index 100% rename from docs/source/notebooks/catalog_search.ipynb rename to docs/source/deprecated/catalog_search.ipynb diff --git a/docs/source/deprecated/index.rst b/docs/source/deprecated/index.rst new file mode 100644 index 00000000..c6ba509c --- /dev/null +++ b/docs/source/deprecated/index.rst @@ -0,0 +1,13 @@ +------------------------- +Deprecated Notebooks +------------------------- + +.. warning:: + These notebooks are marked for deprecation. Their workflow could still be working temporarily, but they are + expected to fail in a near future as their features will be replaced by other mechanisms. + + +.. toctree:: + :maxdepth: 1 + + catalog_search diff --git a/docs/source/notebooks/index.rst b/docs/source/notebooks/index.rst index 6c0a6b50..75cf7f52 100644 --- a/docs/source/notebooks/index.rst +++ b/docs/source/notebooks/index.rst @@ -14,13 +14,16 @@ Note that some of these notebooks need the bleeding edge version of OWSLib_ (>=0 rendering opendap esgf-dap - catalog_search pavics_thredds WCS_example WFS_example WPS_example WMS_example regridding + ../deprecated/index .. _OWSLib: https://geopython.github.io/OWSLib/ .. _Birdy: https://birdy.readthedocs.io + +.. seealso:: + :ref:`Deprecated Notebooks` for older methodologies that were employed with previous versions.