AlenkaF commented on PR #48619: URL: https://github.com/apache/arrow/pull/48619#issuecomment-3737670006
Hi @rmnskb @zhengruifeng @HyukjinKwon! In case anybody fancies giving a review, it would be much appreciated. This PR looks like a big change but it only unifies how we write code examples in the Python User guide (`code-block` and not `ipython` directive. Note `>>>` is needed in order for the examples to be tested). Link to the preview: https://s3.amazonaws.com/arrow-data/pr_docs/48619/python/index.html This PR also adds a doctest of the `.rst` files to the two existing documentation CI jobs. One job [runs only with changes to the documentation](https://github.com/apache/arrow/blob/main/.github/workflows/docs_light.yml#L21), the other job [runs with changes in the C++ and Python code](https://github.com/apache/arrow/blob/main/.github/workflows/python.yml#L34C3-L34C16). cc @raulcd in case you have time to look at the `ci/` 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]
