https://github.com/gerapy/docs
Document of Gerapy
https://github.com/gerapy/docs
Last synced: 11 months ago
JSON representation
Document of Gerapy
- Host: GitHub
- URL: https://github.com/gerapy/docs
- Owner: Gerapy
- Created: 2019-11-23T15:02:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T15:25:33.000Z (over 5 years ago)
- Last Synced: 2025-02-16T03:41:48.638Z (about 1 year ago)
- Language: HTML
- Homepage: https://docs.gerapy.com/
- Size: 5.63 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build
## Install dependencies
```
pip3 install -r requirements.txt
```
## Build Docs
change to `en` or `zh_cn` folder, then run:
```
make html
```
Then built files will appear in a folder named build.
# Preview
Documents are available at [https://docs.gerapy.com](https://docs.gerapy.com).