forked from andreax79/python-cstruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (30 loc) · 732 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (30 loc) · 732 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
site_name: Python CStruct documentation
docs_dir: docs
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- autorefs
- mkdocstrings:
watch:
- cstruct
- examples
nav:
- CStruct Docs: index.md
- Examples:
- "fdisk.py": examples/fdisk.md
- "flexible_array.py": examples/flexible_array.md
- "who.py": examples/who.md
- API:
- "cstruct": api/module.md
- "cstruct.abstract": api/abstract.md
- "cstruct.base": api/base.md
- "cstruct.c_expr": api/c_expr.md
- "cstruct.cstruct": api/cstruct.md
- "cstruct.field": api/field.md
- "cstruct.mem_cstruct": api/mem_cstruct.md
- License: license.md
markdown_extensions:
- markdown_include.include:
base_path: .