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