[go: up one dir, main page]

File: README

package info (click to toggle)
scapy 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,564 kB
  • ctags: 10,248
  • sloc: python: 49,469; makefile: 61; sh: 21
file content (19 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This folder includes source files (text and graphics) for Scapy's documentation,
which is automatically built using Sphinx <http://sphinx.pocoo.org/>

The *.rst files are written as reStructuredText and should be quite readable
in your favourite text editor without any further formatting.

To generate much nicer, searchable HTML docs, install Sphinx, open a command 
line, change to the directory where this README is placed, and type the
following command:

  $ make html

To generate a single PDF file (useful for printing) you need a working
LaTeX installation (e.g. <http://www.tug.org/texlive/>). 
The following commands produce the file Scapy.pdf (>100 pages):

  $ make latex
  $ cd _build/latex
  $ make all-pdf