.. This file is auto-generated (see bin/generate_apidoc.py), do not change it manually, your changes would be overriden. Format Feature ============== .. automodule:: medikit.feature.format Usage ::::: To use the Format Feature, make sure your **Projectfile** contains the following: .. code-block:: python from medikit import require format = require('format') The `format` handle is a :class:`FormatConfig` instance, and can be used to customize the feature. Configuration ::::::::::::: .. autoclass:: FormatConfig :members: :undoc-members: Implementation :::::::::::::: .. autoclass:: FormatFeature :members: :undoc-members: