index.rst 1014 Bytes
Newer Older
1
.. EdX Dev documentation master file, created by
2 3 4 5
   sphinx-quickstart on Fri Nov  2 15:43:00 2012.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

6
edX Developer's Guide
7
===================================
8 9 10

Contents:

11 12 13
.. this is wildly disorganized, and is basically just a dumping ground for
    .rst files at the moment.

14
.. toctree::
15 16
    :maxdepth: 2

17
    change_log
18
    preface.rst
19
    browsers.rst
20
    overview.rst
21
    extending_platform/index
22
    modulestores/index
23 24 25 26
    xblocks.rst
    pavelib.rst
    public_sandboxes.rst
    analytics.rst
Mark Hoeber committed
27
    process/index
28
    testing/index
29
    code-considerations
30
    deploy-new-service
31

Mark Hoeber committed
32 33 34 35 36 37
APIs
-----

.. toctree::
    :maxdepth: 2

38
    djangoapps.rst
Mark Hoeber committed
39
    common-lib.rst
40
    experiments.rst
Mark Hoeber committed
41 42 43 44 45 46 47

Internationalization
---------------------

.. toctree::
    :maxdepth: 2

48 49
    i18n.rst
    i18n_translators_guide.rst
50 51 52 53 54 55 56

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`