Skip to content

Commit

Permalink
Merge pull request #13 from IBM/rel_1.4.0
Browse files Browse the repository at this point in the history
release 1.4.0
  • Loading branch information
blearandy committed Mar 29, 2022
2 parents fb58f27 + 6e5d0b8 commit 72cd6f4
Show file tree
Hide file tree
Showing 49 changed files with 1,643 additions and 643 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,10 @@

This repository contains the IBM RESTful API Python client, which establishes terminal connection with IBM DS8000 storage systems. The Python client protocol enables full management and monitoring of these storage arrays by issuing dedicated RESTful APIs.

## Python Compatibility

The content in this collection supports Python 3.6 and newer.

## Getting started

Clone the repository, and then add it to your PYTHONPATH directory. The Python client is then ready for import and use.
Expand Down
29 changes: 0 additions & 29 deletions docs/api/pyds8k.auth.ds8k.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/api/pyds8k.auth.ds8k.v1.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/api/pyds8k.auth.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/api/pyds8k.client.ds8k.rst
@@ -1,14 +1,14 @@
pyds8k.client.ds8k package
=============================
==========================

Subpackages
-----------

.. toctree::
:maxdepth: 4

pyds8k.client.ds8k.v1


Module contents
---------------

Expand Down
10 changes: 1 addition & 9 deletions docs/api/pyds8k.client.ds8k.v1.rst
Expand Up @@ -5,21 +5,13 @@ Submodules
----------

pyds8k.client.ds8k.v1.client module
--------------------------------------
-----------------------------------

.. automodule:: pyds8k.client.ds8k.v1.client
:members:
:undoc-members:
:show-inheritance:

pyds8k.client.ds8k.v1.sc\_client module
--------------------------------------

.. automodule:: pyds8k.client.ds8k.v1.sc_client
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
4 changes: 2 additions & 2 deletions docs/api/pyds8k.client.rst
Expand Up @@ -5,21 +5,21 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

pyds8k.client.ds8k

Submodules
----------

pyds8k.client.exceptions module
---------------------------
-------------------------------

.. automodule:: pyds8k.client.exceptions
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down
30 changes: 0 additions & 30 deletions docs/api/pyds8k.dataParser.rst

This file was deleted.

3 changes: 1 addition & 2 deletions docs/api/pyds8k.resources.ds8k.rst
Expand Up @@ -5,11 +5,10 @@ Subpackages
-----------

.. toctree::
:maxdepth: 4

pyds8k.resources.ds8k.v1



Module contents
---------------

Expand Down
32 changes: 3 additions & 29 deletions docs/api/pyds8k.resources.ds8k.v1.common.rst
@@ -1,42 +1,16 @@
pyds8k.resources.ds8k.v1.common package
=============================
=======================================

Submodules
----------

pyds8k.resources.ds8k.v1.common.attr\_names module
--------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.attr_names
:members:
:undoc-members:
:show-inheritance:

pyds8k.resources.ds8k.v1.common.base module
--------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.base
:members:
:undoc-members:
:show-inheritance:

pyds8k.resources.ds8k.v1.common.mixins module
--------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.mixins
:members:
:undoc-members:
:show-inheritance:
---------------------------------------------

pyds8k.resources.ds8k.v1.common.types module
--------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.types
.. automodule:: pyds8k.resources.ds8k.v1.common.mixins
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down
15 changes: 11 additions & 4 deletions docs/api/pyds8k.resources.ds8k.v1.cs.rst
@@ -1,17 +1,24 @@
pyds8k.resources.ds8k.v1.cs package
=============================
===================================

Submodules
----------

pyds8k.resources.ds8k.v1.cs.pprcs module
--------------------------------------
pyds8k.resources.ds8k.v1.cs.flashcopies module
----------------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.pprcs
.. automodule:: pyds8k.resources.ds8k.v1.cs.flashcopies
:members:
:undoc-members:
:show-inheritance:

pyds8k.resources.ds8k.v1.cs.pprcs module
----------------------------------------

.. automodule:: pyds8k.resources.ds8k.v1.cs.pprcs
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------
Expand Down

0 comments on commit 72cd6f4

Please sign in to comment.