summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-08-03 14:46:49 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-08-03 14:46:49 +0200
commit1389992eaca4da657744cb946de8e81be28759ca (patch)
treeee04efd775885f656127a0ae1ed1eba96f064df1 /doc
parent78c3091fcf3d45fdc491495a221e98890841d8ee (diff)
downloadrsa-1389992eaca4da657744cb946de8e81be28759ca.tar.gz
More doc tweaks
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.rst2
-rw-r--r--doc/compatibility.rst2
-rw-r--r--doc/conf.py4
-rw-r--r--doc/index.rst13
4 files changed, 12 insertions, 9 deletions
diff --git a/doc/cli.rst b/doc/cli.rst
index 5bd123d..af2b5f1 100644
--- a/doc/cli.rst
+++ b/doc/cli.rst
@@ -29,7 +29,7 @@ on how to use them. Here is a short overview:
| | the console as well as returned in the exit | |
| | status code. | |
+-----------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-priv2pub | Reads a private key and outputs the | |
+| pyrsa-priv2pub | Reads a private key and outputs the | \- |
| | corresponding public key. | |
+-----------------------+--------------------------------------------------+-----------------------------------------+
| pyrsa-encrypt-bigfile | Encrypts a file to an encrypted VARBLOCK file. | :py:func:`rsa.bigfile.encrypt_bigfile` |
diff --git a/doc/compatibility.rst b/doc/compatibility.rst
index d82d1fa..7d8b10f 100644
--- a/doc/compatibility.rst
+++ b/doc/compatibility.rst
@@ -1,4 +1,4 @@
-Compatibility with standards and other software
+Compatibility with standards
==================================================
.. index:: OpenSSL
diff --git a/doc/conf.py b/doc/conf.py
index 6493ad7..7cdbcf3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -57,7 +57,7 @@ release = '3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
-#language = None
+language = 'en'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ -94,7 +94,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'sphinxdoc'
# 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
diff --git a/doc/index.rst b/doc/index.rst
index 02577ab..c7600a0 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -10,6 +10,13 @@ Python-RSA is a pure-Python RSA implementation. It supports
encryption and decryption, signing and verifying signatures, and key
generation according to PKCS#1 version 1.5.
+If you have the time and skill to improve the implementation, by all
+means be my guest. The best way is to clone the `Mercurial
+repository`_ and send me a merge request when you've got something
+worth merging.
+
+.. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
+
Security notice
--------------------------------------------------
@@ -26,11 +33,6 @@ I'm sure that those aren't the only insecurities. Use your own
judgement to decide whether this module is secure enough for your
application.
-If you have the time and skill to improve the implementation, by all
-means be my guest. The best way is to clone the Mercurial repository
-and send me a merge request when you've got something worth merging.
-
-
Contents
--------------------------------------------------
@@ -49,3 +51,4 @@ Contents
* :ref:`genindex`
+* :ref:`search`