-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperdocs.yml
More file actions
105 lines (97 loc) · 2.38 KB
/
Copy pathproperdocs.yml
File metadata and controls
105 lines (97 loc) · 2.38 KB
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
site_name: splax
site_description: Differentiable 3D gaussian splatting for JAX with NVIDIA Warp kernels
site_url: https://learnsyslab.github.io/splax/
repo_name: learnsyslab/splax
repo_url: https://github.com/learnsyslab/splax
docs_dir: docs
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- content.code.copy
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to light mode
nav:
- Home: index.md
- Get Started:
- Installation: get-started/install.md
- Quickstart: get-started/quickstart.md
- User Guide:
- Rendering: user-guide/rendering.md
- Training: user-guide/training.md
- COLMAP Workflow: user-guide/colmap.md
- Batching: user-guide/batching.md
- IO: user-guide/io.md
- Viewer: user-guide/viewer.md
- Examples: examples.md
- API Reference: api/
plugins:
- search
- autorefs
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
paths: ["."]
options:
docstring_style: google
show_source: true
show_root_heading: true
show_category_heading: true
merge_init_into_class: true
show_submodules: false
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["."]
check_paths: true
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/learnsyslab/splax
watch:
- splax/
- examples/