blob: 8f1d3360353840829ab2d1f989d0e0cea5658d19 [file] [log] [blame]
Jonathan Ballet0646a242011-07-16 07:13:03 +09001.. 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
6Welcome to pyOpenSSL's documentation!
7=====================================
8
Jonathan Balletadd44ae2011-07-16 14:39:36 +09009This module is a rather thin wrapper around (a subset of) the OpenSSL library.
10With thin wrapper I mean that a lot of the object methods do nothing more than
11calling a corresponding function in the OpenSSL library.
12
Jonathan Ballet0646a242011-07-16 07:13:03 +090013Contents:
14
15.. toctree::
Jonathan Balletc9e066c2011-07-17 22:56:05 +090016 :maxdepth: 3
Jonathan Ballet0646a242011-07-16 07:13:03 +090017
Jonathan Balletadd44ae2011-07-16 14:39:36 +090018 introduction
19 install
Jonathan Ballet648875f2011-07-16 14:14:58 +090020 api
Jonathan Balletc7b7ba72011-07-16 15:29:47 +090021 internals
Jonathan Ballet648875f2011-07-16 14:14:58 +090022
Jonathan Ballet0646a242011-07-16 07:13:03 +090023Indices and tables
24==================
25
26* :ref:`genindex`
27* :ref:`modindex`
28* :ref:`search`
29