Skip to content

Commit

Permalink
Reference new methods in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <[email protected]>
  • Loading branch information
shin- committed Jan 31, 2017
1 parent 83b45b7 commit 62e2232
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/api/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def prune_volumes(self, filters=None):
filters (dict): Filters to process on the prune list.
Returns:
(dict): A dict containing a list of deleted volume IDs and
(dict): A dict containing a list of deleted volume names and
the amount of disk space reclaimed in bytes.
Raises:
Expand Down
1 change: 1 addition & 0 deletions docs/containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Methods available on ``client.containers``:
.. automethod:: create(image, command=None, **kwargs)
.. automethod:: get(id_or_name)
.. automethod:: list(**kwargs)
.. automethod:: prune

Container objects
-----------------
Expand Down
1 change: 1 addition & 0 deletions docs/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Methods available on ``client.images``:
.. automethod:: push
.. automethod:: remove
.. automethod:: search
.. automethod:: prune


Image objects
Expand Down
1 change: 1 addition & 0 deletions docs/networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Methods available on ``client.networks``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune

Network objects
-----------------
Expand Down
1 change: 1 addition & 0 deletions docs/volumes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune

Volume objects
--------------
Expand Down

0 comments on commit 62e2232

Please sign in to comment.