-
Notifications
You must be signed in to change notification settings - Fork 118
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
SNOW-1320543 Merge modin docs into snowpark-python repo #1461
Conversation
Is there a way we can view the docs locally? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also change the CODEOWNERS file to only have the Snowpark pandas team for /docs/modin_api_coverage/*
and /docs/source/modin/*
?
@sfc-gh-lmukhopadhyay you can run the following:
There's more info in the docs/README.md file @sfc-gh-nkrishna updated codeowners |
Co-authored-by: Naren Krishna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for taking this on!
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1320543
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Adding the modin/Snowpark pandas docs under
docs/source/modin
. The autogenerated files should reside underdocs/source/modin/pandas-api
. Added a section for Snowpark pandas indocs/source/index.rst
.