From 0128cdd777154a2d6ea3054b4baf15f80883f2f6 Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Sun, 25 Sep 2011 00:12:51 +0300 Subject: [PATCH] toctree showing two levels * Move the changelog another level deeper so it doesn't show up in the toctree on the homepage * Show news/changelog at the end of the toctree --- docs/index.txt | 4 ++-- docs/news.txt | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 8fee49505..87ded968c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -20,15 +20,15 @@ installed in each virtual environment you create. .. comment: split here .. toctree:: - :maxdepth: 1 + :maxdepth: 2 - news installing usage requirements configuration other-tools contributing + news .. comment: split here diff --git a/docs/news.txt b/docs/news.txt index 9db304ed8..21110bc77 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,5 +1,9 @@ -News / Changelog -================ +==== +News +==== + +Changelog +========= Next release (1.1) schedule ---------------------------