This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5592446 ARROW-14920: [C++] Use alphabetical ordering
add 113e6a6 ARROW-14610: [Doc] New Contributors Guide: Introduction +
skeleton
No new revisions were added by this update.
Summary of changes:
ci/conda_env_sphinx.txt | 1 +
docs/requirements.txt | 1 +
docs/source/conf.py | 3 +-
.../guide/architectural_overview.rst} | 46 +++----
docs/source/developers/guide/communication.rst | 133 ++++++++++++++++++
.../guide/documentation.rst} | 20 ++-
docs/source/developers/guide/index.rst | 153 +++++++++++++++++++++
.../index.rst => developers/guide/resources.rst} | 19 ++-
.../guide/step_by_step/building.rst} | 47 ++++---
.../guide/step_by_step/finding_issues.rst} | 26 ++--
.../{cpp => guide/step_by_step}/index.rst | 16 +--
.../guide/step_by_step/pr_and_github.rst} | 29 ++--
.../guide/step_by_step/set_up.rst} | 20 ++-
.../guide/step_by_step/testing.rst} | 21 ++-
.../guide/tutorials}/index.rst | 13 +-
.../tutorials/python_tutorial.rst} | 18 +--
.../guide/tutorials/r_tutorial.rst} | 13 +-
docs/source/index.rst | 1 +
18 files changed, 424 insertions(+), 156 deletions(-)
copy docs/source/{cpp/api/utilities.rst =>
developers/guide/architectural_overview.rst} (54%)
create mode 100644 docs/source/developers/guide/communication.rst
copy docs/source/{cpp/index.rst => developers/guide/documentation.rst} (68%)
create mode 100644 docs/source/developers/guide/index.rst
copy docs/source/{cpp/index.rst => developers/guide/resources.rst} (72%)
copy docs/source/{cpp/api/c_abi.rst =>
developers/guide/step_by_step/building.rst} (53%)
copy docs/source/{cpp/api/scalar.rst =>
developers/guide/step_by_step/finding_issues.rst} (66%)
copy docs/source/developers/{cpp => guide/step_by_step}/index.rst (83%)
copy docs/source/{python/api/misc.rst =>
developers/guide/step_by_step/pr_and_github.rst} (68%)
copy docs/source/{python/api/plasma.rst =>
developers/guide/step_by_step/set_up.rst} (78%)
copy docs/source/{cpp/index.rst => developers/guide/step_by_step/testing.rst}
(70%)
copy docs/source/{c_glib => developers/guide/tutorials}/index.rst (87%)
copy docs/source/developers/{cpp/index.rst =>
guide/tutorials/python_tutorial.rst} (86%)
copy docs/source/{format/IPC.rst => developers/guide/tutorials/r_tutorial.rst}
(85%)