.. python-nss documentation master file, created by
   sphinx-quickstart on Thu Jun 28 09:36:37 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to python-nss's documentation!
======================================

Sub-modules
===========

The functionality of python-nss is implemented in several sub-modules.
Each sub-module focuses on related functions, classes and data. The
bulk of NSS functionality (e.g. general cryptography) appears in the
`nss.nss` module. You can detailed information on the module, it's
data, it's classes and functions by following the link to the
sub-module in the table below. You can also use the `Index` in the
next section to jump directly to a specific item.


.. autosummary::
   :toctree: generated

   nss.io
   nss.ssl
   nss.nss
   nss.error


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. automodule:: nss
   :members:

.. toctree::
   :maxdepth: 2
   :caption: Contents:

