.. cppy documentation master file, created by
   sphinx-quickstart on Wed Mar 27 22:37:56 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Cppy's documentation!
================================

Cppy is a small C++ header library which makes it easier to write Python
extension modules. The primary feature is a PyObject smart pointer which
automatically handles reference counting and provides convenience methods for
performing common object operations.

.. toctree::
   :maxdepth: 2

   installation.rst
   pointer.rst
   errors.rst



