summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/change-log.md2
-rw-r--r--docs/containers.rst1
-rw-r--r--docs/secrets.rst1
3 files changed, 3 insertions, 1 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 5a8d788..a6f5c57 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -4,7 +4,7 @@ Change log
2.2.1
-----
-[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/31?closed=1)
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/32?closed=1)
### Bugfixes
diff --git a/docs/containers.rst b/docs/containers.rst
index 9b27a30..20529b0 100644
--- a/docs/containers.rst
+++ b/docs/containers.rst
@@ -40,6 +40,7 @@ Container objects
.. automethod:: logs
.. automethod:: pause
.. automethod:: put_archive
+ .. automethod:: reload
.. automethod:: remove
.. automethod:: rename
.. automethod:: resize
diff --git a/docs/secrets.rst b/docs/secrets.rst
index 49e1498..d1c39f1 100644
--- a/docs/secrets.rst
+++ b/docs/secrets.rst
@@ -26,4 +26,5 @@ Secret objects
The raw representation of this object from the server.
+ .. automethod:: reload
.. automethod:: remove