Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothewt committed May 25, 2024
1 parent 3f911b5 commit dfc6de3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx.ext.autosummary",
"sphinx.ext.autosectionlabel",
"sphinx.ext.intersphinx",
"sphinx.ext.githubpages",
"sphinx.ext.mathjax",
"sphinx_rtd_theme"
]

templates_path = ['_templates']
Expand All @@ -38,5 +44,5 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'furo'
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ notebook>=7.1.2
numpy>=1.26.4
pandas>=2.2.1
prettytable>=3.10.0
sphinx_rtd_theme>=2.0.0
sphinx>=7.3.7
scikit-learn>=1.4.2
torch>=2.2.1
Expand Down
3 changes: 3 additions & 0 deletions src/algorithms/deep/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .FCNet import FCNet
from .GCNEncoder import GCNEncoder
from .MVGRLModel import MVGRLModel

0 comments on commit dfc6de3

Please sign in to comment.