You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by c-w <gi...@git.apache.org> on 2018/04/16 21:09:51 UTC

[GitHub] libcloud pull request #1201: Update docstring for storage provider class

GitHub user c-w opened a pull request:

    https://github.com/apache/libcloud/pull/1201

    Update docstring for storage provider class

    ## Update docstring for storage provider class
    
    ### Description
    
    The docstring listing all the class variables in the storage provider class went out of sync with the actual class variables. This commit fixes that by removing docstring entries for class variables that no longer exist and by adding docstring entries for class variables that have been added.
    
    ### Status
    
    Done, ready for review.
    
    ### Checklist (tick everything that applies)
    
    - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [x] Documentation
    - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/c-w/libcloud fix-providers-docstring

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1201.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1201
    
----
commit 1b8286813934279487437d7fdc333e1fb766e21d
Author: Clemens Wolff <cl...@...>
Date:   2018-04-16T21:06:50Z

    Update docstring for storage provider class
    
    The docstring listing all the class variables in the storage provider
    class went out of sync with the actual class variables. This commit
    fixes that by removing docstring entries for class variables that no
    longer exist and by adding docstring entries for class variables that
    have been added.

----


---

[GitHub] libcloud pull request #1201: Update docstring for storage provider class

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/1201


---