|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| _static | %!s(int64=2) %!d(string=hai) anos | |
| customize | %!s(int64=2) %!d(string=hai) anos | |
| nonstandard | %!s(int64=2) %!d(string=hai) anos | |
| reference | %!s(int64=2) %!d(string=hai) anos | |
| rfc4122 | %!s(int64=2) %!d(string=hai) anos | |
| upgrading | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| Makefile | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| conf.py | %!s(int64=2) %!d(string=hai) anos | |
| copyright.rst | %!s(int64=2) %!d(string=hai) anos | |
| customize.rst | %!s(int64=2) %!d(string=hai) anos | |
| database.rst | %!s(int64=2) %!d(string=hai) anos | |
| faq.rst | %!s(int64=2) %!d(string=hai) anos | |
| index.rst | %!s(int64=2) %!d(string=hai) anos | |
| introduction.rst | %!s(int64=2) %!d(string=hai) anos | |
| nonstandard.rst | %!s(int64=2) %!d(string=hai) anos | |
| quickstart.rst | %!s(int64=2) %!d(string=hai) anos | |
| reference.rst | %!s(int64=2) %!d(string=hai) anos | |
| requirements.txt | %!s(int64=2) %!d(string=hai) anos | |
| rfc4122.rst | %!s(int64=2) %!d(string=hai) anos | |
| testing.rst | %!s(int64=2) %!d(string=hai) anos | |
| tidelift.rst | %!s(int64=2) %!d(string=hai) anos | |
| upgrading.rst | %!s(int64=2) %!d(string=hai) anos | |
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