Skip to content

Commit 2eb3edd

Browse files
amotljonathanslenders
authored andcommitted
Documentation: Update autodoc references
1 parent 29bc027 commit 2eb3edd

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

docs/pages/reference.rst

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -333,21 +333,13 @@ Eventloop
333333
---------
334334

335335
.. automodule:: prompt_toolkit.eventloop
336-
:members: EventLoop, get_traceback_from_context, From, Return,
337-
ensure_future, create_event_loop, create_asyncio_event_loop,
338-
get_event_loop, set_event_loop, run_in_executor, call_from_executor,
339-
run_until_complete, Future, InvalidStateError
336+
:members: run_in_executor_with_context, call_soon_threadsafe,
337+
get_traceback_from_context, get_event_loop
340338

341-
.. automodule:: prompt_toolkit.eventloop.posix
339+
.. automodule:: prompt_toolkit.eventloop.inputhook
342340
:members:
343341

344-
.. automodule:: prompt_toolkit.eventloop.win32
345-
:members:
346-
347-
.. automodule:: prompt_toolkit.eventloop.asyncio_win32
348-
:members:
349-
350-
.. automodule:: prompt_toolkit.eventloop.asyncio_posix
342+
.. automodule:: prompt_toolkit.eventloop.utils
351343
:members:
352344

353345

@@ -373,8 +365,7 @@ Output
373365
------
374366

375367
.. automodule:: prompt_toolkit.output
376-
:members: Output, DummyOutput, ColorDepth, create_output,
377-
get_default_output, set_default_output
368+
:members: Output, DummyOutput, ColorDepth, create_output
378369

379370
.. automodule:: prompt_toolkit.output.vt100
380371
:members:

0 commit comments

Comments
 (0)