Skip to content

Commit

Permalink
Merge pull request #1027 from guedou/Nicer_README
Browse files Browse the repository at this point in the history
Documentation link moved to another section
  • Loading branch information
guedou committed Jan 10, 2018
2 parents e717269 + 7ccb925 commit 2f64351
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Scapy supports Python 2.7 and Python 3 (3.3 to 3.6). It's intended to
be cross platform, and runs on many different platforms (Linux, OSX,
*BSD, and Windows).

[Documentation](http://scapy.readthedocs.io/en/latest/)

## Hands-on ##

### Interactive shell ###
Expand Down Expand Up @@ -75,7 +73,7 @@ sudo python send_tcp_syn.py
IP / TCP 192.30.253.113:http > 192.168.46.10:ftp_data SA / Padding
```

### [](#tutorials)Tutorials ###
### Resources ###

To begin with Scapy, you should check [the notebook
hands-on](doc/notebooks/Scapy%20in%2015%20minutes.ipynb) and the [interactive
Expand All @@ -86,6 +84,8 @@ session](http://scapy.readthedocs.io/en/latest/introduction.html#quick-demo)
[HTTP/2](doc/notebooks/HTTP_2_Tuto.ipynb) and [TLS](doc/notebooks/tls)
notebooks.

The [documentation](http://scapy.readthedocs.io/en/latest/) contains more
advanced use cases, and examples.

## Installation ##

Expand All @@ -107,7 +107,6 @@ Python modules, such as `matplotlib` or `cryptography`. See the
[documentation](http://scapy.readthedocs.io/en/latest/installation.html) and
follow the instructions to install them.


## Contributing ##

Want to contribute? Great! Please take a few minutes to
Expand Down

0 comments on commit 2f64351

Please sign in to comment.