Updated Branches: refs/heads/trunk 2b00cd19f -> 966c31eab
docs: Remove wip notice, move other notice to the bottom of the page (we don't want to scare new users off). Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/966c31ea Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/966c31ea Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/966c31ea Branch: refs/heads/trunk Commit: 966c31eab7ee25f32a5cd4f60548610febf6aa7b Parents: 2b00cd1 Author: Tomaz Muraus <[email protected]> Authored: Thu Oct 17 23:49:54 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Oct 17 23:49:54 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/966c31ea/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index b9af83f..c9df0de 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,17 +1,6 @@ Welcome to Apache Libcloud's documentation! =========================================== -.. note:: - - Right now we're in the progress of migrating our existing documentation to - Sphinx, so this may be incomplete. We apologize for the inconvenience and we - hope the upcoming awesomeness will make up for it. - -.. note:: - - Unless noted otherwise, all of the examples in the documentation are - licensed under the `Apache 2.0 license`_. - Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. @@ -71,4 +60,9 @@ Committer Guide committer_guide +.. note:: + + Unless noted otherwise, all of the examples and code snippters in the + documentation are licensed under the `Apache 2.0 license`_. + .. _`Apache 2.0 license`: https://www.apache.org/licenses/LICENSE-2.0.html
