Updated section headings
This commit is contained in:
parent
5e85a44841
commit
840af11b5d
|
@ -10,7 +10,7 @@ A guide for developing Python scripts in DFIR
|
|||
---------------------------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:caption: Contents:
|
||||
|
||||
section1
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue