Skip to content

Hide redundant ToC from docs homepage#818

Open
julianz- wants to merge 1 commit intocherrypy:mainfrom
julianz-:fix-docs-toc
Open

Hide redundant ToC from docs homepage#818
julianz- wants to merge 1 commit intocherrypy:mainfrom
julianz-:fix-docs-toc

Conversation

@julianz-
Copy link
Member

@julianz- julianz- commented Feb 27, 2026

What kind of change does this PR introduce?

  • 🐞 bug fix
  • 🐣 feature
  • 📋 docs update
  • 📋 tests/coverage improvement
  • 📋 refactoring
  • 💥 other

📋 What is the related issue number (starting with #)

Resolves #

What is the current behavior? (You can also link to an open issue here)

Currently the table of contents appears twice on the docs home page https://cheroot.cherrypy.dev/en/latest/: both in the left hand selection panel and in the main contents next to it. This commit removes the duplicated content in the main panel.

What is the new behavior (if this is a feature change)?

📋 Other information:

📋 Contribution checklist:

(If you're a first-timer, check out
this guide on making great pull requests)

  • I wrote descriptive pull request text above
  • I think the code is well written
  • I wrote good commit messages
  • I have squashed related commits together after
    the changes have been approved
  • Unit tests for the changes exist
  • Integration tests for the changes exist (if applicable)
  • I used the same coding conventions as the rest of the project
  • The new code doesn't generate linter offenses
  • Documentation reflects the changes
  • The PR relates to only one subject with a clear title
    and description in grammatically correct, complete sentences

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.19%. Comparing base (4bb134f) to head (507a0ff).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #818      +/-   ##
==========================================
- Coverage   78.21%   78.19%   -0.03%     
==========================================
  Files          41       41              
  Lines        4788     4788              
  Branches      547      547              
==========================================
- Hits         3745     3744       -1     
  Misses        905      905              
- Partials      138      139       +1     

Currently the table of contents appears twice on the docs home page
`https://cheroot.cherrypy.dev/en/latest/`: both in the left hand
selection panel and in the main contents next to it. This commit
removes the duplicated content in the main panel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant