Skip to content

Commit 7e633af

Browse files
authored
Merge pull request #78 from Integrated-Testing-Environment/dev
Dev
2 parents 092bfa1 + 8b26474 commit 7e633af

28 files changed

+1175
-12
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.63"
9+
version = "0.0.64"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

docs/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ formats:
1313
python:
1414
version: "3.7"
1515
install:
16-
- requirements: docs/dev_requirements.txt
16+
- requirements: docs/requirements.txt

docs/source/API/api_index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
====================================
2+
AutoControl API Documentation
3+
====================================
4+
5+
.. toctree::
6+
:maxdepth: 4
7+
8+
wrapper/image.rst
9+
wrapper/keyboard.rst
10+
wrapper/mouse.rst
11+
wrapper/record.rst
12+
wrapper/screen.rst
13+
utils/callback.rst
14+
utils/critical_exit.rst
15+
utils/executor.rst
16+
utils/file.rst
17+
utils/generate_report.rst
18+
utils/package_manager.rst
19+
utils/socket_server.rst
20+
special/keyboard_keys.rst
21+
special/mouse_keys.rst

0 commit comments

Comments
 (0)