-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (48 loc) · 1.21 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
site_name: dPipes
nav:
- Home: index.md
- Getting Started: getting-started.md
- Tutorials:
- Pandas Pipelines: tutorial-pandas.md
- Polars Pipelines: tutorial-polars.md
- General Pipelines: tutorial-general.md
- How To's: how-to.md
- Reference:
- Pipeline: pipeline-ref.md
- PipeProcessor: processor-ref.md
theme:
name: material
features:
- content.code.copy
- content.code.annotate
favicon: img/favicon.png
logo: img/favicon.png
repo_url: https://github.com/chris-santiago/pipes
plugins:
- search
- autorefs
- table-reader
- mkdocstrings:
handlers:
python:
paths: [ . ]
options:
show_root_full_path: true
show_submodules: true
docstring_style: numpy
merge_init_into_class: false
markdown_extensions:
# For Code Blocks
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# For Admonitions
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg