Jonathan Ballet | 0646a24 | 2011-07-16 07:13:03 +0900 | [diff] [blame] | 1 | .. pyOpenSSL documentation master file, created by |
| 2 | sphinx-quickstart on Sat Jul 16 07:12:22 2011. |
| 3 | You can adapt this file completely to your liking, but it should at least |
| 4 | contain the root `toctree` directive. |
| 5 | |
| 6 | Welcome to pyOpenSSL's documentation! |
| 7 | ===================================== |
| 8 | |
Jonathan Ballet | add44ae | 2011-07-16 14:39:36 +0900 | [diff] [blame] | 9 | This module is a rather thin wrapper around (a subset of) the OpenSSL library. |
| 10 | With thin wrapper I mean that a lot of the object methods do nothing more than |
| 11 | calling a corresponding function in the OpenSSL library. |
| 12 | |
Jonathan Ballet | 0646a24 | 2011-07-16 07:13:03 +0900 | [diff] [blame] | 13 | Contents: |
| 14 | |
| 15 | .. toctree:: |
Jonathan Ballet | c9e066c | 2011-07-17 22:56:05 +0900 | [diff] [blame^] | 16 | :maxdepth: 3 |
Jonathan Ballet | 0646a24 | 2011-07-16 07:13:03 +0900 | [diff] [blame] | 17 | |
Jonathan Ballet | add44ae | 2011-07-16 14:39:36 +0900 | [diff] [blame] | 18 | introduction |
| 19 | install |
Jonathan Ballet | 648875f | 2011-07-16 14:14:58 +0900 | [diff] [blame] | 20 | api |
Jonathan Ballet | c7b7ba7 | 2011-07-16 15:29:47 +0900 | [diff] [blame] | 21 | internals |
Jonathan Ballet | 648875f | 2011-07-16 14:14:58 +0900 | [diff] [blame] | 22 | |
Jonathan Ballet | 0646a24 | 2011-07-16 07:13:03 +0900 | [diff] [blame] | 23 | Indices and tables |
| 24 | ================== |
| 25 | |
| 26 | * :ref:`genindex` |
| 27 | * :ref:`modindex` |
| 28 | * :ref:`search` |
| 29 | |