22 lines
583 B
ReStructuredText
22 lines
583 B
ReStructuredText
.. Microdot documentation master file, created by
|
|
sphinx-quickstart on Fri Jun 4 17:40:19 2021.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Microdot
|
|
========
|
|
|
|
Microdot is a minimalistic Python web framework inspired by
|
|
`Flask <https://flask.palletsprojects.com/>`_, and designed to run on
|
|
systems with limited resources such as microcontrollers. It runs on standard
|
|
Python and on `MicroPython <https://micropython.org>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
intro
|
|
api
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|