diff --git a/10-creating-guides.Rmd b/10-creating-guides.Rmd index e8f7c11..a4ac3bd 100644 --- a/10-creating-guides.Rmd +++ b/10-creating-guides.Rmd @@ -1,7 +1,3 @@ ---- -title: "Creating handy reference guides " -output: html_document ---- ```{r, include = FALSE, echo = FALSE} ottrpal::set_knitr_image_path() @@ -105,15 +101,6 @@ Follow the `docstrings` guidance and instructions [here](https://realpython.com/ For other general purposes, you can our [the reference guide template](https://raw.githubusercontent.com/jhudsl/template-documentation/master/docs/reference_guide_template.md) to start your own reference guide either by using the markdown template directly, or navigating to the MkDocs repository you set up in the previous chapter. ---- -title: "Documentation maintenance" -output: html_document ---- - -```{r, include = FALSE, echo = FALSE} -ottrpal::set_knitr_image_path() -``` - ## How to keep your documentation up to date ```{r, fig.alt="Learning Objectives. This chapter will demonstrate how to:Identify good practices for documentation maintenance. Implement processes to help keep documentation up to date.", echo = FALSE} diff --git a/Data_Management_and_Sharing.Rproj b/Proactive_Data_Management_and_Sharing.Rproj similarity index 100% rename from Data_Management_and_Sharing.Rproj rename to Proactive_Data_Management_and_Sharing.Rproj