GH-48095: [Python][Docs] Add missing {pyarrow,compute} functions to API docs#48117
Conversation
|
|
|
I haven’t included |
|
Thanks @tadeja!
I think it should have been here: arrow/docs/source/python/api/arrays.rst Lines 24 to 33 in 0c20874 Which also made me realize that some others in that module are missing too: |
|
@dangotbanned that should be correct. I would also add |
fe36e88 to
cb4cb70
Compare
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
|
Thanks @AlenkaF, @dangotbanned. |
|
|
|
Revision: 56043a1 Submitted crossbow builds: ursacomputing/crossbow @ actions-0ec9937bf0
|
|
@github-actions crossbow submit preview-docs |
|
Revision: bd372aa Submitted crossbow builds: ursacomputing/crossbow @ actions-ff8cf53890
|
|
@AlenkaF A side note regarding added
|
Oh, yeah. I seem to remember we have talked about this with Joris in the past. It is a bit confusing for the user to have
I think #29556 can be closed and we might want to wait for #29839 to be solved before adding |
|
@AlenkaF, thank you. So I've removed |
|
Not sure why the linter job is failing on an unrelated code. |
|
There is already an open PR for the linter error here: #48173. |
|
I'll try to look at this later today |
|
|
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit e4b5b11. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 9 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Issue #48095 and #45322
Rationale for this change
Missing API doc entries.
What changes are included in this PR?
I've added strings for functions and options to the API doc page.
Are these changes tested?
I've built docs locally.
Are there any user-facing changes?
Docs only.
{pyarrow,compute}functions to API docs #48095