Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rsta2/circle-docs
- Owner: rsta2
- Created: 2020-11-02T17:25:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T14:44:22.000Z (about 1 month ago)
- Last Synced: 2024-10-18T05:10:41.858Z (about 1 month ago)
- Homepage: https://circle-rpi.readthedocs.io
- Size: 404 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/docsmake html
Then open [docs/_build/html/index.html](docs/_build/html/index.html) in your web browser.