mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 01:38:31 +02:00
Minor updates in the documentation
This commit is contained in:
parent
f5d4a4ca41
commit
23abfcf2d7
2 changed files with 8 additions and 6 deletions
10
docs/conf.py
10
docs/conf.py
|
@ -41,16 +41,16 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Stéganô'
|
project = u'Stéganô'
|
||||||
copyright = u'2012, Cédric Bonhomme'
|
copyright = u'2012-2016, Cédric Bonhomme'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.4'
|
version = '0.7'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.4'
|
release = '0.7'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -91,7 +91,7 @@ pygments_style = 'sphinx'
|
||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
html_theme = 'default'
|
html_theme = 'bizstyle'
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
@ -141,7 +141,7 @@ html_static_path = ['_static']
|
||||||
#html_domain_indices = True
|
#html_domain_indices = True
|
||||||
|
|
||||||
# If false, no index is generated.
|
# If false, no index is generated.
|
||||||
#html_use_index = True
|
html_use_index = False
|
||||||
|
|
||||||
# If true, the index is split into individual pages for each letter.
|
# If true, the index is split into individual pages for each letter.
|
||||||
#html_split_index = False
|
#html_split_index = False
|
||||||
|
|
|
@ -13,6 +13,7 @@ Presentation
|
||||||
:align: left
|
:align: left
|
||||||
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
:target: https://travis-ci.org/cedricbonhomme/Stegano
|
||||||
|
|
||||||
|
|
||||||
Stéganô_ is a Python steganography_ module.
|
Stéganô_ is a Python steganography_ module.
|
||||||
Steganography is the art and science of writing hidden messages in such a way that no one,
|
Steganography is the art and science of writing hidden messages in such a way that no one,
|
||||||
apart from the sender and intended recipient, suspects the existence of the message, a form
|
apart from the sender and intended recipient, suspects the existence of the message, a form
|
||||||
|
@ -59,7 +60,8 @@ Stéganô_ is under GPL v3 license.
|
||||||
Donation
|
Donation
|
||||||
========
|
========
|
||||||
|
|
||||||
If you wish and if you like Stéganô, you can donate via bitcoin. My bitcoin address: `1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ <http://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ>`_
|
If you wish and if you like Stéganô, you can donate via bitcoin.
|
||||||
|
My bitcoin address: `1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ <http://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ>`_
|
||||||
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
|
|
Loading…
Add table
Reference in a new issue