Skip to content

Commit 306d49c

Browse files
authored
chore: publish docs for missing modules (#784)
1 parent e00904e commit 306d49c

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FileIO
2+
~~~~~~~
3+
4+
.. automodule:: google.cloud.storage.fileio
5+
:members:
6+
:show-inheritance:

packages/google-cloud-storage/docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ API Reference
1818
buckets
1919
acl
2020
batch
21+
fileio
2122
constants
2223
hmac_key
2324
notification
25+
retry
2426
retry_timeout
2527
generation_metageneration
2628

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Retry
2+
----------------
3+
4+
.. automodule:: google.cloud.storage.retry
5+
:members:
6+
:show-inheritance:

packages/google-cloud-storage/docs/retry_timeout.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,3 @@ explicit policy in your code.
142142
my_cond_policy = ConditionalRetryPolicy(
143143
my_retry_policy, conditional_predicate=is_etag_in_data)
144144
bucket = client.get_bucket(BUCKET_NAME, retry=my_cond_policy)
145-
146-
147-
Retry Module API
148-
----------------
149-
150-
.. automodule:: google.cloud.storage.retry
151-
:members:
152-
:show-inheritance:

packages/google-cloud-storage/google/cloud/storage/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""Constants used acros google.cloud.storage modules."""
14+
"""Constants used across google.cloud.storage modules."""
1515

1616
# Storage classes
1717

0 commit comments

Comments
 (0)