-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
There is an opportunity to improve the documentation related to themes, including the complete theme documentation, the theme() function documentation, and the default themes documentation. I seem to remember @clauswilke is in the process of improving themes in general, but I think these issues are general enough to tackle separately. This is a documentation issue intended for the tidyverse dev day (#3267).
-
The difference between
theme_update()
andtheme_replace()
is not clear from the documentation in theme_get (Updating a theme to remove panel.grid.major.x #3019). There are examples that make this distinction but not any text. This page should also link totheme()
, which it currently does not. -
theme()
documentation should link to the complete themes (i.e.,ggthemes
) somewhere in the first paragraph (as the documentation for the complete themes does fortheme()
).