.. SciDB-Py documentation master file, created by
   sphinx-quickstart on Mon Jul  8 21:22:16 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

SciDB-Py documentation
======================
SciDB-Py is a Python interface to the SciDB_, the massively scalable
array-oriented database.  It provides an intuitive NumPy-like interface
to SciDB, so that users can leverage powerful distributed, data-parallel
scientific computing from the comfort of their Python interpreter.


.. toctree::
   :numbered:
   :maxdepth: 1

   install
   tutorial
   Class Reference <classes.rst>
   AFL Operator Reference <afl.rst>


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

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


.. _SciDB: http://scidb.org/
