Someone asked me today,
If I want to link to an example image in my readme.rst for viewing on pypi, should I bundle that in the package? Or just link it directly from github? Or...?
To illustrate this, let's add a Python logo file to this repo and use it in README.rst. Syntax would be like:
.. image:: https://github.com/pypa/sampleproject/raw/master/docs/image/logo.png
:alt: Python logo
Someone asked me today,
To illustrate this, let's add a Python logo file to this repo and use it in
README.rst. Syntax would be like: