diff --git a/docs/_templates/product-v2.rst b/docs/_templates/product-v2.rst index 98f9d78d1..56665cc40 100644 --- a/docs/_templates/product-v2.rst +++ b/docs/_templates/product-v2.rst @@ -279,6 +279,16 @@
+ :any:`Test link DEA Maps ` + + :any:`Test link DEA Maps ` + + :any:`DEA Coastlines ` + + :any:`DEA Coastlines ` + + :any:`DEA Coastlines ` + .. include:: _overview_1.md :parser: myst_parser.sphinx_ diff --git a/docs/conf.py b/docs/conf.py index 13cf20c6b..718a905e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,15 @@ "dollarmath", ] myst_heading_anchors = 6 -myst_all_links_external = True +# myst_all_links_external = False +# myst_url_schemes = ["http", "https", "ftp", "mailto", "root"] +myst_url_schemes = { + "http": None, + "https": None, + "ftp": None, + "mailto": None, + "root": "/{{path}}?{{query}}#{{fragment}}", +} nbsphinx_requirejs_path = "" nbsphinx_execute = "never" diff --git a/docs/guides/land-cover-explorer.md b/docs/guides/land-cover-explorer.md index b50a10ba8..ac3cd8d77 100644 --- a/docs/guides/land-cover-explorer.md +++ b/docs/guides/land-cover-explorer.md @@ -1,5 +1,13 @@ # Land Cover Explorer +TESTS: + +* Target — [DEA Maps](#dea-maps) +* `root:` — [DEA Coastlines](root:data/product/dea-coastlines/) +* `root:` — [DEA Coastlines](root:data/product/dea-coastlines/#key-specifications) +* `root:` — [DEA Coastlines](root:data/product/dea-coastlines/?tab=specifications) +* `root:` — [DEA Coastlines](root:data/product/dea-coastlines/?tab=specifications#product-information) + [Land Cover Explorer][Explorer] is a web application in the [Digital Atlas of Australia](https://digital.atlas.gov.au/), developed by Esri. It allows you to navigate and visualise the [DEA Land Cover][LandCover] datasets. (This is an easy alternative to [plotting Land Cover data yourself](/notebooks/DEA_products/DEA_Land_Cover/).) :::{admonition} Start exploring diff --git a/docs/guides/setup/dea_maps.md b/docs/guides/setup/dea_maps.md index f38e512cf..b9901d0e2 100644 --- a/docs/guides/setup/dea_maps.md +++ b/docs/guides/setup/dea_maps.md @@ -1,3 +1,5 @@ +(dea-maps)= + # DEA Maps [DEA Maps](https://maps.dea.ga.gov.au/) is an online platform where you can view Digital Earth Australia (DEA) datasets. It aims to make it easy for anyone to access our open-source data — whether you are a scientist, educator, journalist, or otherwise. diff --git a/docs/requirements.txt b/docs/requirements.txt index 43bb3523a..1ddda1bfe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx<=7.2.6 -nbsphinx<=0.9.3 +nbsphinx<=0.9.1 # Cross-references of the format [Test link](#test-label) break in 0.9.2. This bug still occurs in 0.9.7. Issue: https://github.com/spatialaudio/nbsphinx/issues/748 ipython<=8.18.1 -myst-parser<=2.0.0 +myst-parser<=4.0.1 ipywidgets<=8.1.1 matplotlib<=3.8.2 pydata-sphinx-theme<=0.14.4