From 943f1f189d2122d93ff1b678edbbe31371f562d7 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Thu, 12 Dec 2013 16:43:05 -0800 Subject: [PATCH] minor docs fixes --- docs/index.rst | 6 +++--- docs/installation.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e52d03c..a740dc2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_. -. 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 -`_, in the "LeftHand Python Driver" +`_, in the "LeftHand Python Driver" project. Changes diff --git a/docs/installation.rst b/docs/installation.rst index e83124c..97e1368 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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