1About
2=====
3
4This directory contains the reStructuredText (reST) sources to the pyftpdlib
5documentation.  You don't need to build them yourself, prebuilt versions are
6available at http://pyftpdlib.readthedocs.io.
7In case you want, you need to install sphinx first:
8
9    $ pip install sphinx
10
11Then run:
12
13    $ make html
14
15You'll then have an HTML version of the doc at _build/html/index.html.
16