From 56823a3dc8335b53f3b916cc6754c06a6d850a44 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Tue, 28 Jan 2014 14:02:37 -0600 Subject: [PATCH] Fix location of getting started, installation guides --- docs/{api => }/getting_started.rst | 0 docs/index.rst | 4 ++-- docs/{api => }/installation.rst | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{api => }/getting_started.rst (100%) rename docs/{api => }/installation.rst (100%) diff --git a/docs/api/getting_started.rst b/docs/getting_started.rst similarity index 100% rename from docs/api/getting_started.rst rename to docs/getting_started.rst diff --git a/docs/index.rst b/docs/index.rst index 5c69b4c5..f0b68777 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,8 +7,8 @@ Contents: :maxdepth: 2 api/index - api/installation - api/getting_started + installation + getting_started Indices and Tables ================== diff --git a/docs/api/installation.rst b/docs/installation.rst similarity index 100% rename from docs/api/installation.rst rename to docs/installation.rst