From af29059357a94f364a5aed7f2d62eb966331b2be Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Fri, 14 Apr 2023 17:29:30 +0200 Subject: [PATCH] test --- docs/source/api.rst | 3 +++ docs/source/index.rst | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index b37b1e9..55b8543 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -1,3 +1,6 @@ +API +==== + .. autosummary:: :toctree: generated diff --git a/docs/source/index.rst b/docs/source/index.rst index 282d53b..66594ab 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -34,6 +34,13 @@ Other helpful resources notebooks/tutorial1 notebooks/tutorial2 notebooks/tutorial3 + +.. toctree:: + :hidden: + :caption: API: + + api + modules API @@ -42,5 +49,3 @@ API * :ref:`genindex` * :ref:`modindex` * :ref:`search` - - -- GitLab