Description:
The current homepage (index.rst) displays a full tree of the documentation, including deep sub-sections like "Tutorial 03" and deprecated classes. This creates a cluttered first impression.
Action Items:
Goal:
To provide a clean, less overwhelming landing page where users can easily find the main sections.
Description:
The current homepage (
index.rst) displays a full tree of the documentation, including deep sub-sections like "Tutorial 03" and deprecated classes. This creates a cluttered first impression.Action Items:
index.rst, change thetoctreeconfiguration to limit depth. Change:maxdepth: 2(or default) to:maxdepth: 1. This will show only top-level categories (Install, Tutorial, Examples, API).Goal:
To provide a clean, less overwhelming landing page where users can easily find the main sections.