Skip to content
Merged
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
3 changes: 3 additions & 0 deletions doc/src/devdocs/contributing/jldoctests.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ created in the first block remain available in the following ones.
When a snippet needs to preserve its result for later examples, give it a label
and reuse that label. This avoids repeating setup code and mirrors a REPL
session more closely.

## Further reading
For a complete reference of doctest syntax, see the [corresponding Documenter.jl docs](https://documenter.juliadocs.org/stable/man/doctests/).