mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Make doctest block definition clearer.
This commit is contained in:
parent
676409133a
commit
97ebfba6c8
@ -173,9 +173,9 @@ There are also these config values for customizing the doctest extension:
|
||||
|
||||
Some more documentation text.
|
||||
|
||||
(Note that no special ``::`` is needed to introduce the block; docutils
|
||||
recognizes it from the leading ``>>>``. Also, no additional indentation is
|
||||
necessary, though it doesn't hurt.)
|
||||
(Note that no special ``::`` is used to introduce a doctest block; docutils
|
||||
recognizes them from the leading ``>>>``. Also, no additional indentation is
|
||||
used, though it doesn't hurt.)
|
||||
|
||||
If this value is left at its default value, the above snippet is interpreted
|
||||
by the doctest builder exactly like the following::
|
||||
|
Loading…
Reference in New Issue
Block a user