-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add summary_overview template (#878)
* docs: add summary_overview template Source-Link: googleapis/synthtool@d7c2271 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:db05f70829de86fe8e34ba972b7fe56da57eaccf1691f875ed4867db80d5cec9 * Manually added reference to summary_overview.md in docs/index.rst --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Kevin Zheng <[email protected]>
- Loading branch information
1 parent
71562ba
commit b60714c
Showing
6 changed files
with
98 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# Blunderbuss config | ||
# | ||
# This file controls who is assigned for pull requests and issues. | ||
# Note: This file is autogenerated. To make changes to the assignee | ||
# team, please update `codeowner_team` in `.repo-metadata.json`. | ||
assign_issues: | ||
- googleapis/api-logging-python-reviewers | ||
- googleapis/api-logging googleapis/api-logging-partners | ||
|
||
assign_issues_by: | ||
- labels: | ||
- "samples" | ||
to: | ||
- googleapis/python-samples-reviewers | ||
- googleapis/api-logging googleapis/api-logging-partners | ||
|
||
assign_prs: | ||
- googleapis/api-logging-python-reviewers | ||
- googleapis/api-logging googleapis/api-logging-partners |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
This is a templated file. Adding content to this file may result in it being | ||
reverted. Instead, if you want to place additional content, create an | ||
"overview_content.md" file in `docs/` directory. The Sphinx tool will | ||
pick up on the content and merge the content. | ||
]: # | ||
|
||
# Cloud Logging API | ||
|
||
Overview of the APIs available for Cloud Logging API. | ||
|
||
## All entries | ||
|
||
Classes, methods and properties & attributes for | ||
Cloud Logging API. | ||
|
||
[classes](https://cloud.google.com/python/docs/reference/logging/latest/summary_class.html) | ||
|
||
[methods](https://cloud.google.com/python/docs/reference/logging/latest/summary_method.html) | ||
|
||
[properties and | ||
attributes](https://cloud.google.com/python/docs/reference/logging/latest/summary_property.html) |