diff --git a/docs/index.rst b/docs/index.rst index 07d236e25..1dd08278a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,6 +32,7 @@ API Reference storage/hmac_key storage/notification storage/retry + storage/transfer_manager More Examples diff --git a/docs/storage/transfer_manager.rst b/docs/storage/transfer_manager.rst new file mode 100644 index 000000000..24f3e4e31 --- /dev/null +++ b/docs/storage/transfer_manager.rst @@ -0,0 +1,6 @@ +Transfer Manager +~~~~~~~~~~~~~~~~ + +.. automodule:: google.cloud.storage.transfer_manager + :members: + :show-inheritance: \ No newline at end of file