27 lines
711 B
ReStructuredText
27 lines
711 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
|
|
========
|
|
|
|
*"The impossibly small web framework for Python and MicroPython"*
|
|
|
|
Microdot is a minimalistic Python web framework inspired by
|
|
`Flask <https://flask.palletsprojects.com/>`_. Given its size, it can run on
|
|
systems with limited resources such as microcontrollers. Both standard Python
|
|
(CPython) and `MicroPython <https://micropython.org>`_ are supported.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
intro
|
|
extensions
|
|
migrating
|
|
freezing
|
|
api
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|