apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
95 stars 46 forks source link

MINOR: [C++][Python][Java] Add "All Cookbooks" link to each cookbook sidebar #349

Closed amoeba closed 5 months ago

amoeba commented 5 months ago

While looking at the cookbooks I noticed the user doesn't have any way to navigate from an individual cookbook back up to the list of cookbooks. Part or all of the reason for this is probably that, at the source code level, each cookbook is managed as a separate Sphinx build. It's a minor thing, but this PR adds an "All Cookbooks" link below the User Guide and API Reference links in the sidebar to each cookbook.

Before:

image

After:

image

I opted to use a relative link instead of an absolute one so the link works locally and on preview builds but let me know if that should be changed.