Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f79ff93
Test link 1
benji-glitsos-ga May 2, 2025
97d9d7e
Testing settings for links
benji-glitsos-ga May 4, 2025
6252484
Testing
benji-glitsos-ga May 4, 2025
a1ccda9
Testing
benji-glitsos-ga May 5, 2025
a6a1891
Testing - link worked
benji-glitsos-ga May 5, 2025
de045f3
Testing - link worked
benji-glitsos-ga May 5, 2025
bcb099b
Testing - isolating the nbsphinx plugin
benji-glitsos-ga May 5, 2025
41a8343
Downgrading nbsphinx to 0.9.1 to address this issue
benji-glitsos-ga May 5, 2025
d638d84
A test: @dea-maps
benji-glitsos-ga May 5, 2025
a788cbd
Trying nbsphinx 0.9.7
benji-glitsos-ga May 5, 2025
0acbaa4
Removed @dea-maps test
benji-glitsos-ga May 5, 2025
583dbdb
Link not working in nbsphinx 0.9.7 so reverting to 0.9.1
benji-glitsos-ga May 5, 2025
c8b93a0
Code comment [skip ci]
benji-glitsos-ga May 5, 2025
26cd861
Code comment [skip ci]
benji-glitsos-ga May 5, 2025
61c1b11
Reverting some test settings
benji-glitsos-ga May 5, 2025
64cb7ee
myst_all_links_external = False
benji-glitsos-ga May 5, 2025
2ff8479
Testing Myst URL schemes
benji-glitsos-ga May 5, 2025
42b755c
Testing upgrade Myst Parser to 4.0.1
benji-glitsos-ga May 5, 2025
fcf1f98
More testing
benji-glitsos-ga May 5, 2025
6978f64
myst_url_schemes configuration
benji-glitsos-ga May 5, 2025
5b1bb6b
More testing
benji-glitsos-ga May 5, 2025
ff224ce
More testing
benji-glitsos-ga May 6, 2025
c5d4cd9
More testing
benji-glitsos-ga May 6, 2025
f3810d5
More testing
benji-glitsos-ga May 6, 2025
529f0f7
Coastlines test
benji-glitsos-ga May 6, 2025
7e56fb0
Testing links
benji-glitsos-ga May 6, 2025
e0b898c
Coastlines test links
benji-glitsos-ga May 6, 2025
aab2f5d
Coastlines test links
benji-glitsos-ga May 6, 2025
190c344
Coastlines test links
benji-glitsos-ga May 6, 2025
314e1c3
Test links
benji-glitsos-ga May 6, 2025
ed84845
Test links
benji-glitsos-ga May 6, 2025
41b0ddf
Test links
benji-glitsos-ga May 6, 2025
cf38593
Test links
benji-glitsos-ga May 6, 2025
4012ded
Testing links
benji-glitsos-ga May 6, 2025
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
10 changes: 10 additions & 0 deletions docs/_templates/product-v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,16 @@

<div class="product-tab-table-of-contents"></div>

:any:`Test link DEA Maps <dea-maps>`

:any:`Test link DEA Maps </guides/setup/dea_maps/>`

:any:`DEA Coastlines </data/product/dea-intertidal/#key-specifications>`

:any:`DEA Coastlines </data/product/dea-intertidal/?tab=specifications>`

:any:`DEA Coastlines </data/product/dea-intertidal/?tab=specifications#product-information>`

.. include:: _overview_1.md
:parser: myst_parser.sphinx_

Expand Down
10 changes: 9 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions docs/guides/land-cover-explorer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Land Cover Explorer

TESTS:

* Target &mdash; [DEA Maps](#dea-maps)
* `root:` &mdash; [DEA Coastlines](root:data/product/dea-coastlines/)
* `root:` &mdash; [DEA Coastlines](root:data/product/dea-coastlines/#key-specifications)
* `root:` &mdash; [DEA Coastlines](root:data/product/dea-coastlines/?tab=specifications)
* `root:` &mdash; [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
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/setup/dea_maps.md
Original file line number Diff line number Diff line change
@@ -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 &mdash; whether you are a scientist, educator, journalist, or otherwise.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down