Skip to content

Commit 8bb1041

Browse files
authored
Add index.rst as the main entry point for Sphinx documentation
- Created index.rst in the docs/ directory as the main entry point for the Sphinx documentation. - Added a toctree directive to organize module and content references in the documentation. - Includes sections for indices, search, and other structured content. This file serves as the top-level structure for the Sphinx documentation system.
1 parent ad5c352 commit 8bb1041

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/index.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Welcome to AI Object Recognition's Documentation!
2+
=================================================
3+
4+
Contents:
5+
---------
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
:caption: Modules:
10+
11+
modules # Add module documentation here if using `automodule`
12+
13+
Indices and tables
14+
==================
15+
16+
* :ref:`genindex`
17+
* :ref:`modindex`
18+
* :ref:`search`

0 commit comments

Comments
 (0)