Home | History | Annotate | only in /external/scapy/doc/scapy
Up to higher level directory
NameDateSize
_static/21-Aug-2018
_templates/21-Aug-2018
advanced_usage.rst21-Aug-201851.5K
backmatter.rst21-Aug-2018438
build_dissect.rst21-Aug-201837.7K
BuildDoc.bat21-Aug-2018472
conf.py21-Aug-20186.1K
development.rst21-Aug-201812.6K
extending.rst21-Aug-20183.4K
functions.rst21-Aug-20181.1K
graphics/21-Aug-2018
index.rst21-Aug-2018731
installation.rst21-Aug-201815.7K
introduction.rst21-Aug-201810.9K
Makefile21-Aug-20182.2K
README21-Aug-2018721
troubleshooting.rst21-Aug-20183.2K
usage.rst21-Aug-201864.4K

README

      1 This folder includes source files (text and graphics) for Scapy's documentation,
      2 which is automatically built using Sphinx <http://sphinx.pocoo.org/>
      3 
      4 The *.rst files are written as reStructuredText and should be quite readable
      5 in your favourite text editor without any further formatting.
      6 
      7 To generate much nicer, searchable HTML docs, install Sphinx, open a command 
      8 line, change to the directory where this README is placed, and type the
      9 following command:
     10 
     11   $ make html
     12 
     13 To generate a single PDF file (useful for printing) you need a working
     14 LaTeX installation (e.g. <http://www.tug.org/texlive/>). 
     15 The following commands produce the file Scapy.pdf (>100 pages):
     16 
     17   $ make latex
     18   $ cd _build/latex
     19   $ make all-pdf