https://github.com/rsta2/circle-docs
Documentation for Circle
https://github.com/rsta2/circle-docs
Last synced: 6 months ago
JSON representation
Documentation for Circle
- Host: GitHub
- URL: https://github.com/rsta2/circle-docs
- Owner: rsta2
- Created: 2020-11-02T17:25:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T13:00:24.000Z (over 1 year ago)
- Last Synced: 2025-02-08T14:19:17.132Z (over 1 year ago)
- Homepage: https://circle-rpi.readthedocs.io
- Size: 452 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/docs
make html
Then open [docs/_build/html/index.html](docs/_build/html/index.html) in your web browser.