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

docs(quartodoc): render_methods is showing arguments as a list #10558

Closed
gforsyth opened this issue Dec 6, 2024 · 0 comments · Fixed by #10559
Closed

docs(quartodoc): render_methods is showing arguments as a list #10558

gforsyth opened this issue Dec 6, 2024 · 0 comments · Fixed by #10559

Comments

@gforsyth
Copy link
Member

gforsyth commented Dec 6, 2024

I noticed this while working on #10557 but I think it's been reported on Zulip, as well.

Something in our render_methods (or render_method) helpers is rendering function signatures with all of the args as list elements, so instead of

# desired output
connect(self, *args, **kwargs)

we're instead getting

connect(['self', '*args', '**kwargs'])
@gforsyth gforsyth changed the title docs(quartodoc): render_methods is arguments as a list docs(quartodoc): render_methods is showing arguments as a list Dec 6, 2024
@github-project-automation github-project-automation bot moved this from backlog to done in Ibis planning and roadmap Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant