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