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