Dominic Scheirlinck e59efbafc4 Add initial chapter files 13 éve
..
Makefile 1aed6e0946 Initial work on Sphinx documentation 13 éve
README.md 1aed6e0946 Initial work on Sphinx documentation 13 éve
client.rst e59efbafc4 Add initial chapter files 13 éve
clustering.rst df84a35851 First draft of some clustering documentation 13 éve
conf.py 9ab30cae56 Set default role and code language 13 éve
glossary.rst df84a35851 First draft of some clustering documentation 13 éve
index.rst e59efbafc4 Add initial chapter files 13 éve
license.rst 1aed6e0946 Initial work on Sphinx documentation 13 éve
pipelining.rst e59efbafc4 Add initial chapter files 13 éve
replication.rst e59efbafc4 Add initial chapter files 13 éve
requirements.txt 1aed6e0946 Initial work on Sphinx documentation 13 éve

README.md

Predis documentation

You'll need a recent version of Sphinx to build this documentation. Because Sphinx is a Python project, the build dependencies are listed in requirements.txt. You can install these with pip:

    pip install -r requirements.txt

To build the documentation, use make.