From 82fea12cbaa67c6338d72498c9cda41a3e497b88 Mon Sep 17 00:00:00 2001 From: himanshu-2l Date: Fri, 17 Jul 2026 18:52:39 +0530 Subject: [PATCH] docs: link example source directories Assisted-by: Codex --- docs/examples/auto-instrumentation/README.rst | 3 +++ docs/examples/fork-process-model/flask-gunicorn/README.rst | 4 ++++ docs/examples/fork-process-model/flask-uwsgi/README.rst | 4 ++++ docs/examples/sqlcommenter/README.rst | 5 +++-- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/examples/auto-instrumentation/README.rst b/docs/examples/auto-instrumentation/README.rst index b9f3692a372..06261ae6128 100644 --- a/docs/examples/auto-instrumentation/README.rst +++ b/docs/examples/auto-instrumentation/README.rst @@ -4,4 +4,7 @@ Auto-instrumentation To learn about automatic instrumentation and how to run the example in this directory, see `Automatic Instrumentation`_. +The source files for these examples are available :scm_web:`here +`. + .. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example diff --git a/docs/examples/fork-process-model/flask-gunicorn/README.rst b/docs/examples/fork-process-model/flask-gunicorn/README.rst index 6ca9790dcd7..2de83672725 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/README.rst +++ b/docs/examples/fork-process-model/flask-gunicorn/README.rst @@ -1,5 +1,9 @@ Installation ------------ + +The source files of this example are available :scm_web:`here +`. + .. code-block:: sh pip install -rrequirements.txt diff --git a/docs/examples/fork-process-model/flask-uwsgi/README.rst b/docs/examples/fork-process-model/flask-uwsgi/README.rst index d9310e03f4c..bb0c9b5b311 100644 --- a/docs/examples/fork-process-model/flask-uwsgi/README.rst +++ b/docs/examples/fork-process-model/flask-uwsgi/README.rst @@ -1,5 +1,9 @@ Installation ------------ + +The source files of this example are available :scm_web:`here +`. + .. code-block:: sh pip install -rrequirements.txt diff --git a/docs/examples/sqlcommenter/README.rst b/docs/examples/sqlcommenter/README.rst index 99b5de526e7..d4e8102b349 100644 --- a/docs/examples/sqlcommenter/README.rst +++ b/docs/examples/sqlcommenter/README.rst @@ -8,7 +8,8 @@ For more information on sqlcommenter concepts, see: * `Semantic Conventions - Database Spans `_ * `sqlcommenter `_ -The source files of this example are available `here `_. +The source files of this example are available :scm_web:`here +`. This example uses Docker to manage a database server and OpenTelemetry collector. Run MySQL server @@ -121,4 +122,4 @@ References * `OpenTelemetry Collector `_ * `OpenTelemetry MySQL instrumentation `_ * `Semantic Conventions - Database Spans `_ -* `sqlcommenter `_ \ No newline at end of file +* `sqlcommenter `_