Skip to content

Crosslink aesthetics documentation #5124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 23, 2023
Merged

Conversation

teunbrand
Copy link
Collaborator

@teunbrand teunbrand commented Dec 30, 2022

This PR aims to fix #5123.

It does several things:

  • The automatically generated list of aesthetics in every geom_*() or stat_*() documentation page now has links to the relevant aesthetics documentation page (if it exists).
  • Minor improvements to the aesthetics documentation. For example, document the use of the new linewidth aesthetic, or list the position scales in aes-position.r.
  • Every scale now points to their relevant aesthetics documentation. For example, scale_shape_discrete() now points to the aes-linetype-size-shape.r documentation. In addition, several scales were missing links to the scale_*_manual() and scale_*_identity() variants, which are now added.

Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! thanks

Merge branch 'main' into linkup_aes_docs

# Conflicts:
#	R/aes.R
#	R/utilities-help.r
#	man/aes.Rd
@teunbrand teunbrand merged commit 84cded8 into tidyverse:main Mar 23, 2023
@teunbrand teunbrand deleted the linkup_aes_docs branch March 23, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unlinked doc pages
2 participants