Mozilla The Open Standard Website https://wiki.mozilla.org/Websites/The_Open_Standard
Перейти к файлу
Benjamin Sternthal 085ad7f311 Merge pull request #77 from Jorenm/master
Tweak to the doctype issue fix.
2015-01-09 14:32:15 -08:00
docs Removed references to co-authors in docs. Removed one more co-authors reference in templates 2015-01-02 14:43:47 -08:00
plugins Removed references to co-authors in docs. Removed one more co-authors reference in templates 2015-01-02 14:43:47 -08:00
themes Alternate means of removing doctype and such 2015-01-09 14:22:38 -08:00
.gitignore
LICENSE
README.md

README.md

The Open Standard

The Open Standard Website https://wiki.mozilla.org/Websites/The_Open_Standard

Docs

The Open Standard runs on wordpress. Documentation can be found at http://theopenstandard.rtfd.org/.

Building Documentation Locally

The instructions below assume you have Python and pip installed. It is also strongly recommended that you create and activate a virtualenv first.

If you'd like to build the documentation locally:

   cd docs
   pip install -r requirements.txt
   make html

The resulting docs can be located under the _build/html directory.

You can also run make livehtml to launch a webserver on http://127.0.0.1:8000 that auto-rebuild the documentation when any files are changed.