From 01644eb790311683b7196b6c05595f2667c751cc Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:24:32 -0400 Subject: [PATCH] sphinx autodoc fix --- docs/api.rst | 2 -- docs/index.rst | 10 +++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 79b8f66..09342db 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -4,5 +4,3 @@ :recursive: dcnodatg - eos_poller - gns3_worker diff --git a/docs/index.rst b/docs/index.rst index 5605960..9de4b48 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,15 @@ :hidden: Home - Python Module Documentation <_autosummary/dcnodatg> + Python Module Documentation <_autosummar> .. include:: ../README.md :parser: myst_parser.docutils_ + + +.. autosummary:: + :toctree: _autosummary + :template: custom-module-template.rst + :recursive: + + mypackage \ No newline at end of file