Skip to content

Commit

Permalink
render html
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Nov 6, 2024
1 parent 731906a commit 602bb20
Show file tree
Hide file tree
Showing 36 changed files with 4,528 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ bin/
/asyncpygame.egg-info/
/.pytest_cache/
/dist
/docs/
4 changes: 4 additions & 0 deletions docs/.buildinfo
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 added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/reference.doctree
Binary file not shown.
Empty file added docs/.nojekyll
Empty file.
18 changes: 18 additions & 0 deletions docs/_sources/index.rst.txt
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/
17 changes: 17 additions & 0 deletions docs/_sources/reference.rst.txt
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:
Loading

0 comments on commit 602bb20

Please sign in to comment.