.. an_example_pypi_project documentation master file, created by
   sphinx-quickstart on Wed Apr 21 15:58:57 2010.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to an_example_pypi_project's documentation!
***************************************************

Contents:

.. toctree::
   :maxdepth: 2
   
   
.. automodule:: an_example_pypi_project


useful #1 -- auto members
=========================

This is something I want to say that is not in the docstring.

.. automodule:: an_example_pypi_project.useful_1
   :members:

useful #2 -- explicit members
=============================

This is something I want to say that is not in the docstring.

.. automodule:: an_example_pypi_project.useful_2
   :members: public_fn_with_sphinxy_docstring, _private_fn_with_docstring


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

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

