Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.67 KB

index.rst

File metadata and controls

67 lines (48 loc) · 1.67 KB

HPE3PARClient |release| Documentation

Overview

HPE3PARClient is a Python package containing a class that uses HTTP REST and SSH calls to talk with an HPE 3PAR Storage Array. This documentation attempts to explain everything you need to know to use HPE3PARClient. Some of the API calls use SSH to talk to a 3PAR. This is done only in the case where the REST API on the 3PAR doesn't exist.

HPE3PARClient is a rebranding of the HP3PARClient.

:doc:`installation`
Instructions on how to get the distribution.
:doc:`tutorial`
Start here for a quick overview.
:doc:`api/index`
The complete API documentation, organized by module.

Issues

.. todo:: create the open source website
.. todo:: create the bug tracker

All issues should be reported (and can be tracked / voted for / commented on) at the main github issues, in the "3PAR Python Driver" project.

Changes

See the :doc:`changelog` for a full list of changes to HPE3PARClient.

About This Documentation

This documentation is generated using the Sphinx documentation generator. The source files for the documentation are located in the doc/ directory of the HPE3PARClient distribution. To generate the docs locally run the following command from the root directory of the HPE3PARClient source.

$ tox -e docs
.. toctree::
   :hidden:

   installation
   tutorial
   changelog
   api/index


Indices and tables