420ebd0475
- No more Internal modules - Remove ClientLike-generic. Let's use Routes-generics - Let's see if anyone notices, otherwise we can add it back - Add Makefile for common tasks - Fix servant-client-ghcjs |
||
---|---|---|
.. | ||
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 .