An open API service indexing awesome lists of open source software.

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

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