.. Test Documentation master file Welcome to Test Documentation ============================== This is a test Sphinx documentation project demonstrating best practices. .. note:: This documentation is built using Sphinx with the Read the Docs theme. Features -------- * Clean and modern documentation structure * Responsive design with RTD theme * Code syntax highlighting * Search functionality * Mobile-friendly interface Quick Start ----------- To build this documentation locally: .. code-block:: bash # Build HTML documentation make html # For Windows users make.bat html # Live reload during development sphinx-autobuild . _build/html Contents -------- .. toctree:: :maxdepth: 2 :caption: Documentation: getting-started api-reference examples check-media faq Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`