Skip to content

Commit a2af2c0

Browse files
committed
added bookdown config and index files; added NCO tutorial page
1 parent fe9151e commit a2af2c0

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

_bookdown.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
book_filename: "terraref-tutorials"
2+
language:
3+
ui:
4+
chapter_name: "Chapter "
5+
rmd_files: ["index.Rmd", "traits/00-BETYdb-getting-started.Rmd", "traits/01-simulated-sorghum.Rmd", "sensors/05-command-line-hyperspectral-workflow.Rmd"]

index.Rmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "TERRA REF Tutorials"
3+
author: "David LeBauer and others"
4+
site: bookdown::bookdown_site
5+
date: "`r Sys.Date()`"
6+
documentclass: book
7+
output:
8+
bookdown::gitbook: default
9+
bookdown::pdf_book: default
10+
---
11+
12+
# Preamble
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Command Line Hyperspectral Workflow
2+
3+
```{r}
4+
include_url("https://docs.google.com/document/d/1QWBUHsRql_c_q15WoFrUGRMGk0gZQ-y85y6tpd9pdNM/pub")
5+
```

0 commit comments

Comments
 (0)