A live version of latest documentation is hosted at http://serrano-lib.org/docs/
- Install mkdocs to generate guides and tutorials
$ pip install mkdocs
- Install realm/jazzy to generate APIs and classes reference
$ [sudo] gem install jazzy
- Clone repo and generate docs
$ git clone https://github.com/pcpLiu/serrano
$ cd serrano/
$ chmod u+x docs/doc_generate.sh
$ ./docs/doc_generate.sh
The generated docs are located in docs/
folder.