
use, what their function is, and urls for library documentation * adds a forward chapter which talks about the documentation * adds an installation stub * adds a software stack chapter that covers what libraries are in * adds a design decisions chapter which covers why we chose the libraries and architecture
34 lines
766 B
ReStructuredText
34 lines
766 B
ReStructuredText
.. GNU MediaGoblin documentation master file, created by
|
|
sphinx-quickstart on Thu Apr 7 20:10:27 2011.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to GNU MediaGoblin's documentation!
|
|
===========================================
|
|
|
|
This documentation covers the GNU MediaGoblin software. It is versioned
|
|
alongside the code and the source for this documentation is located in
|
|
the mediagoblin repository in the ``docs/`` directory.
|
|
|
|
It is also viewable on the Web site in HTML form.
|
|
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
foreward
|
|
softwarestack
|
|
installation
|
|
designdecisions
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|