| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@tseaver PTAL. This time docs should fail with an explanation of which modules we leave out. At this point we should discuss which need to be actually documented and which I should add to IGNORE_MODULES. When running locally, the errors are: Found undocumented public modules: - gcloud.bigquery.query - gcloud.datastore.helpers - gcloud.environment_vars - gcloud.iterator - gcloud.storage.batch - gcloud.streaming.buffered_stream - gcloud.streaming.exceptions - gcloud.streaming.http_wrapper - gcloud.streaming.stream_slice - gcloud.streaming.transfer - gcloud.streaming.util |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@tseaver There are still questions to resolve. We have several undocumented modules and need to decide which ones to ignore and which ones need documenting. I expected the CI to fail but tox -e docs only gets run on merged commits or tagged commits (not on PRs). |
Sorry, something went wrong.
|
@tseaver PTAL, pending question above |
Sorry, something went wrong.
- Removing accidentally including bigquery module from IGNORED_MODULES in verify_include_modules - Adding Sphinx as a lint dependency (it couldn't be imported) - Fixing Python 2 style print statements in run_pylint
Also making sure `tox -e docs` **always** gets run in update_docs.sh, to verify the docs build successfully at all times.
|
I think we should ignore:
But we should probably document all of these:
|
Sorry, something went wrong.
|
Everything except gcloud.iterator was documented in the latest commit. It definitely should not be user facing, I'm not sure why we made it public. |
Sorry, something went wrong.
|
Cool, LGTM. |
Sorry, something went wrong.
Adding check that all public modules are documented.
The global variable [`_DEFAULT_TOKEN_LIFETIME_SECS`](https://togithub.com/googleapis/google-auth-library-python/blob/main/google/auth/impersonated_credentials.py#L40-L61) is set twice. Can we get rid of this duplicate?
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Fixes #714.
Also: making prints to stderr Python 3 friendly in run_pylint.py.
@tseaver Note the docs rule will fail here. This was intentional. I wanted to display which modules were still undocumented so we could discuss if they should be added to the IGNORED_MODULES set or if we should add them to an rst file.