-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
731906a
commit 602bb20
Showing
36 changed files
with
4,528 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ bin/ | |
/asyncpygame.egg-info/ | ||
/.pytest_cache/ | ||
/dist | ||
/docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 190ce31636404689119ff51add2416a9 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
AsyncPygame | ||
=========== | ||
|
||
Async Library for PyGame. | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 1 | ||
|
||
reference | ||
|
||
Important Dependencies | ||
---------------------- | ||
|
||
You probably want to read their documentation as well. | ||
|
||
* https://asyncgui.github.io/asyncgui/ | ||
* https://asyncgui.github.io/asyncgui-ext-clock/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
============= | ||
API Reference | ||
============= | ||
|
||
.. automodule:: asyncpygame | ||
:members: | ||
:undoc-members: | ||
:exclude-members: Clock | ||
|
||
|
||
(sub module) scene_switcher | ||
=========================== | ||
|
||
.. automodule:: asyncpygame.scene_switcher | ||
:members: | ||
:undoc-members: | ||
:exclude-members: |
Oops, something went wrong.