38 lines
897 B
ReStructuredText
38 lines
897 B
ReStructuredText
Chapter 1 - Essential Scripts
|
|
==============================
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
Section 1.1 - Argparse Example
|
|
--------------------------------
|
|
.. automodule:: pyforhandbook.ch01_essentials.argparse_example
|
|
:members:
|
|
|
|
Section 1.2 - Logging Example
|
|
--------------------------------
|
|
.. automodule:: pyforhandbook.ch01_essentials.logging_example
|
|
:members:
|
|
|
|
Section 1.3 - Open Files
|
|
------------------------
|
|
.. automodule:: pyforhandbook.ch01_essentials.open_files
|
|
:members:
|
|
|
|
Section 1.4 - CSV Example
|
|
--------------------------------
|
|
.. automodule:: pyforhandbook.ch01_essentials.csv_example
|
|
:members:
|
|
|
|
Section 1.5 - Directory Recursion
|
|
---------------------------------
|
|
.. automodule:: pyforhandbook.ch01_essentials.recursion_example
|
|
:members:
|
|
|
|
Indices and tables
|
|
--------------------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|