- All functions that have parameters with default values now have two example code strings: a "short" example (parameters with default values aren't included) and a "long" example (all parameters with default values are explicitly assigned).
- Added default values to parameter table.
- Added: `parameter.py` to hold parameter information.
- Moved the documentation generation code for this module to `doc_gen.py` to avoid import path errors.