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