From a00808a41c30d6ca4e2a27ef691e2b44083c7c33 Mon Sep 17 00:00:00 2001 From: lucas hanson Date: Fri, 16 Sep 2022 09:07:14 -0700 Subject: [PATCH] Updating NavBar to prevent overflow of search bar --- docs/source/{what.rst => about.rst} | 0 docs/source/conf.py | 4 ++-- docs/source/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/source/{what.rst => about.rst} (100%) diff --git a/docs/source/what.rst b/docs/source/about.rst similarity index 100% rename from docs/source/what.rst rename to docs/source/about.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 914512040..e45c1010c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,12 +90,12 @@ # Note the "1" or "True" value above as the third argument to indicate # an arbitrary url. "navbar_links": [ - ("What is AWS SDK for pandas?", "what"), + ("About", "about"), ("Install", "install"), ("Tutorials", "tutorials"), ("API Reference", "api"), ("License", "https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE.txt", True), - ("Contributing", "https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md", True), + ("Contribute", "https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md", True), ("GitHub", "https://github.com/aws/aws-sdk-pandas", True), ], # Render the next and previous page links in navbar. (Default: true) diff --git a/docs/source/index.rst b/docs/source/index.rst index 1f3a222b4..d862b7abb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -61,7 +61,7 @@ Read The Docs .. toctree:: :maxdepth: 2 - what + about install tutorials api