Skip to content

Commit

Permalink
Add developer guide to pkgdown site (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored Nov 1, 2023
1 parent 28beb96 commit b93136f
Show file tree
Hide file tree
Showing 6 changed files with 5,390 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ tmp.R

tmp.txt

*.html

checklog.txt

currentwork.R
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
### Miscellaneous
* Added slide decks for advanced training as internal files.

### Miscellaneous
* Added Developer Guide to pkgdown site with Debugging, Split Machinery, Table Hierarchy, and Tabulation sections.

## rtables 0.6.4
### New Features
* Added support for `.docx` exports with `export_as_docx()`.
Expand Down
18 changes: 15 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ template:
package: nesttemplate

navbar:
type: default
right:
- icon: fa-github fa-lg
structure:
left: [reference, articles, dev-guide, news, reports]
right: [search, github]
components:
github:
icon: fa-github fa-lg
href: https://github.com/insightsengineering/rtables
dev-guide:
text: Developer Guide
menu:
- text: Split Machinery
href: ../inst/dev-guide/dg_split_machinery.html
- text: Tabulation
href: ../inst/dev-guide/dg_tabulation.html
- text: Debugging in {rtables} and Beyond
href: ../inst/dev-guide/dg_debug_rtables.html

articles:
- title: Getting Started
Expand Down
584 changes: 584 additions & 0 deletions inst/dev-guide/dg_debug_rtables.html

Large diffs are not rendered by default.

2,900 changes: 2,900 additions & 0 deletions inst/dev-guide/dg_split_machinery.html

Large diffs are not rendered by default.

1,888 changes: 1,888 additions & 0 deletions inst/dev-guide/dg_tabulation.html

Large diffs are not rendered by default.

0 comments on commit b93136f

Please sign in to comment.