Skip to content

Commit

Permalink
Added "Open in Cloud Shell" buttons to README files [(#1254)](GoogleC…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored and Jon Wayne Parrott committed Dec 7, 2017
1 parent 0f75778 commit daf3bdf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions samples/snippets/api/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Stackdriver Error Reporting Python Samples
===============================================================================

.. image:: https://gstatic.com/cloudssh/images/open-btn.png
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=error_reporting/api/README.rst


This directory contains samples for Stackdriver Error Reporting. `Stackdriver Error Reporting`_ aggregates and displays errors produced in
your running cloud services.

Expand Down Expand Up @@ -55,6 +59,10 @@ Samples
Report Exception
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. image:: https://gstatic.com/cloudssh/images/open-btn.png
:target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=error_reporting/api/report_exception.py;error_reporting/api/README.rst




To run this sample:
Expand Down
2 changes: 2 additions & 0 deletions samples/snippets/api/README.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ samples:
file: report_exception.py

cloud_client_library: true

folder: error_reporting/api
5 changes: 5 additions & 0 deletions samples/snippets/fluent_on_compute/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google Error Reorting Samples Samples

[![Open in Cloud Shell][shell_img]][shell_link]

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=error_reporting/fluent_on_compute/README.md

This section contains samples for [Google Cloud Error Reporting](https://cloud.google.com/error-reporting).

A startup script has been provided to demonstrated how to properly provision a GCE
Expand Down

0 comments on commit daf3bdf

Please sign in to comment.