Updated documentation.

This commit is contained in:
Cédric Bonhomme 2016-05-22 22:30:32 +02:00
parent f7d354a9c4
commit 1def5672ab
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 151 additions and 79 deletions

View file

@ -3,9 +3,6 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Stéganô's documentation!
===================================
Presentation
============
@ -33,7 +30,7 @@ Moreover some methods of steganalysis_ are provided:
Requirements
============
- Python_ >= 3.2 (tested with Python 3.5.1);
- Python_ 3 (tested with Python 3.5.1);
- `Pillow`_;
- `piexif`_.
@ -44,7 +41,10 @@ Turorial
.. toctree::
:maxdepth: 2
tutorial
installation
module
software
steganalysis
You can also have a look at the
`unit tests <https://github.com/cedricbonhomme/Stegano/tree/master/tests>`_.