Several stylistic fixes for the docs
Change-Id: I61a1c37be2fd343a0c5021233fcbbd5454215439
This commit is contained in:
12
README.rst
12
README.rst
@@ -1,13 +1,5 @@
|
|||||||
===============================
|
===================
|
||||||
python-openstacksdk
|
python-openstacksdk
|
||||||
===============================
|
===================
|
||||||
|
|
||||||
OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.
|
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/python-openstacksdk
|
|
||||||
|
|
||||||
Features
|
|
||||||
--------
|
|
||||||
|
|
||||||
* TODO
|
|
||||||
@@ -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!
|
Welcome to python-openstacksdk's documentation!
|
||||||
========================================================
|
===============================================
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
@@ -15,10 +10,3 @@ Contents:
|
|||||||
installation
|
installation
|
||||||
usage
|
usage
|
||||||
contributing
|
contributing
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ At the command line::
|
|||||||
Or, if you have virtualenvwrapper installed::
|
Or, if you have virtualenvwrapper installed::
|
||||||
|
|
||||||
$ mkvirtualenv python-openstacksdk
|
$ mkvirtualenv python-openstacksdk
|
||||||
$ pip install python-openstacksdk
|
$ pip install python-openstacksdk
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
========
|
=====
|
||||||
Usage
|
Usage
|
||||||
========
|
=====
|
||||||
|
|
||||||
To use python-openstacksdk in a project::
|
To use python-openstacksdk in a project::
|
||||||
|
|
||||||
import openstack
|
import openstack
|
||||||
|
|||||||
Reference in New Issue
Block a user