-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
19 lines (18 loc) · 584 Bytes
/
mkdocs.yml
File metadata and controls
19 lines (18 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: pointers.py
site_url: https://pointerspy.netlify.app/
nav:
- Home: index.md
- Getting Started: getting_started.md
- Using Pointers: using_pointers.md
- Variable Pointers: variable_pointers.md
- Allocation: allocation.md
- C Bindings: bindings.md
- CPython ABI Bindings: cpython_bindings.md
- Working By Example: working_by_example.md
- Reference: reference.md
theme: readthedocs
plugins:
- mkdocstrings:
handlers:
python:
paths: [src] # search packages in the src folder