Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Sep 10, 2023
1 parent 8410042 commit 23e0220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/API/recurrent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ Recurrent
.. autoclass:: FFTConvGRU2DCell
.. autoclass:: FFTConvGRU3DCell

.. autoclass:: ScanRNN
:members:
__call__
.. autoclass:: ScanRNN
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------


Expand All @@ -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,
Expand Down

0 comments on commit 23e0220

Please sign in to comment.