Skip to content

Commit 7cfdc1f

Browse files
committed
doc update
1 parent 4e861d5 commit 7cfdc1f

2 files changed

Lines changed: 5 additions & 24 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020

2121
source_suffix = '.rst'
22-
master_doc = 'index'
22+
master_doc = 'modules/root'
2323

2424
project = 'PyTorch Geometric Signed Directed'
2525
author = 'Yixuan He'

docs/source/index.rst

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
1-
:github_url: https://github.com/SherylHYX/pytorch_geometric_signed_directed
2-
3-
PyTorch Geometric Signed Directed Documentation
4-
==============================================
1+
PyTorch Geometric Signed Directed
2+
=================================
53

64
PyTorch Geometric Signed Directed is a signed and directed graph neural
7-
network extension library for PyTorch Geometric. It provides models, data
8-
loaders, and utilities for signed and directed graph learning.
9-
10-
This documentation is organized into two parts:
11-
12-
- **Notes** — installation, overview, datasets, and examples.
13-
- **Package Reference** — API documentation for the library.
5+
network extension library for PyTorch Geometric.
146

157
.. toctree::
16-
:maxdepth: 2
17-
:caption: Notes
18-
:glob:
8+
:maxdepth: 1
199

2010
notes/installation
2111
notes/introduction
22-
notes/case_study
23-
notes/resources
24-
notes/datasets
25-
26-
.. toctree::
27-
:maxdepth: 2
28-
:caption: Package Reference
29-
:glob:
30-
3112
modules/root

0 commit comments

Comments
 (0)