Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Increment version, complete README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Apr 5, 2015
1 parent a2e63e3 commit 7b28160
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ validating docstrings.
:target: https://pypi.python.org/pypi/flake8-pep257/
:alt: Downloads

Quickstart
==========
`Quickstart`_
=============

Install:

Expand All @@ -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 <http://pep257.readthedocs.org/en/latest/usage.html>`_ for more information.

Refer to `this page <http://pep257.readthedocs.org/en/latest/usage.html>`_ 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 <http://semver.org/>`_.

`X.X.X - 2015-XX-XX`_
`1.0.0 - 2015-04-04`_
---------------------

* Initial release.
2 changes: 1 addition & 1 deletion flake8_pep257.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '0.0.1'
__version__ = '1.0.0'


def load_file(filename):
Expand Down

0 comments on commit 7b28160

Please sign in to comment.