-
Notifications
You must be signed in to change notification settings - Fork 84
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 (#1946)
* docs: add summary_overview template * docs: update README link to summary overview * docs: fix readme link * Apply suggestions from code review Co-authored-by: Anthonios Partheniou <partheniou@google.com> * Update summary_overview.md * Update README.rst * Update README.rst * Apply suggestions from code review Co-authored-by: Anthonios Partheniou <partheniou@google.com> * docs: exclude docs/summary_overview for non-Cloud libraries * Update synthtool/gcp/common.py Co-authored-by: Anthonios Partheniou <partheniou@google.com> --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
- Loading branch information
Showing
5 changed files
with
57 additions
and
1 deletion.
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
22 changes: 22 additions & 0 deletions
22
synthtool/gcp/templates/python_library/docs/summary_overview.md
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. | ||
]: # | ||
|
||
# {{ metadata['repo']['name_pretty'] }} API | ||
|
||
Overview of the APIs available for {{ metadata['repo']['name_pretty'] }} API. | ||
|
||
## All entries | ||
|
||
Classes, methods and properties & attributes for | ||
{{ metadata['repo']['name_pretty'] }} API. | ||
|
||
[classes]({{ metadata['repo']['client_documentation'] }}/summary_class.html) | ||
|
||
[methods]({{ metadata['repo']['client_documentation'] }}/summary_method.html) | ||
|
||
[properties and | ||
attributes]({{ metadata['repo']['client_documentation'] }}/summary_property.html) |
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
22 changes: 22 additions & 0 deletions
22
synthtool/gcp/templates/python_mono_repo_library/docs/summary_overview.md
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. | ||
]: # | ||
|
||
# {{ metadata['repo']['name_pretty'] }} API | ||
|
||
Overview of the APIs available for {{ metadata['repo']['name_pretty'] }} API. | ||
|
||
## All entries | ||
|
||
Classes, methods and properties & attributes for | ||
{{ metadata['repo']['name_pretty'] }} API. | ||
|
||
[classes]({{ metadata['repo']['client_documentation'] }}/summary_class.html) | ||
|
||
[methods]({{ metadata['repo']['client_documentation'] }}/summary_method.html) | ||
|
||
[properties and | ||
attributes]({{ metadata['repo']['client_documentation'] }}/summary_property.html) |