From f1626418a83bd86b4c81cdee253501f1d05b9e83 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Thu, 11 Dec 2014 16:20:44 +0100 Subject: [PATCH] Update documentation homepage layout --- doc/contributing.rst | 3 ++- doc/index.rst | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index a825419f..ab47bb13 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -50,7 +50,8 @@ Before starting your work, fork the Mutalyzer repository to your own namespace in GitHub and work from this fork. Before starting work on your feature, create a branch for it:: - git clone https://github.com/<you>/mutalyzer.git && cd mutalyzer + git clone https://github.com/<you>/mutalyzer.git + cd mutalyzer git checkout -b your-feature Commit changes on this branch. If you're happy with it, push to GitHub:: diff --git a/doc/index.rst b/doc/index.rst index 83cd08a1..122f99ec 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,7 +14,7 @@ Managing Mutalyzer Information for getting Mutalyzer running on a system. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 download install @@ -31,7 +31,7 @@ Development General information for Mutalyzer developers. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 issues contributing @@ -45,7 +45,7 @@ Technical reference Application design notes and API reference. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 design strings @@ -57,7 +57,7 @@ Additional notes ---------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 changelog copyright -- GitLab