diff --git a/README.rst b/README.rst index df18fe2..0fdd744 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,8 @@ validating docstrings. :target: https://pypi.python.org/pypi/flake8-pep257/ :alt: Downloads -Quickstart -========== +`Quickstart`_ +============= Install: @@ -43,22 +43,26 @@ Run: flake8 -Error Codes -=========== +`Error Codes`_ +============== List of error codes are available here: http://pep257.readthedocs.org/en/latest/error_codes.html -Configuration -============= +`Configuration`_ +================ + +Settings may be specified in ``tox.ini`` (under the ``[flake8]`` or ``[pep257]`` sections), ``setup.cfg``, and/or +``.pep257``. Refer to `this page `_ for more information. -Refer to `this page `_ for configuration files and options. +When specifying settings in ``tox.ini`` under the ``[flake8]`` section, use ``show-source`` instead of ``source`` and +``show-pep257`` instead of ``explain``. `Changelog`_ ============ This project adheres to `Semantic Versioning `_. -`X.X.X - 2015-XX-XX`_ +`1.0.0 - 2015-04-04`_ --------------------- * Initial release. diff --git a/flake8_pep257.py b/flake8_pep257.py index bce40a0..f1897a9 100644 --- a/flake8_pep257.py +++ b/flake8_pep257.py @@ -9,7 +9,7 @@ __author__ = '@Robpol86' __license__ = 'MIT' -__version__ = '0.0.1' +__version__ = '1.0.0' def load_file(filename):