~exarkun/pyopenssl/trunk

« back to all changes in this revision

Viewing changes to doc/api.rst

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _openssl:
 
2
 
 
3
:py:mod:`OpenSSL` --- Python interface to OpenSSL
 
4
=================================================
 
5
 
 
6
.. py:module:: OpenSSL
 
7
   :synopsis: Python interface to OpenSSL
 
8
 
 
9
 
 
10
This package provides a high-level interface to the functions in the
 
11
OpenSSL library. The following modules are defined:
 
12
 
 
13
.. toctree::
 
14
   :maxdepth: 2
 
15
 
 
16
   api/crypto
 
17
   api/rand
 
18
   api/ssl