addons-server/docs
Mathieu Agopian a79684ca8c Revert "Remove the default app (bug 1050154)" 2014-08-19 11:28:19 +02:00
..
_build ignore everything in _build 2009-11-05 18:24:37 -08:00
_intersphinx make the intersphinx catalogs local 2009-12-28 18:14:07 -05:00
_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 adding a :src: role to sphinx for linking to source files 2010-01-22 17:43:57 -08:00
settings Revert "Remove the default app (bug 1050154)" 2014-08-19 11:28:19 +02:00
topics Revert "Remove the default app (bug 1050154)" 2014-08-19 11:28:19 +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 rm everything in gh-pages so old pages aren't left around + typo & pushd 2010-02-02 21:55:50 -08:00
conf.py Update documentation to remove Zamboni's references (bug 990108) 2014-04-09 23:05:51 +02:00
impala_checklist.txt updating impala checklist for stats 2011-10-29 18:34:23 -07:00
index.rst Update documentation to remove Zamboni's references (bug 990108) 2014-04-09 23:05:51 +02:00
watcher.py script to watch a bunch of files and run a command if any changes are detected. 2009-11-06 22:32:35 -08:00

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``.