GH-49509: [Docs][Python][C++] Minimize warnings and docutils errors for Sphinx build html#49510
GH-49509: [Docs][Python][C++] Minimize warnings and docutils errors for Sphinx build html#49510tadeja wants to merge 2 commits intoapache:mainfrom
Conversation
|
Reposting from the issue:
|
|
Most of the errors show up as malformed doc pages and correcting these improves doc page readability; https://arrow.apache.org/docs/dev/python/generated/pyarrow.parquet.write_table.html
|
|
https://arrow.apache.org/docs/dev/cpp/env_vars.html broken link, it should be |
|
Broken bool_ https://arrow.apache.org/docs/dev/python/generated/pyarrow.Bool8Array.html#pyarrow.Bool8Array.from_numpy https://arrow.apache.org/docs/dev/python/generated/pyarrow.ListArray.html#pyarrow.ListArray.flatten |





Rationale for this change
Closes #49509
What changes are included in this PR?
Docs formatting/typos corrected.
Are these changes tested?
Yes, on fork branch.
Are there any user-facing changes?
No, just corrected formatting/typos in docs.