Skip to content

Commit

Permalink
Merge 66ee5c3 into 73c8151
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed May 2, 2023
2 parents 73c8151 + 66ee5c3 commit 5219584
Show file tree
Hide file tree
Showing 10 changed files with 1,139 additions and 419 deletions.
365 changes: 273 additions & 92 deletions ahk/_async/engine.py

Large diffs are not rendered by default.

365 changes: 273 additions & 92 deletions ahk/_sync/engine.py

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_static/css/custom.css
@@ -0,0 +1,7 @@
a > code.xref > span {
color: rgb(85, 199, 255);
}

a:visited > code.xref > span {
color: rgb(110, 140, 192)
}
6 changes: 6 additions & 0 deletions docs/api/async.rst
Expand Up @@ -19,6 +19,12 @@ AsyncWindow
:members:
:undoc-members:

AsyncControl
------------
.. autoclass:: ahk._async.window.AsyncControl
:members:
:undoc-members:


AsyncAHK
--------
Expand Down
9 changes: 9 additions & 0 deletions docs/api/directives.rst
@@ -0,0 +1,9 @@
Directives
==========

Autogenerated reference.

.. automodule:: ahk.directives
:members:
:undoc-members:
:special-members: __init__
1 change: 1 addition & 0 deletions docs/api/index.rst
Expand Up @@ -13,3 +13,4 @@ about the programming interface. This is largely auto-generated documentation.
sync
async
methods
directives
235 changes: 0 additions & 235 deletions docs/api/methods.md

This file was deleted.

0 comments on commit 5219584

Please sign in to comment.