Skip to content

Commit 6a098bb

Browse files
committed
docs(doctest): Add refs for interlinking
1 parent f73c587 commit 6a098bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/doctest/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
(doctest_docutils)=
2+
(doctest_docutils_module)=
3+
14
# Doctest w/ docutils
25

36
Built on {mod}`doctest`.

docs/doctest/pytest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
(pytest_plugin)=
2+
(pytest_doctest_docutils)=
3+
14
# pytest plugin
25

36
:::{note}
@@ -6,7 +9,7 @@ This plugin disables pytest's standard `doctest` plugin.
69

710
:::
811

9-
The pytest plugin is built on top of the doctest_docutils module, which is in
12+
The pytest plugin is built on top of the `doctest_docutils` module, which is in
1013
turn compatible with {mod}`doctest`.
1114

1215
## Markdown

0 commit comments

Comments
 (0)