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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
section1
|
section1
|
||||||
|
|
|
||||||
|
|
@ -5,27 +5,27 @@ Section 1 - Essential Scripts
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
Section 1.1 - Argparse Example
|
Section 1.1 - Argparse Example
|
||||||
==============================
|
--------------------------------
|
||||||
.. automodule:: sections.section_01.argparse_example
|
.. automodule:: sections.section_01.argparse_example
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Section 1.2 - Logging Example
|
Section 1.2 - Logging Example
|
||||||
=============================
|
--------------------------------
|
||||||
.. automodule:: sections.section_01.logging_example
|
.. automodule:: sections.section_01.logging_example
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Section 1.3 - CSV Example
|
Section 1.3 - CSV Example
|
||||||
=========================
|
--------------------------------
|
||||||
.. automodule:: sections.section_01.csv_example
|
.. automodule:: sections.section_01.csv_example
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Section 1.4 - Directory Recursion
|
Section 1.4 - Directory Recursion
|
||||||
=================================
|
---------------------------------
|
||||||
.. automodule:: sections.section_01.recursion_example
|
.. automodule:: sections.section_01.recursion_example
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
--------------------------------
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue