This is an automated email from the ASF dual-hosted git repository.
npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d200d9f ARROW-9570: [Doc] Clean up sphinx sidebar
d200d9f is described below
commit d200d9f12bf8aaa0a16108271bd45732c5c99dd4
Author: Neal Richardson <[email protected]>
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 <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
---
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