Merge pull request #77 from Jorenm/master Tweak to the doctype issue fix.
Merge pull request #77 from Jorenm/master
Tweak to the doctype issue fix.
The Open Standard Website https://wiki.mozilla.org/Websites/The_Open_Standard
The Open Standard runs on wordpress. Documentation can be found at http://theopenstandard.rtfd.org/.
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.
_build/html
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.
make livehtml
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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:
The resulting docs can be located under the
_build/htmldirectory.You can also run
make livehtmlto launch a webserver on http://127.0.0.1:8000 that auto-rebuild the documentation when any files are changed.