diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-23 23:23:35 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-23 23:23:35 +0100 |
| commit | 21d5c27ba59b278d979ebf7ae209189a9c83ff60 (patch) | |
| tree | cf1136dd73abbbaed3d4c3f8106a15990f850391 /docs | |
| parent | 4437ade4286580fee616d4f6a910435295c78457 (diff) | |
| download | flake8-21d5c27ba59b278d979ebf7ae209189a9c83ff60.tar.gz | |
Move the changelog one step deeper2.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changes.rst | 5 | ||||
| -rw-r--r-- | docs/index.rst | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst new file mode 100644 index 0000000..43731a7 --- /dev/null +++ b/docs/changes.rst @@ -0,0 +1,5 @@ +Changes +======= + +.. include:: ../CHANGES.rst + :start-line: 3 diff --git a/docs/index.rst b/docs/index.rst index 39be452..c0f429f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,7 @@ Documentation buildout setuptools warnings + changes Original Projects ================= @@ -23,5 +24,3 @@ projects: - pep8: https://github.com/jcrocholl/pep8 - PyFlakes: https://launchpad.net/pyflakes - McCabe: http://nedbatchelder.com/blog/200803/python_code_complexity_microtool.html - -.. include:: ../CHANGES.rst |
