Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74ed294

Browse files
authored
Merge pull request#15379 from timhoffm/string-quotes
Document formatting strings in the docs
2 parents01d9efb +8c7d0e9 commit74ed294

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/devel/documenting_mpl.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ consistent with Python's documentation:
390390

391391
..code-block::rst
392392
393-
If *linestyles* is *None*, the'solid' isused.
393+
If *linestyles* is *None*, thedefault is'solid'.
394394
395395
Do not use the ```default role``` or the ````literal```` role:
396396

@@ -410,6 +410,12 @@ Use simple single or double quotes when giving string values, e.g.
410410
411411
If 'tight', try to figure out the tight bbox of the figure.
412412
413+
No ``'extra'`` literal quotes.
414+
415+
The use of extra literal quotes around the text is discouraged. While they
416+
slightly improve the rendered docs, they are cumbersome to type and difficult
417+
to read in plain-text docs.
418+
413419
Parameter type descriptions
414420
~~~~~~~~~~~~~~~~~~~~~~~~~~~
415421
The main goal for parameter type descriptions is to be readable and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp