addons-server/docs
Mathieu Agopian a46a690c48 get rid of vendor submodule (bug 1049428) 2014-09-01 15:47:17 +02:00
..
_build
_intersphinx
_static use .gitkeep instead of .gitignore; bug 687408 2013-09-19 07:56:17 -07:00
_templates use .gitkeep instead of .gitignore; bug 687408 2013-09-19 07:56:17 -07:00
extensions
settings Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00
topics get rid of vendor submodule (bug 1049428) 2014-09-01 15:47:17 +02:00
Makefile remove mkt relevant docs (mkt api, and references to mkt) 2014-08-08 13:19:20 +02:00
README.rst remove mkt relevant docs (mkt api, and references to mkt) 2014-08-08 13:19:20 +02:00
__init__.py Split off API docs (bug 854942) 2013-04-15 13:54:46 -05:00
build-github.zsh
conf.py Update documentation to remove Zamboni's references (bug 990108) 2014-04-09 23:05:51 +02:00
impala_checklist.txt
index.rst Update documentation to remove Zamboni's references (bug 990108) 2014-04-09 23:05:51 +02:00
watcher.py

README.rst

=====================
Olympia Documentation
=====================

Within: documentation for the use of Olympia and its services. All this
documentation here is contained in plain text files using
`reStructuredText <http://docutils.sourceforge.net/rst.html>`_ and
`Sphinx <http://sphinx-doc.org/>`_.

To install Sphinx and its dependencies (including Sphinx plugins and the MDN
documentation theme), activate your virtualenv and run ``pip install -r 
requirements/docs.txt``.

A daemon is included that can watch and regenerated the built HTML when
documentation source files are changed:
``python watcher.py 'make html' $(find . -name '*.rst')``.

There are two distinct documentation trees contained within this directory:


Olympia
-------

Viewable at:
  http://olympia.readthedocs.org/
Covers:
  Development using Olympia, the source code for
  `Add-ons <https://addons.mozilla.org/>`_.
Source location:
  `/docs <https://github.com/mozilla/olympia/tree/master/docs>`_
Build by:
  Running ``make html`` from ``/docs``. The generated documentation will be
  located at ``/docs/_build/html``.