Skip to content

Commit be66b47

Browse files
committed
doc
1 parent 3f10c9a commit be66b47

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
html_theme = 'sphinx_rtd_theme'
2626
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
2727
html_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

3434
html_logo = '_static/img/text_logo.jpg'

docs/source/index.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
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

0 commit comments

Comments
 (0)