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