-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (39 loc) · 921 Bytes
/
mkdocs.yml
File metadata and controls
45 lines (39 loc) · 921 Bytes
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
site_name: PyTNL
nav:
- Home: index.md
- install.md
- Usage:
- Containers:
- Arrays: usage/containers/arrays.md
- ND Arrays: usage/containers/arrays_nd.md
- Vectors: usage/containers/vectors.md
- Static Vectors: usage/containers/vectors_static.md
- Examples:
- NDArray: examples/ndarray.md
- Vector: examples/vector.md
- license.md
- contributing.md
extra:
work_in_progress: true
theme:
name: material
locale: en
logo: img/favicon.png
favicon: img/favicon.png
palette:
primary: black
scheme: slate
features:
- content.code.copy
extra_css:
- extra.css
site_dir: public
repo_url: https://gitlab.com/tnl-project/pytnl
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
pygments_style: monokai
- pymdownx.superfences
- admonition
- pymdownx.snippets