Skip to content

Commit 3f9aed0

Browse files
Merge pull request #667 from lorenzwalthert/improve-docs
- Little doc improvement (#667).
2 parents 7376cf4 + d173209 commit 3f9aed0

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

R/ui-caching.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cache_clear <- function(cache_name = NULL, ask = TRUE) {
2626
#' but output code. That means if you style code that already complies to a
2727
#' style guide and you have previously styled that code, it will be quicker.
2828
#' Code is cached by expression and the cache is shared across all APIs (e.g.
29-
#' `style_text()` and Addin.
29+
#' `style_text()` and Addin).
3030
#'
3131
#' @section Setup:
3232
#' styler by default uses caching via the `{R.cache}` package. You will be

_pkgdown.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ reference:
99
- style_dir
1010
- styler_addins
1111
- title: "Fine-tune styling"
12-
desc: "Customize style guildes"
12+
desc: "Customize style guides"
1313
- contents:
14+
- tidyverse_style
15+
- tidyverse_reindention
16+
- tidyverse_math_token_spacing
1417
- create_style_guide
1518
- specify_math_token_spacing
1619
- specify_reindention
17-
- tidyverse_reindention
18-
- tidyverse_math_token_spacing
1920
- title: "Non-functional documentation"
2021
desc: "Explaining features"
2122
contents:
@@ -56,3 +57,17 @@ news:
5657
href: https://www.tidyverse.org/blog/2019/11/styler-1-2-0/
5758
- text: "Version 1.3.0"
5859
href: https://lorenzwalthert.netlify.com/post/styler-1-3-0/
60+
61+
articles:
62+
- title: End-users
63+
navbar: End-users
64+
contents:
65+
- introducing_styler
66+
- detect-alignment
67+
68+
- title: Developers
69+
navbar: Developers
70+
contents:
71+
- caching
72+
- customizing_styler
73+
- performance_improvements

inst/WORDLIST

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ AST
99
aut
1010
backport
1111
benchmarking
12+
bootswatch
1213
BugReports
1314
cancelling
15+
cff
1416
chnages
17+
ci
1518
cli
1619
CMD
1720
codecov
@@ -25,9 +28,11 @@ cran
2528
cre
2629
dec
2730
deps
31+
desc
2832
dev
2933
devtools
3034
dir
35+
docsearch
3136
dont
3237
dontrun
3338
dontshow
@@ -87,13 +92,16 @@ magrittr
8792
md
8893
Müller
8994
mutli
95+
navbar
96+
netlify
9097
NUM
9198
oldrel
9299
os
93100
ourself
94101
packagemanager
95102
packrat
96103
pandoc
104+
params
97105
parsable
98106
parsesum
99107
pgkdown
@@ -152,6 +160,7 @@ saveRDS
152160
seealso
153161
sep
154162
sessioninfo
163+
setCacheRootPath
155164
setdiff
156165
setenv
157166
sprintf
@@ -175,6 +184,7 @@ tidyeval
175184
tidyr
176185
tidyverse
177186
Tidyverse
187+
travis
178188
ubuntu
179189
ui
180190
uncached
@@ -192,6 +202,7 @@ walthert
192202
Walthert
193203
withr
194204
writeLines
205+
www
195206
xenial
196207
xfun
197208
Xie

man/caching.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/gsoc_proposal/data_structures.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Lorenz Walthert"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{Vignette Title}
7+
%\VignetteIndexEntry{Data Structures}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
1010
---

0 commit comments

Comments
 (0)