.. core documentation master file, created by
   sphinx-quickstart on Sun Oct 16 14:33:48 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Meshrender Documentation
========================
Welcome to the documentation for meshrender!
This module, which is build on top of PyOpenGL, is designed to make it easy
to render images of 3D scenes in pure Python.
It supports a scene abstraction and allows users to specify material properties,
camera intrinsics, and lighting.

.. toctree::
   :maxdepth: 2
   :caption: Installation Guide

   install/install.rst

.. toctree::
   :maxdepth: 2
   :caption: API Documentation
   :glob:

   api/*

.. toctree::
    :maxdepth: 2
    :caption: Examples

    examples/example.rst

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

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