Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7de91c8

Browse files
authored
Merge pull request #15048 from tacaswell/nitpick_autotable
DOC: more nitpick follow up
2 parents 96c7c51 + 755740e commit 7de91c8

File tree

4 files changed

+17
-362
lines changed

4 files changed

+17
-362
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ As opposed to the numpydoc guide, parameters need not be marked as
425425
The optional aspect is already clear from the presence of a default value.
426426
More specifically
427427

428-
- use `{name} : {type}, default: {val}` when possible.
429-
- use `{name} : {type}, optional` and describe the default in the text if
428+
- use ``{name} : {type}, default: {val}`` when possible.
429+
- use ``{name} : {type}, optional`` and describe the default in the text if
430430
in cannot be explained sufficiently in the above way.
431431

432432
Use ``float`` for a type that can be any number.

0 commit comments

Comments
 (0)