houqp opened a new pull request #993: URL: https://github.com/apache/arrow-datafusion/pull/993
Co-authored-by: Jiayu Liu <[email protected]> # Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes https://github.com/apache/arrow-datafusion/issues/837 Closes https://github.com/apache/arrow-datafusion/issues/18 Relates to https://github.com/apache/arrow-datafusion/issues/18 # Rationale for this change This PR builds on top of [the great work](https://github.com/apache/arrow/pull/10982) @Jimexist did with our Python binding doc. In summary, the suggestion from the arrow PR was to host the Python binding doc in our a website dedicated to datafusion instead of in Arrow's documentation page. Then link to the Datafusion documentation from Arrow home page's top banner. Following the plan outlined at https://github.com/apache/arrow/pull/10982#issuecomment-911233468, this PR consolidates all docs into a single doc website so we can use it as the home page for Datafusion (to be hosted at https://arrow.apache.org/datafusion). The Python binding doc prepared by @Jimexist will be hosted as one of the sections in the Datafusion doc. Once this PR is merged, I will generate the docs and send the full html build as a PR to the arrow-site repo. # What changes are included in this PR? * added python doc * combined, cli, user-guide and specification docs into a single datafusion doc # Are there any user-facing changes? No Here is what the documentation looks like:   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
