-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
87 lines (80 loc) · 2.09 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
site_name: neworder
site_url: https://neworder.readthedocs.io
site_author: Andrew P Smith
site_description: Documentation for the neworder microsimulation framework
repo_url: https://github.com/virgesmith/neworder
repo_name: GitHub
copyright: >
Copyright © 2017-2023 Andrew P Smith –
<a href="#__consent">Change cookie settings</a>
theme:
name: material
palette:
scheme: default
primary: light blue
accent: red
features:
- content.code.copy
- content.code.annotate
markdown_extensions:
- toc:
permalink: "¶"
- admonition
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- footnotes
- attr_list
- md_in_html
extra_javascript:
- js/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- macros:
module_name: docs/macros
# include_dir: examples
- mkdocs-video
extra:
consent:
title: Cookie consent
description: >-
This site uses cookies with your permission.
actions:
- accept
- manage
- reject
nav:
- Home: index.md
- Overview: overview.md
- Examples:
- Hello World: examples/hello-world.md
- Parallel: examples/parallel.md
- Markov Chain: examples/markov-chain.md
- Chapter 1: examples/chapter1.md
- Mortality: examples/mortality.md
- Competing: examples/competing.md
- RiskPaths: examples/riskpaths.md
- People: ./examples/people.md
- Option: examples/option.md
- Conway: examples/conway.md
- Schelling: examples/schelling.md
- Wolf-Sheep: examples/wolf-sheep.md
- Boids: examples/boids.md
- Infection: examples/infection.md
- API:
- Tips and Tricks: tips.md
- API Reference: api.md
- References: references.md
- About:
- Citing: citing.md
- Contributing: contributing.md
- Developer: developer.md
- Support: support.md
- Licence: licence.md