Skip to content
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

Function reference edits #857

Merged
merged 19 commits into from
Dec 18, 2023
Merged

Conversation

skaltman
Copy link
Contributor

@skaltman skaltman commented Dec 6, 2023

Unresolved issues:

  • Can't render update_date()'s note.
  • showcase*()'s functions' descriptions don't show up. The description shows up if you add in a Parameters section, but wasn't sure if they didn't have Parameters sections intentionally (since they are the same as showcaseLayout()'s). The same thing is happening with render.transformer.output_transformer.

@skaltman skaltman marked this pull request as draft December 6, 2023 21:57
shiny/ui/_insert.py Outdated Show resolved Hide resolved
@schloerke
Copy link
Collaborator

@skaltman Would you be ok with us making two issues for your unresolved changes so that we can merge this PR? (It is full of great changes and I don't want to hold up this PR for the two unresolved items)

@schloerke schloerke added this to the v0.7.0 milestone Dec 18, 2023
@schloerke schloerke mentioned this pull request Dec 18, 2023
2 tasks
@schloerke
Copy link
Collaborator

Moving unresolved issues to #921

Merging

@schloerke schloerke marked this pull request as ready for review December 18, 2023 22:22
@schloerke schloerke merged commit 78252fe into posit-dev:main Dec 18, 2023
26 checks passed
schloerke added a commit that referenced this pull request Dec 19, 2023
* main: (76 commits)
  Add shiny/templates to MANIFEST.in files (#926)
  docs: Function Reference Proofreads (#919)
  Fix failing deploy tests (#925)
  Add GitHub sources to shiny create
  Make changelog styling more consistent
  Function reference edits (#857)
  docs: Use definition lists for parameter descriptions to enable full markdown support (#901)
  docs(layout_columns): Add example app (#903)
  fix(layout_columns): Remove use of enum for breakpoints (#912)
  Express: don't automatically put strings in a `<pre>` block (#905)
  Deprecate `nav()` in favor of `nav_panel()` (#876)
  chore: Remove unused import
  refactor(layout_column_wrap): Use helper for wrapping children (#910)
  fix(layout_columns): Don't apply fillable class to layout container (#909)
  Add output to React template (#908)
  fix(layout_columns): Add missing `bslib-mb-spacing` class (#906)
  Custom component template updates (#874)
  fix(layout_columns): If the breakpoint name is an enum, need to collect the value (#902)
  chore: exclude `_dev/` folder (#897)
  feat: Add `ui.layout_columns()` (#856)
  ...
schloerke added a commit that referenced this pull request Dec 19, 2023
* main: (36 commits)
  Add shiny/templates to MANIFEST.in files (#926)
  docs: Function Reference Proofreads (#919)
  Fix failing deploy tests (#925)
  Add GitHub sources to shiny create
  Make changelog styling more consistent
  Function reference edits (#857)
  docs: Use definition lists for parameter descriptions to enable full markdown support (#901)
  docs(layout_columns): Add example app (#903)
  fix(layout_columns): Remove use of enum for breakpoints (#912)
  Express: don't automatically put strings in a `<pre>` block (#905)
  Deprecate `nav()` in favor of `nav_panel()` (#876)
  chore: Remove unused import
  refactor(layout_column_wrap): Use helper for wrapping children (#910)
  fix(layout_columns): Don't apply fillable class to layout container (#909)
  Add output to React template (#908)
  fix(layout_columns): Add missing `bslib-mb-spacing` class (#906)
  Custom component template updates (#874)
  fix(layout_columns): If the breakpoint name is an enum, need to collect the value (#902)
  chore: exclude `_dev/` folder (#897)
  feat: Add `ui.layout_columns()` (#856)
  ...
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.

Documentation for input values should say tuple, not list
2 participants