-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (41 loc) · 1.13 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
site_name: The Encoders
site_author: Kristijan
site_url: https://gabrielkp.com/enc
repo_url: https://github.com/GabrielKP/enc
nav:
- "Home": "index.md"
- "Report":
- Intro: https://kristijanarmeni.github.io/encoders_report" target="_blank
- "Documentation":
- "run_all": "run_all.md"
- "main": "main.md"
- "regression": "regression.md"
- "features": "features.md"
- "data": "data.md"
- "utils": "utils.md"
theme:
name: material
features:
- navigation.tracking
- navigation.tabs
- navigation.path
- navigation.sections
- content.code.copy
# - toc.integrate
plugins:
- mkdocstrings:
handlers:
python:
paths: [src] # search packages in the src folder
options:
# show_root_heading: true
# show_category_heading: true
show_root_toc_entry: false
show_root_full_path: true
heading_level: 2
docstring_style: numpy
parameter_headings: true
show_symbol_type_heading: true
show_symbol_type_toc: true
markdown_extensions:
- pymdownx.snippets