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

Auto Generate pandas docify config for docstring injection #5334

Closed
bschnurr opened this issue Jan 8, 2024 · 2 comments
Closed

Auto Generate pandas docify config for docstring injection #5334

bschnurr opened this issue Jan 8, 2024 · 2 comments
Assignees
Labels
docstrings fixed in next version (main) A fix has been implemented and will appear in an upcoming version P1

Comments

@bschnurr
Copy link
Member

bschnurr commented Jan 8, 2024

improves pandas docstrings
https://github.com/microsoft/pyrx/issues/4469

some functions use a @doc decorator... we have a manual updated docify config file with a list of these functions.

Improvement is to add a script to scrape pandas for function names with the decorator instead.

@bschnurr
Copy link
Member Author

@bschnurr bschnurr added the fixed in next version (main) A fix has been implemented and will appear in an upcoming version label Jan 10, 2024
@bschnurr bschnurr reopened this Jan 10, 2024
@heejaechang
Copy link
Contributor

This issue has been fixed in prerelease version 2023.12.103, which we've just released. You can find the changelog here: CHANGELOG.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docstrings fixed in next version (main) A fix has been implemented and will appear in an upcoming version P1
Projects
None yet
Development

No branches or pull requests

4 participants