-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.22 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
49
50
51
52
53
54
55
56
57
58
59
site_name: Pytorch Datastream
site_description: Simple dataset to dataloader library for pytorch
repo_url: https://github.com/nextml-code/pytorch-datastream
repo_name: nextml-code/pytorch-datastream
theme:
name: material
palette:
primary: indigo
accent: indigo
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
show_root_heading: true
docstring_style: google
- autorefs
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference:
- Dataset: dataset.md
- Datastream: datastream.md
watch:
- datastream
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nextml-code/pytorch-datastream