diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
new file mode 100644
index 0000000..29f8bcc
--- /dev/null
+++ b/.github/workflows/docs.yml
@@ -0,0 +1,30 @@
+name: docs
+
+on:
+ push:
+ branches:
+ - main
+ - master
+ workflow_dispatch:
+
+permissions:
+ contents: write
+
+jobs:
+ docs:
+ runs-on: windows-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: '3.14'
+ - run: python -m pip install --upgrade pip
+ - run: pip install -r docs/requirements.txt
+ - run: sphinx-build -b html -E -a ./docs ./docs/_build/html
+ - run: New-Item docs/_build/html/.nojekyll -ItemType File -Force
+ - uses: peaceiris/actions-gh-pages@v4
+ with:
+ github_token: ${{ github.token }}
+ publish_branch: gh-pages
+ publish_dir: docs/_build/html
+ force_orphan: true
diff --git a/README.md b/README.md
index f37db71..bd26e7b 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,13 @@
-
+
-[](https://github.com/lexter0705/appwindows/blob/master/LICENSE.md) [](https://github.com/lexter0705/appwindows/actions/workflows/unit_tests.yml)
+[](https://apparser-development.github.io/apparser/)
+[](https://github.com/apparser-development/appwindows/actions/workflows/unit_tests.yml)
-[](https://pepy.tech/projects/appwindows)
-[](https://apparser.gitbook.io/appwindows)
-
-[](https://pypi.org/project/appwindows/)
-[](https://github.com/lexter0705/appwindows)
-[](https://github.com/lexter0705/appwindows/issues)
+[](https://github.com/apparser-development/apparser)
+[](https://github.com/apparser-development/apparser/issues)
# Apparser
-The apparser library is designed for testing and managing computer programs.
-
+Apparser is a Python library designed for automating desktop applications and managing UI interfaces using artificial intelligence, such as OCR or object detection models.
# Install
```bash
pip install apparser
@@ -31,14 +27,14 @@ algorithm = Algorithm([
WriteText("Hello World") # Write text
])
-app = App("cmd.exe")
+app = App("notepad", window_title="Notepad")
algorithm.perform(app.ui)
```
# Docs
-All documentation here
-Link to PyPi
+All documentation here
+Link to PyPi
# For Developers
1) If something doesn't work - open issue.
diff --git a/apparser.svg b/apparser.svg
index 1666941..7dde869 100644
--- a/apparser.svg
+++ b/apparser.svg
@@ -1,12 +1,6 @@
-