minor docs fixes

This commit is contained in:
Walter A. Boring IV 2013-12-12 16:43:05 -08:00
parent fc5818cc11
commit 943f1f189d
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ Overview
--------
**HPLeftHandClient** is a Python package containing a class that uses
HTTP REST calls to talk with an HP LeftHand/StoreVirtual drive array.
distribution containing tools for working with
The distribution containing tools for working with
`LeftHand/StoreVirtual Storage Arrays <http://www.hp.com/go/storevirtual>`_.
. This documentation attempts to explain
This documentation attempts to explain
everything you need to know to use **HPLeftHandClient**.
:doc:`installation`
@ -26,7 +26,7 @@ Issues
All issues should be reported (and can be tracked / voted for /
commented on) at the main `github issues
<https://github.com/WaltHP/python-hplefthandclient/issues>`_, in the "LeftHand Python Driver"
<https://github.com/WaltHP/python-lefthandclient/issues>`_, in the "LeftHand Python Driver"
project.
Changes

View File

@ -37,7 +37,7 @@ If you'd rather install directly from the source (i.e. to stay on the
bleeding edge), install the C extension dependencies then check out the
latest source from github and install the driver from the resulting tree::
$ git clone git://github.com/WaltHP/python-3parclient.git
$ cd pyton-hplefthandclient/
$ git clone git://github.com/WaltHP/python-lefthandlient.git
$ cd python-lefthandclient/
$ python setup.py install