https://github.com/antonvh/antonsmindstorms-docs
Sphinx RTD documentation for Micropython LEGO Robotics libraries, add-on hardware from antonsmindstorms.com, and their firmware.
https://github.com/antonvh/antonsmindstorms-docs
micropython-esp32 sphinx
Last synced: 5 months ago
JSON representation
Sphinx RTD documentation for Micropython LEGO Robotics libraries, add-on hardware from antonsmindstorms.com, and their firmware.
- Host: GitHub
- URL: https://github.com/antonvh/antonsmindstorms-docs
- Owner: antonvh
- License: mit
- Created: 2023-01-04T10:03:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-26T09:09:20.000Z (6 months ago)
- Last Synced: 2025-12-27T20:58:30.493Z (6 months ago)
- Topics: micropython-esp32, sphinx
- Language: Shell
- Homepage: https://docs.antonsmindstorms.com/
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antonsmindstorms-docs
Documentation for Micropython LEGO Robotics libraries and hardware, as hosted on docs.antonsmindstorms.com
# Contributing
Please fork this repository and add to it with pull requests. You will be helping a lot of people.
## Set up local environment
```
git clone https://github.com/antonvh/antonsmindstorms-docs
cd antonsmindstorms-docs
pipenv shell
cd docs
make html # builds the docs
```
## Guidelines
Add general info in the respective Sphinx .rst files.
Add docstrings, sphinx-style to the python libraries.