File tree 3 files changed +11
-1
lines changed
src/algorithms/deep/models 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 28
28
"sphinx.ext.viewcode" ,
29
29
"sphinx.ext.napoleon" ,
30
30
"sphinx.ext.todo" ,
31
+ "sphinx.ext.autosummary" ,
32
+ "sphinx.ext.autosectionlabel" ,
33
+ "sphinx.ext.intersphinx" ,
34
+ "sphinx.ext.githubpages" ,
35
+ "sphinx.ext.mathjax" ,
36
+ "sphinx_rtd_theme"
31
37
]
32
38
33
39
templates_path = ['_templates' ]
38
44
# -- Options for HTML output -------------------------------------------------
39
45
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
40
46
41
- html_theme = 'furo '
47
+ html_theme = 'sphinx_rtd_theme '
42
48
html_static_path = ['_static' ]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ notebook>=7.1.2
9
9
numpy >= 1.26.4
10
10
pandas >= 2.2.1
11
11
prettytable >= 3.10.0
12
+ sphinx_rtd_theme >= 2.0.0
12
13
sphinx >= 7.3.7
13
14
scikit-learn >= 1.4.2
14
15
torch >= 2.2.1
Original file line number Diff line number Diff line change
1
+ from .FCNet import FCNet
2
+ from .GCNEncoder import GCNEncoder
3
+ from .MVGRLModel import MVGRLModel
You can’t perform that action at this time.
0 commit comments