Skip to content

Commit 0799e9e

Browse files
committed
Add link example
1 parent f0631b4 commit 0799e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/contributing/jupyter_style.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This guide does not teach nor cover MyST extensively, only gives some opinionate
3535
libraries documentations. Use [sphinx cross-references](https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html)
3636
instead.
3737

38+
* For instance, to link to another notebook, you could use an explicit link in the markdown text: "this model uses the \[Kronecker product](GP-Kron.myst.md)". This {ref}`this page <myst:syntax/targets>` for more details.
39+
3840
:::{caution}
3941
Using urls links breaks self referencing in versioned docs! And at the same time they are
4042
less robust than sphinx cross-references.

0 commit comments

Comments
 (0)