-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
81 lines (75 loc) · 2.13 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: gtrick Document
nav:
- Home: index.md
- API References:
- gtrick.pyg:
- VirtualNode: pyg/virtual_node.md
- FLAG: pyg/flag.md
- Fingerprint: pyg/fingerprint.md
- RandomFeature: pyg/random_feature.md
- LabelPropagation: pyg/label_prop.md
- CorrectAndSmooth: pyg/correct_and_smooth.md
- Edge Feature: pyg/edge_feat.md
- gtrick.dgl:
- VirtualNode: dgl/virtual_node.md
- FLAG: pyg/flag.md
- Fingerprint: pyg/fingerprint.md
- RandomFeature: pyg/random_feature.md
- LabelPropagation: dgl/label_prop.md
- CorrectAndSmooth: dgl/correct_and_smooth.md
- Edge Feature: dgl/edge_feat.md
- Benchmark:
- PyG: benchmark/pyg.md
- DGL: benchmark/dgl.md
- Have an issue?: https://github.com/sangyx/gtrick/issues
theme:
name: "material"
palette:
# Palette toggle for light mode
- scheme: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- toc.follow
- navigation.tabs
- navigation.top
- navigation.sections
repo_url: https://github.com/sangyx/gtrick
markdown_extensions:
- toc:
permalink: true
- md_in_html
- tables
- admonition
- attr_list
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
# show_root_toc_entry: false
merge_init_into_class: true
heading_level: 2
show_root_heading: true
# show_root_full_path: false