-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (41 loc) · 996 Bytes
/
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
site_name: StreamPU (Python API)
repo_url: https://gitlab.inria.fr/fec/pystreampu
nav:
- Home: index.md
- Setup: install.md
- Getting started:
- First steps: first_steps.ipynb
- Module, Task and Socket:
- Module: module.ipynb
- Task: task.ipynb
- Socket: socket.ipynb
- Back to the first steps: back_to_first_steps.ipynb
plugins:
- search
- mkdocs-jupyter:
execute: True
remove_tag_config:
remove_input_tags:
- hide_code
# - mkdocstrings
theme:
name: material
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.expand
- navigation.footer
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true