|
1 year ago | |
---|---|---|
.. | ||
_static | 1 year ago | |
customize | 1 year ago | |
nonstandard | 1 year ago | |
reference | 1 year ago | |
rfc4122 | 1 year ago | |
upgrading | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
conf.py | 1 year ago | |
copyright.rst | 1 year ago | |
customize.rst | 1 year ago | |
database.rst | 1 year ago | |
faq.rst | 1 year ago | |
index.rst | 1 year ago | |
introduction.rst | 1 year ago | |
nonstandard.rst | 1 year ago | |
quickstart.rst | 1 year ago | |
reference.rst | 1 year ago | |
requirements.txt | 1 year ago | |
rfc4122.rst | 1 year ago | |
testing.rst | 1 year ago | |
tidelift.rst | 1 year ago | |
upgrading.rst | 1 year ago |
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