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