• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2020-

images/H03-May-2022-

MakefileH A D30-Dec-20177.5 KiB227191

READMEH A D30-Dec-2017391 1610

adoptions.rstH A D30-Dec-201710.9 KiB340237

api.rstH A D24-Oct-201926.3 KiB698491

benchmarks.rstH A D22-Oct-201913.3 KiB275209

conf.pyH A D30-Dec-201710.7 KiB37860

faqs.rstH A D22-Oct-201916 KiB379297

index.rstH A D26-Apr-2018596 2821

install.rstH A D26-Apr-2018832 4426

make.batH A D30-Dec-20176.5 KiB243213

rfc-compliance.rstH A D30-Dec-201753.1 KiB297251

tutorial.rstH A D24-Oct-201919.5 KiB570426

README

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