.. _contrib: ============ Contributing ============ Coding style ============ We use a `PEP 8 `_-based style and `autopep8 `_ for formatting. .. code-block:: shell-session :caption: Arguments for ``autopep8`` --max-line-length=100 --ignore=E402 # No top-level imports