martin-g opened a new pull request, #104:
URL: https://github.com/apache/arrow-datafusion-python/pull/104
# Which issue does this PR close?
Closes #39.
# Rationale for this change
Publish the documentation for the Datafusion Python bindings.
* When changes are pushed to `master` then it will copy the generated HTMLs
to `asf-staging` branch and update https://arrow.staged.apache.org/datafusion,
i.e. the staging site
* When changes are pushed to a non-RC tag, e.g. `0.8.0`, then it will copy
the generated HTMLs to `asf-site` branch and update
https://arrow.apache.org/datafusion, i.e. the production site
# What changes are included in this PR?
A new Github Actions workflow is introduced that builds the docs and deploys
them at the appropriate site
# Are there any user-facing changes?
No API changes!
--
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]