1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.. OAR documentation master file, created by
sphinx-quickstart on Tue Feb 25 18:58:55 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to OAR's documentation!
===============================
.. include:: ../../README
This documentation is organized into a few different sections below:
* :ref:`ref-user-docs`
* :ref:`ref-admin-docs`
* :ref:`ref-dev-docs`
* :ref:`Changelog <changelogfile-anchor>`.
* :ref:`Copyright and license <licensefile-anchor>`.
.. _ref-user-docs:
User Documentation
==================
.. toctree::
:maxdepth: 2
user/quickstart
user/usecases
user/commands
user/mechanisms
user/desktop-computing
user/api
user/faq
.. _ref-admin-docs:
Admin Documentation
===================
.. toctree::
:maxdepth: 2
admin/installation
admin/configuration
admin/commands
admin/api
admin/security
admin/modules
admin/internal-mechanisms
admin/database-scheme
admin/faq
.. _ref-dev-docs:
Other Documentations
====================
See the documentation section of OAR website: http://oar.imag.fr/documentation
|