mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
46 lines
1.2 KiB
ReStructuredText
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`
|