From e6db43764a3b8ff2cab9bdd03eb8215232f8759b Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 7 Jan 2019 17:26:23 -0800 Subject: [PATCH] Stop numbering my files, Act One --- _bookdown.yml | 18 +++++++++--------- 02_contributors.Rmd => contributors.Rmd | 0 ...ll-git-client.Rmd => install-git-client.Rmd | 0 07_install-git.Rmd => install-git.Rmd | 0 ...-github-acct.Rmd => install-github-acct.Rmd | 0 ...f-git.Rmd => install-introduce-self-git.Rmd | 0 ...nstall-pep-talk.Rmd => install-pep-talk.Rmd | 4 ++-- ...tall-r-rstudio.Rmd => install-r-rstudio.Rmd | 0 01_overview.Rmd => overview.Rmd | 0 03_workshops.Rmd => workshops.Rmd | 0 10 files changed, 11 insertions(+), 11 deletions(-) rename 02_contributors.Rmd => contributors.Rmd (100%) rename 09_install-git-client.Rmd => install-git-client.Rmd (100%) rename 07_install-git.Rmd => install-git.Rmd (100%) rename 05_install-github-acct.Rmd => install-github-acct.Rmd (100%) rename 08_install-introduce-self-git.Rmd => install-introduce-self-git.Rmd (100%) rename 04_install-pep-talk.Rmd => install-pep-talk.Rmd (95%) rename 06_install-r-rstudio.Rmd => install-r-rstudio.Rmd (100%) rename 01_overview.Rmd => overview.Rmd (100%) rename 03_workshops.Rmd => workshops.Rmd (100%) diff --git a/_bookdown.yml b/_bookdown.yml index 655418c0..7552549d 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -8,16 +8,16 @@ new_session: true rmd_files: [ "index.Rmd", - "01_overview.Rmd", - "02_contributors.Rmd", - "03_workshops.Rmd", + "overview.Rmd", + "contributors.Rmd", + "workshops.Rmd", - "04_install-pep-talk.Rmd", - "05_install-github-acct.Rmd", - "06_install-r-rstudio.Rmd", - "07_install-git.Rmd", - "08_install-introduce-self-git.Rmd", - "09_install-git-client.Rmd", + "install-pep-talk.Rmd", + "install-github-acct.Rmd", + "install-r-rstudio.Rmd", + "install-git.Rmd", + "install-introduce-self-git.Rmd", + "install-git-client.Rmd", "10_connect-git-github.Rmd", "11_connect-credential-caching.Rmd", diff --git a/02_contributors.Rmd b/contributors.Rmd similarity index 100% rename from 02_contributors.Rmd rename to contributors.Rmd diff --git a/09_install-git-client.Rmd b/install-git-client.Rmd similarity index 100% rename from 09_install-git-client.Rmd rename to install-git-client.Rmd diff --git a/07_install-git.Rmd b/install-git.Rmd similarity index 100% rename from 07_install-git.Rmd rename to install-git.Rmd diff --git a/05_install-github-acct.Rmd b/install-github-acct.Rmd similarity index 100% rename from 05_install-github-acct.Rmd rename to install-github-acct.Rmd diff --git a/08_install-introduce-self-git.Rmd b/install-introduce-self-git.Rmd similarity index 100% rename from 08_install-introduce-self-git.Rmd rename to install-introduce-self-git.Rmd diff --git a/04_install-pep-talk.Rmd b/install-pep-talk.Rmd similarity index 95% rename from 04_install-pep-talk.Rmd rename to install-pep-talk.Rmd index 9c289351..27a1e9d9 100644 --- a/04_install-pep-talk.Rmd +++ b/install-pep-talk.Rmd @@ -1,6 +1,6 @@ # (PART) Installation {-} -# Installation pain +# Installation pain {#installation-intro .unnumbered} Getting all the necessary software installed, configured, and playing nicely together is honestly half the battle here. Brace yourself for some pain. The upside is that you can give yourself a pat on the back once you get through this. And you WILL get through this. @@ -12,7 +12,7 @@ You will find far more resources for how to *use Git* than for installation and In their defense, it's hard to write installation instructions. Failures can be specific to an individual OS or even individual computer. If you have some new problem and, especially, the corresponding solution, [we'd love to hear from you!](https://github.com/jennybc/happy-git-with-r/issues) -## Success and operating systems +## Success and operating systems {#operating-system-table .unnumbered}