You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2023/06/01 14:33:56 UTC

[arrow] branch main updated (0bb2d83a3b -> c67fb39907)

This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 0bb2d83a3b GH-33976: [Python] Remove usage of TableGroupBy helper in favor of pyarrow.acero.Declaration (#34769)
     add c67fb39907 GH-35609: [Docs] Enable the build of subsections of the documentation (#35610)

No new revisions were added by this update.

Summary of changes:
 docs/Makefile                                      | 90 +++++++++++++++++++---
 docs/requirements.txt                              |  1 +
 docs/source/cpp/index.rst                          | 77 ++++++++++++++++++
 docs/source/developers/contributing.rst            |  8 +-
 docs/source/developers/documentation.rst           | 83 +++++++++++++++++++-
 .../developers/guide/architectural_overview.rst    |  2 +-
 docs/source/developers/guide/documentation.rst     |  4 +-
 .../developers/guide/step_by_step/pr_lifecycle.rst |  6 +-
 .../developers/guide/step_by_step/set_up.rst       |  2 +-
 .../developers/guide/tutorials/python_tutorial.rst |  8 +-
 .../developers/guide/tutorials/r_tutorial.rst      |  6 +-
 .../{continuous_integration => }/index.rst         | 21 +++--
 docs/source/{cpp => format}/index.rst              | 21 +++--
 13 files changed, 284 insertions(+), 45 deletions(-)
 copy docs/source/developers/{continuous_integration => }/index.rst (80%)
 copy docs/source/{cpp => format}/index.rst (79%)