diff --git a/docs/index.rst b/docs/index.rst index 8d57592..d775ef5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ A guide for developing Python scripts in DFIR --------------------------------------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: section1 diff --git a/docs/section1.rst b/docs/section1.rst index 7e4cba3..bb043b1 100644 --- a/docs/section1.rst +++ b/docs/section1.rst @@ -5,27 +5,27 @@ Section 1 - Essential Scripts :caption: Contents: Section 1.1 - Argparse Example -============================== +-------------------------------- .. automodule:: sections.section_01.argparse_example :members: Section 1.2 - Logging Example -============================= +-------------------------------- .. automodule:: sections.section_01.logging_example :members: Section 1.3 - CSV Example -========================= +-------------------------------- .. automodule:: sections.section_01.csv_example :members: Section 1.4 - Directory Recursion -================================= +--------------------------------- .. automodule:: sections.section_01.recursion_example :members: Indices and tables -================== +-------------------------------- * :ref:`genindex` * :ref:`modindex`