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,