The rendered docs/examples on read the docs references examples we have in github but some pages do not properly link them and so it's hard for an end user to find the code. For example
https://opentelemetry-python.readthedocs.io/en/stable/examples/metrics/views/README.html lists a bunch of python files but these are not linked to github.
An example with a proper link is https://opentelemetry-python.readthedocs.io/en/stable/examples/django/README.html that is docs/examples/django/README.rst.
So we should review all the content of docs/examples and add proper :scm_web: links.
The rendered
docs/exampleson read the docs references examples we have in github but some pages do not properly link them and so it's hard for an end user to find the code. For examplehttps://opentelemetry-python.readthedocs.io/en/stable/examples/metrics/views/README.html lists a bunch of python files but these are not linked to github.
An example with a proper link is https://opentelemetry-python.readthedocs.io/en/stable/examples/django/README.html that is
docs/examples/django/README.rst.So we should review all the content of
docs/examplesand add proper:scm_web:links.