|
hai 1 ano | |
---|---|---|
.. | ||
_static | hai 1 ano | |
customize | hai 1 ano | |
nonstandard | hai 1 ano | |
reference | hai 1 ano | |
rfc4122 | hai 1 ano | |
upgrading | hai 1 ano | |
.gitignore | hai 1 ano | |
Makefile | hai 1 ano | |
README.md | hai 1 ano | |
conf.py | hai 1 ano | |
copyright.rst | hai 1 ano | |
customize.rst | hai 1 ano | |
database.rst | hai 1 ano | |
faq.rst | hai 1 ano | |
index.rst | hai 1 ano | |
introduction.rst | hai 1 ano | |
nonstandard.rst | hai 1 ano | |
quickstart.rst | hai 1 ano | |
reference.rst | hai 1 ano | |
requirements.txt | hai 1 ano | |
rfc4122.rst | hai 1 ano | |
testing.rst | hai 1 ano | |
tidelift.rst | hai 1 ano | |
upgrading.rst | hai 1 ano |
Changes to the documentation are automatically built by Read the Docs and viewable from https://uuid.ramsey.dev.
It's probably best to do this in a virtualenv environment, so set one up first:
pip install virtualenvwrapper
mkvirtualenv ramsey-uuid-docs
cd docs/
workon ramsey-uuid-docs
pip install -r requirements.txt
To build the docs, change to the docs/
directory, and make sure you're working
on the virtualenv environment created in the last step.
cd docs/
workon ramsey-uuid-docs
make html
Then, to view the docs after building them:
open _build/html/index.html