-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
37 lines (34 loc) · 894 Bytes
/
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
site_name: graphreduce
site_url: https://github.com/wesmadrigal/graphreduce
repo_url: https://github.com/wesmadrigal/GraphReduce
repo_name: wesmadrigal/GraphReduce
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
nav:
- Home: index.md
- Abstractions: abstractions.md
- Tutorial:
- tutorial_index.md
- tutorial_time.md
- tutorial_custom_graph.md
- tutorial_swapping_compute.md
- tutorial_sql_dialects.md
- tutorial_method_deps.md
- Command line interface:
- tutorial_cli.md
#- tutorial_join_deps.md
#- tutorial_pandas_dask.md
#- tutorial_spark.md
#- tutorial_sql.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences