Skip to content

Commit 73c8151

Browse files
committed
minor doc improvements
1 parent 281f7b5 commit 73c8151

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

docs/api/async.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
Async API
22
=========
33

4+
.. toctree::
5+
46
The async API is mostly identical to the sync API.
57

6-
.. autoclass:: ahk._async.engine.AsyncAHK
8+
AsyncFutureResult
9+
-----------------
10+
11+
.. autoclass:: ahk._async.transport.AsyncFutureResult
712
:members:
813
:undoc-members:
914

10-
.. autoclass:: ahk._async.transport.AsyncFutureResult
15+
AsyncWindow
16+
-----------
17+
18+
.. autoclass:: ahk._async.window.AsyncWindow
19+
:members:
20+
:undoc-members:
21+
22+
23+
AsyncAHK
24+
--------
25+
26+
.. autoclass:: ahk._async.engine.AsyncAHK
1127
:members:
1228
:undoc-members:

docs/api/sync.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
Sync API
22
========
33

4+
.. toctree::
5+
6+
47
The sync API is generated automatically from the async API using ``unasync``.
58

69
The sync API is the default API described in most of the README.
710

8-
.. autoclass:: ahk._sync.engine.AHK
11+
FutureResult
12+
------------
13+
14+
.. autoclass:: ahk._sync.transport.FutureResult
915
:members:
1016
:undoc-members:
1117

12-
.. autoclass:: ahk._sync.transport.FutureResult
18+
19+
Window
20+
------
21+
22+
.. autoclass:: ahk._sync.window.Window
23+
:members:
24+
:undoc-members:
25+
26+
27+
AHK
28+
---
29+
30+
.. autoclass:: ahk._sync.engine.AHK
1331
:members:
1432
:undoc-members:

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@
3939
'undoc-members': True,
4040
'special-members': '__init__',
4141
}
42+
43+
always_document_param_types = True

0 commit comments

Comments
 (0)