summaryrefslogtreecommitdiff
path: root/doc/source/modules/math
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/math')
-rw-r--r--doc/source/modules/math/colormap.rst6
-rw-r--r--doc/source/modules/math/combo.rst6
-rw-r--r--doc/source/modules/math/index.rst1
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/source/modules/math/colormap.rst b/doc/source/modules/math/colormap.rst
new file mode 100644
index 0000000..f184b66
--- /dev/null
+++ b/doc/source/modules/math/colormap.rst
@@ -0,0 +1,6 @@
+:mod:`~silx.math.colormap`: Apply colormap to array
+---------------------------------------------------
+
+.. automodule:: silx.math.colormap
+
+.. autofunction:: cmap
diff --git a/doc/source/modules/math/combo.rst b/doc/source/modules/math/combo.rst
index 4d1b5c6..511aacf 100644
--- a/doc/source/modules/math/combo.rst
+++ b/doc/source/modules/math/combo.rst
@@ -1,7 +1,5 @@
-.. currentmodule:: silx.math
-
-:mod:`silx.math.combo`: Statistics combo functions
---------------------------------------------------
+:mod:`~silx.math.combo`: Statistics combo functions
+---------------------------------------------------
.. automodule:: silx.math.combo
diff --git a/doc/source/modules/math/index.rst b/doc/source/modules/math/index.rst
index ece49dd..fbecc02 100644
--- a/doc/source/modules/math/index.rst
+++ b/doc/source/modules/math/index.rst
@@ -11,3 +11,4 @@
histogram.rst
medianfilter.rst
combo.rst
+ colormap.rst