Skip to content

Commit c10ecd7

Browse files
committed
Fix myst headings cross-references
1 parent 5940fa6 commit c10ecd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

008_calcjob_monitors/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Besides the main design goals described above, there was an additional goal that
4747

4848
The reason is that it is currently not clear from known use-cases whether this requirement is necessary and it would significantly complicate the implementation.
4949
It is therefore mentioned here for completeness but the implementation of this AEP will not satisfy it.
50-
See the [section on "Design disadvantages"](#Disadvantages) for a more detailed discussion on this topic.
50+
See the [section on "Design disadvantages"](#disadvantages) for a more detailed discussion on this topic.
5151

5252
## Implementation
5353
The current engine design has the capability of processing multiple tasks for a calculation job asynchronously.

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
external_toc_exclude_missing = True
99
html_theme = "furo"
1010
suppress_warnings = ["myst.header"]
11+
myst_heading_anchors = 3

0 commit comments

Comments
 (0)