8e7b538921
* Simplify code in CurlMock cookbook recipe * Link to latest versions of packages on hackage * Fix grammar in the OpenIdConnect recipe * HasForeignType -> HasForeign |
||
---|---|---|
.. | ||
cookbook | ||
tutorial | ||
conf.py | ||
examples.md | ||
index.rst | ||
links.rst | ||
Makefile | ||
principles.rst | ||
README.md | ||
requirements.txt |
To build the docs locally:
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html
Docs will be built in _build/html/index.html .