FreedomBox/doc/dev/index.rst
Sunil Mohan Adapa b378305f58
doc: dev: Update the tutorial to reflect latest API/code
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2021-01-04 13:47:41 +02:00

46 lines
1.2 KiB
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
FreedomBox Developer Documentation
==================================
**Note:** If you are looking for documentation on using FreedomBox, please visit
the `FreedomBox Manual <https://wiki.debian.org/FreedomBox/Manual>`__. You can
also find a copy of the user manual in the help section of your FreedomBox.
This manual is meant for developers intending to develop apps for FreedomBox.
It provides an API reference and a step-by-step tutorial for developing apps.
.. toctree::
:maxdepth: 2
:caption: Contents
tutorial/index
reference/index
External References
*******************
#. :doc:`Django Documentation - Getting Started <django:intro/index>`
#. `Debian Packaging Portal <https://wiki.debian.org/Packaging>`_
#. `systemd System and Service Manager <https://www.freedesktop.org/wiki/Software/systemd/>`_
#. `Bootstrap - CSS Library <http://getbootstrap.com/>`_
#. `FreedomBox User Manual <https://wiki.debian.org/FreedomBox/Manual>`_
Contributing to this Documentation
**********************************
.. toctree::
README
Indices and tables
******************
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`