Links added. TOC

This commit is contained in:
David Beazley
2020-05-26 17:52:06 -05:00
parent 08f982aa1f
commit 73d08eca49
9 changed files with 199 additions and 78 deletions

View File

@@ -1,9 +1,11 @@
# Overview
# 8. Overview
In this section we will cover the basics of:
This section introduces a few basic topics related to testing,
logging, and debugging.
* Testing
* Logging, error handling and diagnostics
* Debugging
* [8.1 Testing](01_Testing)
* [8.2 Logging, error handling and diagnostics](02_Logging)
* [8.3 Debugging](03_Debugging)
[Contents](../Contents)
Using Python.