From 4b25688cd3e90aae716faabc294a83a96d6b5dd6 Mon Sep 17 00:00:00 2001 From: aadya940 Date: Tue, 6 Aug 2024 17:12:04 +0530 Subject: [PATCH] add ipython doc --- docs/source/conf.py | 14 -------------- docs/source/examples.rst | 1 - docs/source/index.rst | 3 ++- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 docs/source/examples.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 2e192fd..106a05c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,20 +72,6 @@ "Subpackages.rst", ] -myst_enable_extensions = [ - "amsmath", - "colon_fence", - "deflist", - "dollarmath", - "fieldlist", - "html_admonition", - "html_image", - "replacements", - "strikethrough", - "substitution", - "tasklist", -] - autodoc_default_options = { "members": True, "undoc-members": False, diff --git a/docs/source/examples.rst b/docs/source/examples.rst deleted file mode 100644 index 54afa8a..0000000 --- a/docs/source/examples.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../examples/demo.ipynb \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 7054f04..295bbf9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,8 +11,9 @@ Examples .. toctree:: :maxdepth: 2 + :caption: Notebooks - examples + examples/demo.ipynb Autosummary -----------