diff --git a/docs/index.rst b/docs/index.rst index 7772500bb..cdbad15dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,6 +28,7 @@ API Reference storage/bucket storage/client storage/constants + storage/exceptions storage/fileio storage/hmac_key storage/notification diff --git a/docs/storage/exceptions.rst b/docs/storage/exceptions.rst index 81285394e..4b4995ca7 100644 --- a/docs/storage/exceptions.rst +++ b/docs/storage/exceptions.rst @@ -1,5 +1,5 @@ Exceptions -~~~~~~~~~ +~~~~~~~~~~ .. automodule:: google.cloud.storage.exceptions :members: