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

Skip to content

Commit 59b63dd

Browse files
tacaswellrcomer
authored andcommitted
Fix doc build on 3.10.1-doc
(cherry picked from commit 09bea95)
1 parent d75a578 commit 59b63dd

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)