You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/08/11 15:57:37 UTC

[arrow] 08/22: ARROW-9570: [Doc] Clean up sphinx sidebar

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 <ne...@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:
    
    ![image](https://user-images.githubusercontent.com/2975928/88416853-ca88b700-cd95-11ea-82f8-fe67d80fdf66.png)
    
    Closes #7841 from nealrichardson/sphinx-sidebar
    
    Authored-by: Neal Richardson <ne...@gmail.com>
    Signed-off-by: Neal Richardson <ne...@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