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