Fixes #475 - Documentation edits-decluttering the top of the refs page#519
Conversation
…e references page
hfrick
left a comment
There was a problem hiding this comment.
Thanks so much for the contribution! As we just chatted, I'll turn the clutter on the reference page into a pkgdown issue but there are some small but nice styling changes possible here anyway, are you up for fixing those?
| #' the same split. | ||
| #' `training` and `testing` are used to extract the resulting data. | ||
| #' | ||
| #' @details `training` and `testing` are used to extract the resulting data. |
There was a problem hiding this comment.
I think it's fine to keep those where they were so not moving them to @details but it would be lovely if they gained a () at the end, so e.g. training() instead of training - then they are easier to identify as functions!
| @@ -1,5 +1,7 @@ | |||
| #' Create a Validation Split for Tuning | |||
| #' | |||
| #' `validation_set` creates a the validation split for model tuning. | |||
There was a problem hiding this comment.
This would also look great with a set of () at the end
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Fixes #475 - moved args into details section for first three functions to keep references page doc decluttered