|
hace 7 meses | |
---|---|---|
.. | ||
.gitignore | hace 7 meses | |
AnnotationLibrary.rst | hace 7 meses | |
ConsumingAnnotations.rst | hace 7 meses | |
CustomAnnotations.rst | hace 7 meses | |
DemoScript.rst | hace 7 meses | |
DesignConsiderations.rst | hace 7 meses | |
Makefile | hace 7 meses | |
README.md | hace 7 meses | |
Roadmap.rst | hace 7 meses | |
UsingAnnotations.rst | hace 7 meses | |
conf.py | hace 7 meses | |
getting-started.rst | hace 7 meses | |
index.rst | hace 7 meses |
easy_install -U Sphinx
pip install sphinx_rtd_theme
pip install sphinx-autobuild
make livehtml
in the docs
folderhttp://localhost:8000/
to view the documentationThanks to the sphinx-autobuild the documentation will be automatically built on every change and all browsers, where it's opened will be reloaded automatically as well.
make html
in the docs
folderdocs/build/html
folder in your browser