|
před 7 měsíci | |
---|---|---|
.. | ||
.gitignore | před 7 měsíci | |
AnnotationLibrary.rst | před 7 měsíci | |
ConsumingAnnotations.rst | před 7 měsíci | |
CustomAnnotations.rst | před 7 měsíci | |
DemoScript.rst | před 7 měsíci | |
DesignConsiderations.rst | před 7 měsíci | |
Makefile | před 7 měsíci | |
README.md | před 7 měsíci | |
Roadmap.rst | před 7 měsíci | |
UsingAnnotations.rst | před 7 měsíci | |
conf.py | před 7 měsíci | |
getting-started.rst | před 7 měsíci | |
index.rst | před 7 měsíci |
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