From b4c212ba2d51c4cf325141be41cf9a7c39ab2714 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 23 Feb 2013 14:34:56 -0500 Subject: [PATCH] Fix the RTD URL --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 907312b..0a048b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ CHANGES - McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W`` - Flake8 now supports extensions through entry points - Due to the above support, we now **require** setuptools -- We now have `documentation `_ +- We now have `documentation `_ - Fixes #13: pep8 and pyflakes are now external dependencies - Split run.py into main.py and hooks.py for better logic - Expose our parser for our users