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

Commitf14a736

Browse files
authored
Merge pull request#29951 from rcomer/fix-docs
2 parentsd75a578 +59b63dd commitf14a736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎galleries/users_explain/figure/interactive_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ with what is displayed on the screen. This is intended to be used to
324324
determine if ``draw_idle`` should be called to schedule a re-rendering
325325
of the figure.
326326

327-
Each artist has a `.Artist.stale_callback` attribute which holds a callback
327+
Each artist has a `!Artist.stale_callback` attribute which holds a callback
328328
with the signature ::
329329

330330
def callback(self: Artist, val: bool) -> None:
@@ -343,7 +343,7 @@ default callback is `None`. If you call `.pyplot.ion` and are not in
343343
`~.backend_bases.FigureCanvasBase.draw_idle` on any stale figures
344344
after having executed the user's input, but before returning the prompt
345345
to the user. If you are not using `.pyplot` you can use the callback
346-
`Figure.stale_callback` attribute to be notified when a figure has
346+
`!Figure.stale_callback` attribute to be notified when a figure has
347347
become stale.
348348

349349

@@ -424,7 +424,7 @@ IPython / prompt_toolkit
424424
With IPython >= 5.0 IPython has changed from using CPython's readline
425425
based prompt to a ``prompt_toolkit`` based prompt. ``prompt_toolkit``
426426
has the same conceptual input hook, which is fed into ``prompt_toolkit`` via the
427-
:meth:`IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook`
427+
:meth:`!IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook`
428428
method. The source for the ``prompt_toolkit`` input hooks lives at
429429
``IPython.terminal.pt_inputhooks``.
430430

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp