
Currently tox ignores D204, D209 and D301: D204: 1 blank line required after class docstring. D209: Multi-line docstring closing quotes should be on a separate line. D301: Use r""" if any backslashes in a docstring. This change makes keystonemiddleware docstrings compliant with D204. D209 and D301 is already passing, so this commit also enables them. Change-Id: I11e02ef5af7fc793f1a2438e091bbfb18618a7f5
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token
. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst
.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone:
Description
Languages
Python
100%