Skip to content

Commit 062b132

Browse files
committed
More doc tweaks
1 parent 58fe946 commit 062b132

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

doc/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on how to use them. Here is a short overview:
2929
| | the console as well as returned in the exit | |
3030
| | status code. | |
3131
+-----------------------+--------------------------------------------------+-----------------------------------------+
32-
| pyrsa-priv2pub | Reads a private key and outputs the | |
32+
| pyrsa-priv2pub | Reads a private key and outputs the | \- |
3333
| | corresponding public key. | |
3434
+-----------------------+--------------------------------------------------+-----------------------------------------+
3535
| pyrsa-encrypt-bigfile | Encrypts a file to an encrypted VARBLOCK file. | :py:func:`rsa.bigfile.encrypt_bigfile` |

doc/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Compatibility with standards and other software
1+
Compatibility with standards
22
==================================================
33

44
.. index:: OpenSSL

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.
60-
#language = None
60+
language = 'en'
6161

6262
# There are two options for replacing |today|: either, you set today to some
6363
# non-false value, then it is used:
@@ -94,7 +94,7 @@
9494

9595
# The theme to use for HTML and HTML Help pages. See the documentation for
9696
# a list of builtin themes.
97-
html_theme = 'default'
97+
html_theme = 'sphinxdoc'
9898

9999
# Theme options are theme-specific and customize the look and feel of a theme
100100
# further. For a list of options available for each theme, see the

doc/index.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Python-RSA is a pure-Python RSA implementation. It supports
1010
encryption and decryption, signing and verifying signatures, and key
1111
generation according to PKCS#1 version 1.5.
1212

13+
If you have the time and skill to improve the implementation, by all
14+
means be my guest. The best way is to clone the `Mercurial
15+
repository`_ and send me a merge request when you've got something
16+
worth merging.
17+
18+
.. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
19+
1320

1421
Security notice
1522
--------------------------------------------------
@@ -26,11 +33,6 @@ I'm sure that those aren't the only insecurities. Use your own
2633
judgement to decide whether this module is secure enough for your
2734
application.
2835

29-
If you have the time and skill to improve the implementation, by all
30-
means be my guest. The best way is to clone the Mercurial repository
31-
and send me a merge request when you've got something worth merging.
32-
33-
3436
Contents
3537
--------------------------------------------------
3638

@@ -49,3 +51,4 @@ Contents
4951

5052

5153
* :ref:`genindex`
54+
* :ref:`search`

0 commit comments

Comments
 (0)