From cfdf5442220c06bab1eef11e1fedf473d6d7c78e Mon Sep 17 00:00:00 2001 From: Obi Griffith Date: Thu, 21 Sep 2023 14:29:08 -0500 Subject: [PATCH] try to get leanpub working --- Book.txt | 3 +++ config_automation.yml | 4 ++++ index.Rmd | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Book.txt diff --git a/Book.txt b/Book.txt new file mode 100644 index 0000000..1c3b75f --- /dev/null +++ b/Book.txt @@ -0,0 +1,3 @@ +About-this-Course.md +1-Running-a-Workflow-in-Terra.md +About-the-Authors.md diff --git a/config_automation.yml b/config_automation.yml index b474b5a..117848d 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -19,6 +19,10 @@ render-bookdown: yes render-leanpub: yes render-coursera: no +## Automate the creation of Book.txt file? TRUE/FALSE? +## This is only relevant if render-leanpub is yes, otherwise it will be ignored +make-book-txt: FALSE + # What docker image should be used for rendering? # The default is jhudsl/base_ottr:main rendering-docker-image: 'jhudsl/base_ottr:main' diff --git a/index.Rmd b/index.Rmd index 9e30d88..55f0859 100644 --- a/index.Rmd +++ b/index.Rmd @@ -4,6 +4,6 @@ output: html_document --- -# **About** +# About this Course -This course is an introduction to the [immuno workflow](https://github.com/wustl-oncology/analysis-wdls). The only current page is the [walkthrough for running on Terra](running-a-workflow-in-terra.html). \ No newline at end of file +This course is an introduction to the [immuno workflow](https://github.com/wustl-oncology/analysis-wdls). The only current page is the [walkthrough for running on Terra](running-a-workflow-in-terra.html).