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

Appearance settings

Commit 09bea95

Browse filesBrowse files
authored
Merge pull request #29943 from dstansby/310-broken-links
Fix doc build on 3.10.x
2 parents 6a6e8d8 + a1440fe commit 09bea95
Copy full SHA for 09bea95

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎galleries/users_explain/figure/interactive_guide.rst

Copy file name to clipboardExpand all lines: galleries/users_explain/figure/interactive_guide.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.