From 23e0220effcf583f3ee89db8b601b0728e49e046 Mon Sep 17 00:00:00 2001 From: ASEM000 Date: Mon, 11 Sep 2023 03:53:10 +0900 Subject: [PATCH] docs --- docs/API/recurrent.rst | 4 +--- docs/conf.py | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/API/recurrent.rst b/docs/API/recurrent.rst index 6da99de..b191e60 100644 --- a/docs/API/recurrent.rst +++ b/docs/API/recurrent.rst @@ -22,6 +22,4 @@ Recurrent .. autoclass:: FFTConvGRU2DCell .. autoclass:: FFTConvGRU3DCell -.. autoclass:: ScanRNN - :members: - __call__ \ No newline at end of file +.. autoclass:: ScanRNN \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index e48b4b5..38efadf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,11 +70,10 @@ autodoc_default_options = { "member-order": "bysource", - "special-members": True, + "special-members": '__call__', "exclude-members": "__repr__, __str__, __weakref__", } - # -- Options for HTML output ------------------------------------------------- @@ -90,7 +89,7 @@ html_theme_options = { - "show_toc_level": 2, + "show_toc_level": 1, "repository_url": "https://github.com/ASEM000/Serket", "use_repository_button": True, "collapse_navigation": False,