-
Notifications
You must be signed in to change notification settings - Fork 29
/
_quarto.yml
118 lines (98 loc) · 2.83 KB
/
_quarto.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
quartodoc:
package: pyspatialml
sections:
- title: Raster datasets
desc: "Raster is a class for reading and writing raster datasets"
options:
children: embedded
contents:
- Raster
- RasterLayer
- title: Vector tools
desc: "Tools for working with vector datasets"
options:
children: embedded
contents:
- vector
- title: Preprocessing
desc: "Preprocessing tools for raster datasets"
options:
children: embedded
contents:
- preprocessing
project:
type: website
execute:
freeze: auto
website:
title: "Pyspatialml: machine learning for raster datasets"
description: "Pyspatialml is a Python package for applying scikit-learn machine learning models to raster-based datasets"
repo-url: https://github.com/stevenpawlely/pyspatialml
page-navigation: true
navbar:
title: false
background: primary
search: true
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/stevenpawley/Pyspatialml/tree/master/docs
- text: Report a Bug
href: https://github.com/stevenpawley/Pyspatialml/issues
left:
- text: "Overview"
href: index.qmd
- text: "Guide"
file: docs/guide.qmd
- text: "Reference"
file: reference/Raster.qmd
- text: "Tutorials"
file: docs/landcover.qmd
sidebar:
- title: "Overview"
style: "docked"
contents:
- docs/index.qmd
- docs/installation.qmd
- docs/usage.qmd
- title: "Guide"
style: "docked"
contents:
- section: "Basics"
contents:
- docs/guide.qmd
- docs/plotting.qmd
- docs/sampling.qmd
- docs/transformers.qmd
- title: "Tutorials"
style: "docked"
contents:
- section: "Landcover"
contents:
- docs/landcover.qmd
- section: "Multitarget regression"
contents:
- docs/multitarget-regression-soil-properties.qmd
- section: "Spatial feature engineering"
contents:
- docs/spatial-features.qmd
- title: "Reference"
style: "docked"
contents:
- section: Raster datasets
contents:
- reference/Raster.qmd
- reference/RasterLayer.qmd
- section: Vector tools
contents:
- reference/vector.qmd
- section: Preprocessing
contents:
- reference/preprocessing.qmd
theme:
light: spacelab
dark: darkly
format:
html:
toc: true