https://github.com/vearch/zh_docs
Chinese version docs for vearch
https://github.com/vearch/zh_docs
Last synced: 6 months ago
JSON representation
Chinese version docs for vearch
- Host: GitHub
- URL: https://github.com/vearch/zh_docs
- Owner: vearch
- License: apache-2.0
- Created: 2019-10-12T02:20:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T06:28:13.000Z (6 months ago)
- Last Synced: 2026-02-10T12:52:33.650Z (6 months ago)
- Size: 695 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zh_docs
Chinese version docs for vearch
## local test
pip install sphinx sphinx-rtd-theme sphinx-copybutton
source venv/bin/activate && sphinx-build -b html docs/source docs/build/html
cd docs/build/html && python3 -m http.server 8080