Restructure to docs folder for RTD 94/41094/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 May 2016 21:04:31 +0000 (17:04 -0400)
committerColin Dixon <colin@colindixon.com>
Wed, 29 Jun 2016 23:59:21 +0000 (16:59 -0700)
commitadf26e3fc54e6316b6485828ae022e256a40308e
tree5a9c82520b8cd58c64b269784ea59b9fa1648730
parentae24a7d3e33cb242a21c33cce9d93f8d8ee8b17b
Restructure to docs folder for RTD

RTD appears to have some issues with pathing and auto-detection of where
docs is located. Moving docs to a directory called docs/ seems to help
it find the docs and submodules correctly as this is one of the first
directories RTD searches.

Change-Id: I5aef11b7571fb29022076014b6323ce858219cfb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
21 files changed:
docs/.gitignore [new file with mode: 0644]
docs/Makefile [moved from Makefile with 98% similarity]
docs/conf.py [moved from source/conf.py with 100% similarity]
docs/getting-started-guide/api.rst [moved from source/getting-started-guide/api.rst with 100% similarity]
docs/getting-started-guide/concepts_and_tools.rst [moved from source/getting-started-guide/concepts_and_tools.rst with 100% similarity]
docs/getting-started-guide/experimental_features.rst [moved from source/getting-started-guide/experimental_features.rst with 100% similarity]
docs/getting-started-guide/images/be-exp-features-1.png [moved from source/getting-started-guide/images/be-exp-features-1.png with 100% similarity]
docs/getting-started-guide/images/be-exp-features-2.png [moved from source/getting-started-guide/images/be-exp-features-2.png with 100% similarity]
docs/getting-started-guide/images/be-features-1.png [moved from source/getting-started-guide/images/be-features-1.png with 100% similarity]
docs/getting-started-guide/images/be-features-2.png [moved from source/getting-started-guide/images/be-features-2.png with 100% similarity]
docs/getting-started-guide/images/be-features-3.png [moved from source/getting-started-guide/images/be-features-3.png with 100% similarity]
docs/getting-started-guide/images/be-nonfeatures.png [moved from source/getting-started-guide/images/be-nonfeatures.png with 100% similarity]
docs/getting-started-guide/index.rst [moved from source/getting-started-guide/index.rst with 100% similarity]
docs/getting-started-guide/installing_opendaylight.rst [moved from source/getting-started-guide/installing_opendaylight.rst with 100% similarity]
docs/getting-started-guide/introduction.rst [moved from source/getting-started-guide/introduction.rst with 100% similarity]
docs/getting-started-guide/karaf_features.rst [moved from source/getting-started-guide/karaf_features.rst with 100% similarity]
docs/getting-started-guide/other_features.rst [moved from source/getting-started-guide/other_features.rst with 100% similarity]
docs/getting-started-guide/overview.rst [moved from source/getting-started-guide/overview.rst with 100% similarity]
docs/getting-started-guide/who_should_use.rst [moved from source/getting-started-guide/who_should_use.rst with 100% similarity]
docs/index.rst [moved from source/index.rst with 100% similarity]
docs/make.bat [moved from make.bat with 94% similarity]