This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to branch maint-1.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 25eb4cbb5711240ac8a100b8a6ecc72e19456118 Author: Neal Richardson <neal.p.richard...@gmail.com> AuthorDate: Tue Jul 28 09:34:25 2020 -0700 ARROW-9570: [Doc] Clean up sphinx sidebar Saying "Arrow" is redundant and consumes unnecessary screen real estate, leading to:  Closes #7841 from nealrichardson/sphinx-sidebar Authored-by: Neal Richardson <neal.p.richard...@gmail.com> Signed-off-by: Neal Richardson <neal.p.richard...@gmail.com> --- docs/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f5f8f53..2d95e22 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -36,7 +36,7 @@ such topics as: .. toctree:: :maxdepth: 2 - :caption: Arrow Specifications and Protocols + :caption: Specifications and Protocols format/Versioning format/Columnar @@ -49,7 +49,7 @@ such topics as: .. toctree:: :maxdepth: 2 - :caption: Arrow Libraries + :caption: Libraries status C/GLib <https://arrow.apache.org/docs/c_glib/> @@ -68,7 +68,7 @@ such topics as: .. toctree:: :maxdepth: 2 - :caption: Development and Contributing + :caption: Development developers/contributing developers/cpp/index