Skip to content

Commit b0690ff

Browse files
committed
DOC: remove badly named and superfluous heading
1 parent 757e040 commit b0690ff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/users/interactive_guide.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,15 +387,12 @@ In general Matplotlib is not thread safe. If you are going to update
387387
sure that you are locking in the critical sections.
388388

389389

390-
The Weeds
391-
=========
392-
393390

394391
Eventloop integration mechanism
395-
-------------------------------
392+
===============================
396393

397394
CPython / readline
398-
~~~~~~~~~~~~~~~~~~
395+
------------------
399396

400397
The python capi provides a hook, :c:var:`PyOS_InputHook`, to register a
401398
function to be run "The function will be called when Python's
@@ -422,7 +419,7 @@ is the recommended method of integrating Matplotlib and a prompt.
422419

423420

424421
IPython / prompt toolkit
425-
~~~~~~~~~~~~~~~~~~~~~~~~
422+
------------------------
426423

427424
With IPython >= 5.0 IPython has changed from using cpython's readline
428425
based prompt to a ``prompt_toolkit`` based prompt. ``prompt_toolkit``

0 commit comments

Comments
 (0)