wesmiler a41138daae wesmiler há 1 ano atrás
..
_static a41138daae wesmiler há 1 ano atrás
customize a41138daae wesmiler há 1 ano atrás
nonstandard a41138daae wesmiler há 1 ano atrás
reference a41138daae wesmiler há 1 ano atrás
rfc4122 a41138daae wesmiler há 1 ano atrás
upgrading a41138daae wesmiler há 1 ano atrás
.gitignore a41138daae wesmiler há 1 ano atrás
Makefile a41138daae wesmiler há 1 ano atrás
README.md a41138daae wesmiler há 1 ano atrás
conf.py a41138daae wesmiler há 1 ano atrás
copyright.rst a41138daae wesmiler há 1 ano atrás
customize.rst a41138daae wesmiler há 1 ano atrás
database.rst a41138daae wesmiler há 1 ano atrás
faq.rst a41138daae wesmiler há 1 ano atrás
index.rst a41138daae wesmiler há 1 ano atrás
introduction.rst a41138daae wesmiler há 1 ano atrás
nonstandard.rst a41138daae wesmiler há 1 ano atrás
quickstart.rst a41138daae wesmiler há 1 ano atrás
reference.rst a41138daae wesmiler há 1 ano atrás
requirements.txt a41138daae wesmiler há 1 ano atrás
rfc4122.rst a41138daae wesmiler há 1 ano atrás
testing.rst a41138daae wesmiler há 1 ano atrás
tidelift.rst a41138daae wesmiler há 1 ano atrás
upgrading.rst a41138daae wesmiler há 1 ano atrás

README.md

ramsey/uuid Documentation

Changes to the documentation are automatically built by Read the Docs and viewable from https://uuid.ramsey.dev.

Getting Started

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

Building the Docs

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