Skip to content

Commit a12294b

Browse files
author
Abu Jabar Mubarak
authored
DOC: Add code_guidelines to development/index.rst
### Summary This commit updates `doc/source/development/index.rst` to include a reference to the newly added `code_guidelines.md` document. The goal is to make the unified coding guideline document visible in the Pandas developer documentation sidebar. ### Why This Matters - Previously, `code_guidelines.md` was added under `doc/source/development/` to address Issue #33851. - Without referencing it in `index.rst`, the file would not appear in the built documentation. - This change ensures the document is accessible to all contributors via the official Pandas documentation site. ### What Changed - Added `code_guidelines` to the existing `.. toctree::` directive. - Positioned it below `contributing_codebase` as it logically relates to coding standards. ### Follow-Up This completes the documentation improvement proposed in #33851. All checks have passed, and the document is now correctly linked in the navigation structure.
1 parent e83b820 commit a12294b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/development/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Development
1616
contributing_environment
1717
contributing_documentation
1818
contributing_codebase
19+
code_guidelines
1920
maintaining
2021
internals
2122
copy_on_write

0 commit comments

Comments
 (0)