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

https://github.com/clementlecorre/popcube_docs

Documentation for popcube project
https://github.com/clementlecorre/popcube_docs

docker popcube restructuredtext sphinx-documentation

Last synced: about 2 months ago
JSON representation

Documentation for popcube project

Awesome Lists containing this project

README

          

# popcube_docs

[![Documentation Status](https://readthedocs.org/projects/popcube-docs/badge/?version=latest)](http://popcube-docs.readthedocs.io/fr/latest/?badge=latest)

Documentation for popcube project

* https://github.com/cl3m3nt666/popcube_deploy_api
* https://github.com/titouanfreville/PopCube
* https://github.com/titouanfreville/popcubeapi
* https://github.com/titouanfreville/popcubeexternalapi

## Build to html

```
docker run -it -v ${PWD}/popcube:/root/docs cl3m3nt/sphinx make html
```

## Tool for build the docs

Auto-build watcher
```
docker run -it -p 8000:8000 -v ${PWD}/popcube:/root/docs cl3m3nt/sphinx-autobuild
```