|
|
пре 2 година | |
|---|---|---|
| .. | ||
| _static | пре 2 година | |
| customize | пре 2 година | |
| nonstandard | пре 2 година | |
| reference | пре 2 година | |
| rfc4122 | пре 2 година | |
| upgrading | пре 2 година | |
| .gitignore | пре 2 година | |
| Makefile | пре 2 година | |
| README.md | пре 2 година | |
| conf.py | пре 2 година | |
| copyright.rst | пре 2 година | |
| customize.rst | пре 2 година | |
| database.rst | пре 2 година | |
| faq.rst | пре 2 година | |
| index.rst | пре 2 година | |
| introduction.rst | пре 2 година | |
| nonstandard.rst | пре 2 година | |
| quickstart.rst | пре 2 година | |
| reference.rst | пре 2 година | |
| requirements.txt | пре 2 година | |
| rfc4122.rst | пре 2 година | |
| testing.rst | пре 2 година | |
| tidelift.rst | пре 2 година | |
| upgrading.rst | пре 2 година | |
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