summaryrefslogtreecommitdiff
path: root/doc/source/modules/math/histogram.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/math/histogram.rst')
-rw-r--r--doc/source/modules/math/histogram.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/modules/math/histogram.rst b/doc/source/modules/math/histogram.rst
new file mode 100644
index 0000000..06a9fed
--- /dev/null
+++ b/doc/source/modules/math/histogram.rst
@@ -0,0 +1,21 @@
+
+.. currentmodule:: silx.math
+
+:mod:`histogram`: Multidimensional histograms
+----------------------------------------------
+
+.. automodule:: silx.math.histogram
+
+
+Classes
++++++++
+
+.. autoclass:: silx.math.histogram.Histogramnd
+ :members:
+ :undoc-members:
+ :special-members: __init__, __getitem__
+
+.. autoclass:: silx.math.histogram.HistogramndLut
+ :members:
+ :undoc-members:
+ :special-members: __init__