Skip to content

Commit

Permalink
render html
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Jul 4, 2024
1 parent 35b7084 commit 99098c2
Show file tree
Hide file tree
Showing 36 changed files with 3,916 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ bin/
/.venv/
/.pytest_cache/
/dist
/docs/
/src/asyncgui.py
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: 8a2bd4d5286755c31a745f8b63e97fc5
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.
10 changes: 10 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
=========
SyncTools
=========

Inter-task sychronization and communication.

.. toctree::
:hidden:

reference
13 changes: 13 additions & 0 deletions docs/_sources/reference.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=============
API Reference
=============

.. autoclass:: asyncgui_ext.synctools.box.Box
:members:
:undoc-members:
:exclude-members:

.. autoclass:: asyncgui_ext.synctools.event.Event
:members:
:undoc-members:
:exclude-members:
Loading

0 comments on commit 99098c2

Please sign in to comment.