High-level documentation for the Firefox Marketplace. Hosted at marketplace.readthedocs.org
Other Marketplace documentation repositories include:
To prepare to build this documentation:
mkvirtualenv marketplace-docs
pip install -r requirements/dev.txt
To build this documentation:
make docs
To have changes built as they happen:
make watch