Skip to content

Commit e297747

Browse files
authored
docs: Change button in README to .png file (#554)
* fix: Change button to .png file * Change the "Guide Me" button to a .png file to work with RST `image` * Avoids `raw` directive disabled by PyPi * Fixes #553 * Fix unexpected unindent in docs Add copy of png file to render correctly in GitHub readme and Sphinx generated docs.
1 parent 737a9e2 commit e297747

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ In order to use this library, you first need to go through the following steps:
3636

3737
For an interactive walkthrough on how to use this library in a python application, click the Guide Me button below:
3838

39-
.. raw:: html
40-
41-
<a href ="https://console.cloud.google.com/?walkthrough_id=logging__logging-python">
42-
<img src="docs/_static/guide-me.svg">
43-
</a>
39+
|guide|
40+
41+
.. |guide| image:: _static/guide-me.png
42+
:target: https://console.cloud.google.com/?walkthrough_id=logging__logging-python
4443

4544
Installation
4645
~~~~~~~~~~~~

_static/guide-me.png

5.47 KB
Loading

docs/_static/guide-me.png

5.47 KB
Loading

0 commit comments

Comments
 (0)