mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-25 08:43:36 +00:00
- This is completely reworked but based on /Developer page in the FreedomBox Manual. - This documentation can be made available as static site on https://docs.freedombox.org and the /Developer page in the FreedomBox Manual can be dropped. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
35 lines
841 B
ReStructuredText
35 lines
841 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
FreedomBox Developer Documentation
|
|
==================================
|
|
|
|
This manual is meant for developers intending to develop app for FreedomBox. It
|
|
provides a step by step tutorial and an API reference.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
: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/css/>`_
|
|
|
|
#. `FreedomBox User Manual <https://wiki.debian.org/FreedomBox/Manual>`_
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|