-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_quarto.yml
46 lines (40 loc) · 851 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "The lidR package"
author: "Jean-Romain Roussel, Tristan R.H. Goodbody, Piotr Tompalski"
description: "A guide to the `lidR` package"
repo-url: https://github.com/r-lidar/lidRbook
site-url: https://r-lidar.com
search: true
chapters:
- index.qmd
- io.qmd
- gnd.qmd
- dtm.qmd
- normalization.qmd
- dsm.qmd
- itd.qmd
- metrics.qmd
- cloud_metrics.qmd
- grid_metrics.qmd
- tree_metrics.qmd
- voxel_metrics.qmd
- point_metrics.qmd
- engine.qmd
- engine2.qmd
- modelling.qmd
- outbox.qmd
- spatialindex.qmd
- plugins.qmd
bibliography: references.bib
format:
html:
theme: cosmo
include-after-body: clicky.html
include-in-header: gtag.html
editor: visual
execute:
freeze: auto
number-depth: 2