index.rst (538B)
1 .. CS107 Sample Project documentation master file, created by 2 sphinx-quickstart on Sat Oct 9 16:22:25 2021. 3 You can adapt this file completely to your liking, but it should at least 4 contain the root `toctree` directive. 5 6 Welcome to CS107 Sample Project's documentation! 7 ================================================ 8 9 .. include:: ../README.rst 10 11 .. toctree:: 12 :maxdepth: 1 13 :caption: Docstring 14 15 source/docstring/cs107_package 16 17 18 Indices and tables 19 ================== 20 21 * :ref:`genindex` 22 * :ref:`modindex` 23 * :ref:`search`