Skip to content

Commit

Permalink
feat: CMR retirement warning
Browse files Browse the repository at this point in the history
Also modified conf.py to fix ipython3 highlight issue spatialaudio/nbsphinx#24
  • Loading branch information
wildintellect committed Apr 10, 2023
1 parent c77748d commit 29b8405
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setup(app):
# -- Project information -----------------------------------------------------

project = 'maap-docs'
copyright = '2020, NASA MAAP Team'
copyright = '2020-2023, NASA MAAP Team'
author = 'NASA MAAP Team'


Expand All @@ -32,6 +32,7 @@ def setup(app):
# ones.
extensions = [
'nbsphinx',
'IPython.sphinxext.ipython_console_highlighting'
]

nbsphinx_execute = 'never'
Expand Down
3 changes: 2 additions & 1 deletion docs/source/technical_tutorials/search/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ MAAP users are advised to use two catalogs:
1. Use NASA's Operational CMR to discover NASA-produced and curated data: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html.
2. Use MAAP STAC for data not found in NASA CMR, and data produced by MAAP users: https://stac.maap-project.org/docs.

The https://cmr.maap-project.org catalog will be deprecated by **May 1, 2023**. Users should request collections they need from this catalog to be made discoverable in the MAAP STAC or NASA's Operational CMR if they're not already there.
.. warning::
The https://cmr.maap-project.org catalog will be deprecated by **May 1, 2023**. Users should request collections they need from this catalog to be made discoverable in the MAAP STAC or NASA's Operational CMR if they're not already there.

More information on each catalog and migrating from MAAP's CMR is detailed in the bottom of this page.

Expand Down
3 changes: 2 additions & 1 deletion docs/source/technical_tutorials/searching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ MAAP users are advised to use two catalogs:
1. Use NASA's Operational CMR to discover NASA-produced and curated data: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html.
2. Use MAAP STAC for data not found in NASA CMR, and data produced by MAAP users: https://stac.maap-project.org/docs.

The https://cmr.maap-project.org catalog will be deprecated by **May 1, 2023**. Users should request collections they need from this catalog to be made discoverable in the MAAP STAC or NASA's Operational CMR if they're not already there.
.. warning::
The https://cmr.maap-project.org catalog will be deprecated by **May 1, 2023**. Users should request collections they need from this catalog to be made discoverable in the MAAP STAC or NASA's Operational CMR if they're not already there.

More information on each catalog and migrating from MAAP's CMR here: `MAAP's Dual Catalog <search/catalog.html>`_.

Expand Down

0 comments on commit 29b8405

Please sign in to comment.