File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525html_theme = 'sphinx_rtd_theme'
2626html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
2727html_theme_options = {
28- ' collapse_navigation' : False ,
29- ' display_version' : True ,
30- ' logo_only' : True ,
31- ' navigation_depth' : 2 ,
28+ " collapse_navigation" : True ,
29+ " display_version" : True ,
30+ " logo_only" : False ,
31+ " navigation_depth" : 2 ,
3232}
3333
3434html_logo = '_static/img/text_logo.jpg'
Original file line number Diff line number Diff line change 1- PyTorch Geometric Signed Directed Documentation
2- ===============================================
1+ PyTorch Geometric Signed Directed
2+ =================================
33
4- PyTorch Geometric Signed Directed is a signed and directed graph neural
5- network extension library for PyTorch Geometric.
4+ PyTorch Geometric Signed Directed provides graph neural network models for signed and directed graphs built on PyTorch Geometric.
5+
6+ Quick Links
7+ -----------
68
79.. toctree ::
810 :maxdepth: 1
9- :caption: Notes
11+ :caption: Getting Started
1012
1113 notes/installation
1214 notes/introduction
13- notes/case_study
14- notes/resources
1515 notes/datasets
1616
1717.. toctree ::
1818 :maxdepth: 1
19- :caption: Package Reference
19+ :caption: Reference
2020
21- modules/root
21+ notes/case_study
22+ notes/resources
23+ modules/model
24+ modules/data
25+ modules/utils
You can’t perform that action at this time.
0 commit comments