Skip to content

Commit ebc1c2c

Browse files
authored
doc: Add link to Documenter.jl doctest page (#58558)
As requested in #58506 (comment)
1 parent e302ed3 commit ebc1c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/devdocs/contributing/jldoctests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ created in the first block remain available in the following ones.
8383
When a snippet needs to preserve its result for later examples, give it a label
8484
and reuse that label. This avoids repeating setup code and mirrors a REPL
8585
session more closely.
86+
87+
## Further reading
88+
For a complete reference of doctest syntax, see the [corresponding Documenter.jl docs](https://documenter.juliadocs.org/stable/man/doctests/).

0 commit comments

Comments
 (0)