From f35a8e18615fb0815e4aa3df26165af0fab77d19 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 11 Mar 2014 13:19:01 -0700 Subject: [PATCH] Several stylistic fixes for the docs Change-Id: I61a1c37be2fd343a0c5021233fcbbd5454215439 --- README.rst | 12 ++---------- doc/source/index.rst | 14 +------------- doc/source/installation.rst | 2 +- doc/source/usage.rst | 6 +++--- 4 files changed, 7 insertions(+), 27 deletions(-) diff --git a/README.rst b/README.rst index afd883337..eb9529959 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,5 @@ -=============================== +=================== python-openstacksdk -=============================== - -OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package. +=================== * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/python-openstacksdk - -Features --------- - -* TODO \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index 9a81e378d..5fd5934f9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,10 +1,5 @@ -.. python-openstacksdk documentation master file, created by - sphinx-quickstart on Tue Jul 9 22:26:36 2013. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - Welcome to python-openstacksdk's documentation! -======================================================== +=============================================== Contents: @@ -15,10 +10,3 @@ Contents: installation usage contributing - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 6d2ab001b..91b6c4a5b 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -9,4 +9,4 @@ At the command line:: Or, if you have virtualenvwrapper installed:: $ mkvirtualenv python-openstacksdk - $ pip install python-openstacksdk \ No newline at end of file + $ pip install python-openstacksdk diff --git a/doc/source/usage.rst b/doc/source/usage.rst index b430811fa..c20cbf651 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -1,7 +1,7 @@ -======== +===== Usage -======== +===== To use python-openstacksdk in a project:: - import openstack \ No newline at end of file + import openstack