-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
109 lines (95 loc) · 2.64 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Nyström Normalized Cuts PyTorch
repo_url: https://github.com/huzeyann/ncut_pytorch
repo_name: ncut_pytorch
theme:
name: "material"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: pink
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- content.code.copy
- content.code.select
- navigation.footer
- search.suggest
- search.highlight
- search.share
- navigation.expand
- navigation.indexes
- navigation.sections
# - toc.integrate
icon:
repo: fontawesome/brands/github
logo: images/ncut.svg
plugins:
- search
- autorefs
- mkdocstrings:
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
options:
show_source: true
show_root_heading: true
path: [.]
nav:
- Install & Quick Start:
- Install & Quick Start: index.md
- How NCUT Works: how_ncut_works.md
- NCUT and t-SNE/UMAP: compare.md
- Gallery:
- Gallery - Dataset: gallery_dataset.md
- Gallery - Model: gallery.md
- Application: gallery_application.md
- Guides:
- How to Get Better Segmentation: how_to_get_better_segmentation.md
- Aligned NCUT: alignedcut_vs_ncut.md
- Memory Usage: memory_usage.md
- Speed and Performance: speed_and_performance.md
- Gradient of NCUT: gradient_of_ncut.md
- Tutorials:
- Tutorial 1 - Quick Start: tutorials.md
- Tutorial 2 - Parameters: parameters.md
- Tutorial 3 - Add Nodes: add_nodes.md
- Tutorial 4 - Mixing Data: mixing_data.md
- Tutorial 5 - Coloring: coloring.md
- Application - Point Prompting: application_segmentation.md
- API References:
- NCUT APIs: api_reference.md
- Backbone APIs: backbones.md
- Install Trouble Shooting: trouble_shooting.md
- Demo: demo.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
copyright: Copyright © 2024 Huzheng Yang
extra:
analytics:
provider: google
property: G-8CPZDV5GR1
generator: true
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/HuzeYann