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
- Host: GitHub
- URL: https://github.com/clementlecorre/popcube_docs
- Owner: clementlecorre
- Created: 2017-05-02T22:22:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T16:27:15.000Z (almost 9 years ago)
- Last Synced: 2025-01-27T06:32:52.175Z (over 1 year ago)
- Topics: docker, popcube, restructuredtext, sphinx-documentation
- Language: Python
- Homepage: http://popcube-docs.readthedocs.io/fr/latest/
- Size: 10.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# popcube_docs
[](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
```