-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (74 loc) · 2.04 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (74 loc) · 2.04 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
site_name: monviso docs
repo_url: https://github.com/nicomignoni/monviso
nav:
- Home: index.md
- Usage:
- examples/quickstart-nb.ipynb
- Examples:
- examples/zero-sum-game-nb.ipynb
- examples/feasibility-problem-nb.ipynb
- examples/skew-symmetric-nb.ipynb
- examples/logistic-regression-nb.ipynb
- examples/markov-decision-process-nb.ipynb
- examples/linear-quadratic-game-nb.ipynb
- API: api.md
copyright: Copyright © 2025 Nicola Mignoni
theme:
name: material
logo: images/monviso-dark.svg
favicon: images/favicon.svg
palette:
scheme: slate
primary: black
accent: orange
palette:
- media: "(prefers-color-scheme)"
accent: orange
primary: black
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: orange
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: orange
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- macros
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
docstring_section_style: list
separate_signature: true
show_signature_annotations: true
show_root_members_full_path: true
show_root_toc_entry: false
show_root_heading: true
show_source: false
heading_level: 4
- mkdocs-jupyter:
execute: false
include_requirejs: true
custom_mathjax_url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"
markdown_extensions:
- footnotes
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex:
generic: true
extra_javascript:
- js/mathjax-config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js