Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rsta2/circle-docs

Documentation for Circle
https://github.com/rsta2/circle-docs

Last synced: 13 days ago
JSON representation

Documentation for Circle

Awesome Lists containing this project

README

        

circle-docs
===========

Source code of the [Circle documentation](https://circle-rpi.readthedocs.io) on *Read the Docs*.

Local installation
------------------

This documentation can be built locally too. You will need a working python environment. Just enter in a shell:

pip install sphinx

cd /path/to/your/projects
git clone https://github.com/rsta2/circle-docs.git
cd circle-docs/docs

make html

Then open [docs/_build/html/index.html](docs/_build/html/index.html) in your web browser.