You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download icon at the top of each page has a link to download the page source. I want to provide that same link somewhere within a parent page, and I can't figure it out!
Say the download icon resolves to https://example.com/prefix/_sources/a/b/child.ipynb.
What I've tried in the parent (Markdown) is:
View the [page] or download the [source].
[page]: b/child[source]: ../../_sources/a/b/child.ipynb
I get a WARNING: 'myst' cross-reference target not found and [source] ends up resolving to https://example.com/prefix/a/parent.html#../../_sources/a/b/child.ipynb.
Is there a way to start an "external link" poiting at the root of the site? Is there a role that returns the sources of a page?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The download icon at the top of each page has a link to download the page source. I want to provide that same link somewhere within a parent page, and I can't figure it out!
Say the download icon resolves to
https://example.com/prefix/_sources/a/b/child.ipynb
.What I've tried in the parent (Markdown) is:
I get a
WARNING: 'myst' cross-reference target not found
and[source]
ends up resolving tohttps://example.com/prefix/a/parent.html#../../_sources/a/b/child.ipynb
.Is there a way to start an "external link" poiting at the root of the site? Is there a role that returns the sources of a page?
Beta Was this translation helpful? Give feedback.
All reactions