From b0d03ae6b833cf547aff112c89b858897f690434 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Thu, 6 Jul 2017 15:13:16 +0300 Subject: [PATCH] move doc/source/webapi content to doc/source/api Change-Id: I5b1023f2d7ac2760895bba8f7d0cb10260061754 --- .gitignore | 4 +++- doc/source/{webapi => api}/index.rst | 0 doc/source/{webapi => api}/v1.rst | 0 doc/source/index.rst | 16 ++++++++-------- 4 files changed, 11 insertions(+), 9 deletions(-) rename doc/source/{webapi => api}/index.rst (100%) rename doc/source/{webapi => api}/v1.rst (100%) diff --git a/.gitignore b/.gitignore index 55d6f7c31..debf764ed 100644 --- a/.gitignore +++ b/.gitignore @@ -42,9 +42,11 @@ output/*/index.html # Sphinx doc/build -doc/source/api +doc/source/api/* doc/source/samples doc/source/watcher.conf.sample +!doc/source/api/index.rst +!doc/source/api/v1.rst # pbr generates these AUTHORS diff --git a/doc/source/webapi/index.rst b/doc/source/api/index.rst similarity index 100% rename from doc/source/webapi/index.rst rename to doc/source/api/index.rst diff --git a/doc/source/webapi/v1.rst b/doc/source/api/v1.rst similarity index 100% rename from doc/source/webapi/v1.rst rename to doc/source/api/v1.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 2fe238d92..16e258e16 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -54,20 +54,13 @@ Getting Started contributor/index -Installation ------------- -.. toctree:: - :maxdepth: 2 - - install/index - API References -------------- .. toctree:: :maxdepth: 1 - webapi/index + api/index Plugins ------- @@ -77,6 +70,13 @@ Plugins contributor/plugin/index +Installation +============ +.. toctree:: + :maxdepth: 2 + + install/index + Admin Guide ===========