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

Commit56b629d

Browse files
committed
Double backticks in rst
1 parente23ebe3 commit56b629d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
`fig.subplot_mosaic` no longer passes the `width_ratios` or `height_ratios` args to the nested gridspecs.
1+
``fig.subplot_mosaic`` no longer passes the ``width_ratios`` or ``height_ratios`` args to the nested gridspecs.
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
Previously, the entirety of the `gridspec_kw` dictionary was passed to
5-
the nested gridspecs. This caused an error if the inner layout was
4+
Previously, the entirety of the ``gridspec_kw`` dictionary was passed
5+
tothe nested gridspecs. This caused an error if the inner layout was
66
incompatible with one of these ratios. A new dictionary is now made,
7-
`nested_gs_kw`, where the `"width_ratios"` and `"height_ratios"` keys
8-
have been removed, which is passed to any nested gridspecs. This
7+
``nested_gs_kw``, where the ``"width_ratios"`` and ``"height_ratios"``
8+
keyshave been removed, which is passed to any nested gridspecs. This
99
prevents such errors.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp