Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Sep 30, 2024
1 parent af74310 commit a446057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'asyncgui': ('https://asyncgui.github.io/asyncgui/', None),
'asyncgui_ext.clock': ('https://asyncgui.github.io/asyncgui-ext-clock/', None),
'pygame': ('https://pyga.me/docs/', None),
}

Expand Down
12 changes: 2 additions & 10 deletions sphinx/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
API Reference
=============

.. autofunction:: asyncpygame.run

.. autofunction:: asyncpygame.quit

.. autoclass:: asyncpygame.PriorityExecutor
.. automodule:: asyncpygame
:members:
:undoc-members:
:exclude-members:
:exclude-members: Clock

.. autoclass:: asyncpygame.SDLEvent
:members:
:undoc-members:
:exclude-members: dispatch, subscribe

(sub module) scene_switcher
===========================
Expand Down

0 comments on commit a446057

Please sign in to comment.