From 6ee9134dc54a0f8d50ab2c385f8c328bd23fb52c Mon Sep 17 00:00:00 2001 From: caishilong <1103837067@qq.com> Date: Sat, 19 Oct 2024 02:04:43 +0800 Subject: [PATCH] fix GitHub workflow Doc deploy 2 --- .github/workflows/docs-and-deploy.yml | 2 +- .gitignore | 1 + .idea/misc.xml | 7 ------- README.md | 9 +++------ docs/source/index.rst | 3 ++- 5 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.github/workflows/docs-and-deploy.yml b/.github/workflows/docs-and-deploy.yml index 566ecf0..e09d839 100644 --- a/.github/workflows/docs-and-deploy.yml +++ b/.github/workflows/docs-and-deploy.yml @@ -37,7 +37,7 @@ jobs: - name: 构建文档 run: | cd docs - sphinx-apidoc -o docs/source/modules ../ha4t/ --extensions EXTENSIONS -e + sphinx-apidoc -o ./modules/ ../ha4t/ --extensions EXTENSIONS -e make html - name: Setup Pages diff --git a/.gitignore b/.gitignore index b6e4761..7ed07d0 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ dmypy.json # Pyre type checker .pyre/ +.idea/ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e0a7228..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index cc28925..2bf73e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HA4T 🐍 [![PyPI version](https://badge.fury.io/py/ha4t.svg)](https://badge.fury.io/py/ha4t) -[![Documentation Status](https://readthedocs.org/projects/ha4t/badge/?version=latest)](https://ha4t.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://1103837067.github.io/HA4T/) HA4T (Hybrid App Automation Testing Tool) 是一个跨平台的UI自动化框架,适用于混合型app、游戏、web和原生app等。该框架基于aircv、OCR、CDP、uiautomator2和facebook_wda进行开发。 @@ -32,15 +32,12 @@ pip install ha4t ## 详细文档 -查看我们的[详细文档](https://ha4t.readthedocs.io/)以获取更多信息,包括: +查看我们的[详细文档](https://1103837067.github.io/HA4T/)以获取更多信息,包括: - 完整的API参考 - 高级用法指南 - 最佳实践和技巧 -## 贡献 - -我们欢迎并感谢任何形式的贡献!如果您想为HA4T做出贡献,请查看我们的[贡献指南](CONTRIBUTING.md)。 ## 问题和支持 @@ -54,7 +51,7 @@ pip install ha4t HA4T 的开发得益于以下开源项目: -- [aircv](https://github.com/NetEase/aircv) +- [airtest](https://github.com/NetEase/airtest) - [uiautomator2](https://github.com/openatx/uiautomator2) - [facebook-wda](https://github.com/openatx/facebook-wda) diff --git a/docs/source/index.rst b/docs/source/index.rst index b2f2965..9b2f044 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -32,6 +32,7 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台 :caption: 快速开始 README_MORE.rst + ================================ .. toctree:: @@ -48,7 +49,6 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台 modules/ha4t.api - ================================ .. toctree:: @@ -73,6 +73,7 @@ HA4T 是一个强大的 UI 自动化测试框架,支持 Android 和 iOS 平台 :caption: 所有模块 modules/modules + * :ref:`genindex` * :ref:`modindex` * :ref:`search`