Skip to content

Commit

Permalink
Merge pull request #693 from cklunch/main
Browse files Browse the repository at this point in the history
correct html file pointers
  • Loading branch information
cklunch authored Jun 25, 2024
2 parents a201537 + 19a8dc5 commit 3f30ed1
Show file tree
Hide file tree
Showing 9 changed files with 794 additions and 6,141 deletions.
2 changes: 1 addition & 1 deletion processing_code/01knit-RMD-2-MD_NDSRepo.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dirs <- c("R/NEON-general/neon-overview/NEON-download-explore",

# set directory (order above) that you'd like to build

subDir <- dirs[10]
subDir <- dirs[11]

# Inputs - Where the git repo is on your computer
gitRepoPath <-"~/GitHub/NEON-Data-Skills"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ library(htmltools)

## ----html, echo=FALSE, warning=FALSE, message=FALSE----------------------------------------------------------

htmltools::includeHTML("https://github.com/cklunch/NEON-Data-Skills/blob/main/tutorials-in-development/Other/test_code_tabs_fragment.html")
htmltools::includeHTML("https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials-in-development/Other/test_code_tabs_fragment.html")


Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library(htmltools)

```{r html, echo=FALSE, warning=FALSE, message=FALSE}
htmltools::includeHTML("https://github.com/cklunch/NEON-Data-Skills/blob/main/tutorials-in-development/Other/test_code_tabs_fragment.html")
htmltools::includeHTML("https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials-in-development/Other/test_code_tabs_fragment.html")
```

1,432 changes: 19 additions & 1,413 deletions tutorials/Other/Concept-intros/test_tabs_fragment/test_code_tabs_fragment.html

Large diffs are not rendered by default.

1,700 changes: 24 additions & 1,676 deletions tutorials/Other/Concept-intros/test_tabs_fragment/test_code_tabs_fragment.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ library(htmltools)

## ----html, echo=FALSE, warning=FALSE, message=FALSE----------------------------------------------------------

htmltools::includeHTML("https://github.com/cklunch/NEON-Data-Skills/blob/main/tutorials-in-development/Other/test_code_tabs.html")
htmltools::includeHTML("https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials-in-development/Other/test_code_tabs.html")


Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library(htmltools)

```{r html, echo=FALSE, warning=FALSE, message=FALSE}
htmltools::includeHTML("https://github.com/cklunch/NEON-Data-Skills/blob/main/tutorials-in-development/Other/test_code_tabs.html")
htmltools::includeHTML("https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/main/tutorials-in-development/Other/test_code_tabs.html")
```

1,769 changes: 361 additions & 1,408 deletions tutorials/Other/Concept-intros/test_tabs_full_doc/test_code_tabs_document.html

Large diffs are not rendered by default.

2,024 changes: 385 additions & 1,639 deletions tutorials/Other/Concept-intros/test_tabs_full_doc/test_code_tabs_document.md

Large diffs are not rendered by default.

0 comments on commit 3f30ed1

Please sign in to comment.