From 21d5c27ba59b278d979ebf7ae209189a9c83ff60 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sat, 23 Feb 2013 23:23:35 +0100 Subject: [PATCH] Move the changelog one step deeper --- docs/changes.rst | 5 +++++ docs/index.rst | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/changes.rst 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