Skip to content

Commit 6c26487

Browse files
timsaucerclaude
andcommitted
docs: add Links sidebar section for external references
Restore the "Links" sidebar heading that the previous site had — GitHub and Issue Tracker, Rust API Docs, Code of Conduct, Examples. Implemented as a second hidden toctree with :caption: Links so the pydata-sphinx-theme sidebar renders the heading above the four external URLs. Drop Code of Conduct from the Contributor Guide toctree since it now lives under Links instead. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f2ff306 commit 6c26487

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/source/contributor-guide/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ Guides for contributors to the DataFusion in Python project.
2626

2727
introduction
2828
ffi
29-
Code of Conduct <https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md>

docs/source/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ Example
5959
user-guide/index
6060
contributor-guide/index
6161
API Reference <autoapi/index>
62+
63+
.. toctree::
64+
:hidden:
65+
:maxdepth: 1
66+
:caption: Links
67+
68+
GitHub and Issue Tracker <https://github.com/apache/datafusion-python>
69+
Rust API Docs <https://docs.rs/datafusion/latest/datafusion/>
70+
Code of Conduct <https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md>
71+
Examples <https://github.com/apache/datafusion-python/tree/main/examples>

0 commit comments

Comments
 (0)