From cb4b7177d85c31dc6d49eb01b99fb04310aa12f8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 6 Feb 2018 20:22:13 +0000 Subject: [PATCH] doc: Create usage guide section Start structuring our docs a little better starting with a usage guide. There are a number of changes happening here. We're going to start with the installation guide, which is simply moved to the appropriate subdirectory. Signed-off-by: Stephen Finucane --- doc/contents.rst | 2 ++ doc/{install.rst => usage/installation.rst} | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) rename doc/{install.rst => usage/installation.rst} (99%) diff --git a/doc/contents.rst b/doc/contents.rst index ab8d09eb0..772145f26 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -7,6 +7,8 @@ Sphinx documentation contents .. toctree:: :maxdepth: 2 + usage/installation + intro tutorial man/index diff --git a/doc/install.rst b/doc/usage/installation.rst similarity index 99% rename from doc/install.rst rename to doc/usage/installation.rst index 1086b56a1..7ccdd677f 100644 --- a/doc/install.rst +++ b/doc/usage/installation.rst @@ -1,5 +1,3 @@ -:orphan: - ================= Installing Sphinx =================