diff --git a/docs/src/conf.py b/docs/src/conf.py index 732b4cdcc..63665e32e 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -60,6 +60,7 @@ "regression", "reconstruction", "neighbors", + "decomposition", ] sphinx_gallery_conf = { "filename_pattern": "/*", diff --git a/docs/src/getting-started.rst b/docs/src/getting-started.rst index 3f9dd1d1e..e4a2e4c8b 100644 --- a/docs/src/getting-started.rst +++ b/docs/src/getting-started.rst @@ -52,3 +52,17 @@ Notebook Examples :start-line: 4 .. include:: examples/pcovc/index.rst :start-line: 4 + +.. _getting_started-decomposition: + +Non-linear Dimensionality Reduction +----------------------------------- + +.. automodule:: skmatter.decomposition + :noindex: + +Notebook Examples +^^^^^^^^^^^^^^^^^ + +.. include:: examples/decomposition/index.rst + :start-line: 4 diff --git a/docs/src/index.rst b/docs/src/index.rst index b8e302e93..f8345172f 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -82,6 +82,23 @@ +
Non-linear dimensionality reduction using + Sketch-map algorithm with transfer functions.
+