Skip to content

Commit

Permalink
Use new bookdown yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 11, 2016
1 parent 59f09dd commit 27cc661
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
24 changes: 24 additions & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
rmd_files: [
"understand.Rmd",
"visualize.Rmd",
"transform.Rmd",
"model.Rmd",
"variation.Rmd",
"work.Rmd",
"import.Rmd",
"tidy.Rmd",
"relational-data.Rmd",
"strings.Rmd",
"datetimes.Rmd",
"program.Rmd",
"functions.Rmd",
"data-structures.Rmd",
"lists.Rmd",
"robust-code.Rmd",
"science.Rmd",
"model-vis.Rmd",
"model-assess.Rmd",
"communicate.Rmd",
"rmarkdown.Rmd",
"shiny.Rmd",
]
20 changes: 0 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,3 @@ markdown: redcarpet
highlighter: pygments

exclude: ["CONTRIBUTING.md", "README.md", "book", "vendor"]

# rmd_files: [
# "index.Rmd",
# "intro.Rmd",
# "visualize.Rmd",
# "transform.Rmd",
# "tidy.Rmd",
# "model.Rmd",
# "import.Rmd",
# "eda.Rmd",
# "rmarkdown.Rmd",
# "shiny.Rmd",
# "data-structures.Rmd",
# "functions.Rmd",
# "strings.Rmd",
# "datetimes.Rmd",
# "lists.Rmd",
# "model-vis.Rmd",
# "model-assess.Rmd",
# ]

0 comments on commit 27cc661

Please sign in to comment.