Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions docs/syntax/cross-referencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ These can also be used within MyST documents, although it is recommended to use
- {external:class}`sphinx.application.Sphinx`, {external:class}`Explicit text <sphinx.application.Sphinx>`
- {external+sphinx:ref}`code-examples`, {external+sphinx:ref}`Explicit text <code-examples>`

---

- <project:#syntax/referencing>, [][syntax], [Explicit text][syntax]
- [](<#my other term>)
- <project:../intro.md>, [Explicit text](../intro.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/syntax/organising_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ All headings at the root level of the document are included in the Table of Cont

Many HTML themes will already include this ToC in a sidebar, but you can also include it in the main content of the page using the contents {{directive}}:

:::{myst-example}
````md
```{contents} Table of Contents
:depth: 3
```
:::
````

Options:

Expand Down