-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path_toc.yml
More file actions
40 lines (36 loc) · 1.01 KB
/
_toc.yml
File metadata and controls
40 lines (36 loc) · 1.01 KB
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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
parts:
- caption: Preface
numbered: false
maxdepth: 2
chapters:
- file: book/preface
- caption: DuckDB Foundations
numbered: true
maxdepth: 2
chapters:
- file: book/foundations/introduction
- file: book/foundations/sql-basics
- file: book/foundations/python-api
- caption: Spatial Data Operations
numbered: true
maxdepth: 2
chapters:
- file: book/spatial/data-import
- file: book/spatial/data-export
- file: book/spatial/geometries
- file: book/spatial/spatial-relationships
- file: book/spatial/spatial-joins
- file: book/spatial/data-viz
- file: book/spatial/pmtiles
- caption: Real-World Geospatial Analytics
numbered: true
maxdepth: 2
chapters:
- file: book/analytics/wetlands
- file: book/analytics/buildings
- file: book/analytics/taxi
- file: book/analytics/dashboards