Skip to content

Commit f165370

Browse files
AlenkaFthisisnic
authored andcommitted
ARROW-14602: [Doc] Tutorial - Python feature PR
This is a draft of the **Python Tutorial** that will be included in the (New) Contributors Guide. It is a tutorial explaining the steps in making [ARROW-14977: [Python] Add a "made-up" feature for the guide tutorial](#11900). Closes #11913 from AlenkaF/ARROW-14602 Lead-authored-by: Alenka Frim <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 02e9464 commit f165370

12 files changed

+537
-3
lines changed

docs/source/developers/guide/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ to Arrow:
5454

5555
Read more about the project in the :ref:`architectural_overview` section.
5656

57+
.. _quick-ref-guide:
58+
5759
Quick Reference
5860
===============
5961

@@ -81,7 +83,7 @@ of adding a basic feature.
8183
appropriate :ref:`communication` channel.
8284

8385
See a short description about the building process of
84-
:ref:`PyArrow or the R package<build-arrow>` or go straight to detailed
86+
:ref:`PyArrow or the R package<build-arrow-guide>` or go straight to detailed
8587
instructions on how to build one of Arrow libraries in the
8688
`documentation <https://arrow.apache.org/docs/>`_ .
8789

docs/source/developers/guide/step_by_step/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.. documentation.
3030
3131
32-
.. _build-arrow:
32+
.. _build-arrow-guide:
3333

3434
************************************
3535
Building the Arrow libraries 🏋🏿‍♀️

docs/source/developers/guide/tutorials/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Tutorials
2222
*********
2323

2424
.. toctree::
25-
:maxdepth: 2
25+
:maxdepth: 1
2626

2727
python_tutorial
2828
r_tutorial

0 commit comments

Comments
 (0)