Skip to content

Commit

Permalink
pkgdown edits
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Aug 3, 2023
1 parent d3d2bbf commit 50ca5ce
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 59 deletions.
32 changes: 16 additions & 16 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,24 @@ template:

reference:

- title: Workflows
- title: Sub-layer stages
desc: >
Take a snapshot of a layer's data in the sub-layer pipeline
contents:
- layer_before_stat
- layer_after_stat
- layer_before_geom
- layer_after_scale

- title: Workflow functions
desc: >
These high-level functions take a ggplot object and a function or ggproto method,
allowing interactions with the ggplot's build pipeline as it is evaluated. Functions
grouped into three "workflows": Inspect, Capture, and Highjack.
contents:
- with_ggtrace

- subtitle: Inspect
- subtitle: Inspect workflow
desc: >
Return values from or information about a method's execution state for inspection
contents:
Expand All @@ -33,30 +42,21 @@ reference:
- ggtrace_inspect_return
- ggtrace_inspect_on_error

- subtitle: Capture
- subtitle: Capture workflow
desc: >
Take a snapshot of a method's execution state, returning it as a function or environment
Record a method's execution state, returning it as a function or environment
contents:
- ggtrace_capture_fn
- ggtrace_capture_env

- subtitle: Highjack
- subtitle: Highjack workflow
desc: >
Manipulate a method's behavior as it runs and return the modified graphical output
contents:
- ggtrace_highjack_args
- ggtrace_highjack_return

- title: Sub-layer stages
desc: >
Convenience functions to debug layer data for delayed aesthetic evaluation
contents:
- layer_before_stat
- layer_after_stat
- layer_before_geom
- layer_after_scale

- title: Contextualize layer errors
- title: Contextualize errors at the layer and sub-layer level
desc: >
Return information about the (sub-)layer ggproto method that errors while rendering
contents:
Expand Down Expand Up @@ -96,7 +96,7 @@ reference:
- is_traced

- title: Misc
desc: Extending other debugging tools for compatibility with ggproto
desc: Extending other debugging tools for use with ggplot internals
contents:
- ggdebug

Expand Down
14 changes: 7 additions & 7 deletions docs/articles/FAQ.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
FAQ: FAQ.html
getting-started: getting-started.html
overview: overview.html
last_built: 2023-08-03T15:48Z
last_built: 2023-08-03T22:49Z

2 changes: 1 addition & 1 deletion docs/reference/get_method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/reference/ggedit.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ggtrace_capture_env.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ggtrace_capture_fn.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/ggtrace_inspect_on_error.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 50ca5ce

Please sign in to comment.