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

https://github.com/gerapy/docs

Document of Gerapy
https://github.com/gerapy/docs

Last synced: 11 months ago
JSON representation

Document of Gerapy

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).