summaryrefslogtreecommitdiff
path: root/doc/source/modules/math/fit/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/math/fit/index.rst')
-rw-r--r--doc/source/modules/math/fit/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/source/modules/math/fit/index.rst b/doc/source/modules/math/fit/index.rst
new file mode 100644
index 0000000..958e339
--- /dev/null
+++ b/doc/source/modules/math/fit/index.rst
@@ -0,0 +1,25 @@
+
+.. currentmodule:: silx.math
+.. py:module:: silx.math.fit
+
+:mod:`fit`: Fitting tools
+==========================
+
+.. toctree::
+ :maxdepth: 1
+
+ leastsq.rst
+ peaksearch.rst
+ functions.rst
+ filters.rst
+ fitmanager.rst
+ fittheory.rst
+ fittheories.rst
+ bgtheories.rst
+
+
+For a graphical fit widget, see :mod:`silx.gui.fit.FitWidget`.
+
+For a tutorial on using the various fit related modules, see :ref:`fit-tutorial` .
+
+