Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Read The Docs
.. toctree::
:maxdepth: 2

what
about
install
tutorials
api
Expand Down