From e999c20c3554b01815c3717968e11252c142ffa6 Mon Sep 17 00:00:00 2001 From: HemangChothani Date: Thu, 18 Jun 2020 16:48:13 +0530 Subject: [PATCH] docs(bigquery): fix the broken docs --- docs/conf.py | 2 +- google/cloud/bigquery/dataset.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 87501ce66..30dcac564 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # autodoc/autosummary flags autoclass_content = "both" -autodoc_default_flags = ["members", "inherited-members"] +autodoc_default_options = {"members": True, "inherited-members": True} autosummary_generate = True diff --git a/google/cloud/bigquery/dataset.py b/google/cloud/bigquery/dataset.py index 40489a38b..c804c1c17 100644 --- a/google/cloud/bigquery/dataset.py +++ b/google/cloud/bigquery/dataset.py @@ -84,7 +84,7 @@ class AccessEntry(object): See https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets. - Attributes: + Args: role (str): Role granted to the entity. The following string values are supported: `'READER'`, `'WRITER'`, `'OWNER'`. It may also be