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

fix(docs): add null examples header and expected failure #10496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

IndexSeek
Copy link
Member

Description of changes

Adds the section header for the examples for null.

I added the expected failure annotation, but the # quartodoc: +EXPECTED_FAILURE comment still shows up in the render.

image

I wasn't sure if there was something special I needed to do for it not to show up, like how this is here but the # doesn't show up in the pivot_longer examples.

>>> who.pivot_longer( # quartodoc: +EXPECTED_FAILURE
... s.index["new_sp_m014":"newrel_f65"],
... names_to=["diagnosis", "gender", "age"],
... names_pattern="new_?(.*)_.(.*)",
... )

image

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.

1 participant