Files
histogram/doc/sphinx/index.rst
2016-04-25 21:31:45 -04:00

38 lines
1.1 KiB
ReStructuredText

Histogram
=========
Hans Dembinski
Copyright (c) 2016 Hans Dembinski
Distributed under the `Boost Software License, Version 1.0 <http://www.boost.org/LICENSE_1_0.txt>`_, see accompanying file LICENSE.
Description
-----------
This project contains an easy-to-use powerful n-dimensional histogram class implemented in ``C++0x``, optimized for convenience and excellent performance under heavy duty. The histogram has a complete C++ and a `Python <http://www.python.org>`_ interface, and can be moved over the language boundary with ease. `Numpy <http://www.numpy.org>`_ is fully supported; histograms can be filled with Numpy arrays at C speeds and are convertible into Numpy arrays without copying data. Histograms can be streamed from/to files and pickled in Python.
My goal is to submit this project to the `Boost Libraries <http://www.boost.org Boost>`_.
Contents
--------
.. toctree::
:maxdepth: 2
motivation
intro
tutorial
notes
types
rationale
references
changelog
.. Indices and tables
.. ==================
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`