From 5d138b21ef876038d77b87e3fcd0279db8769ea3 Mon Sep 17 00:00:00 2001 From: Jins Jose Date: Fri, 17 Jul 2026 14:35:36 +0530 Subject: [PATCH 1/5] docs: add scm_web link to auto-instrumentation example --- docs/examples/auto-instrumentation/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/auto-instrumentation/README.rst b/docs/examples/auto-instrumentation/README.rst index b9f3692a372..c35fc04ef97 100644 --- a/docs/examples/auto-instrumentation/README.rst +++ b/docs/examples/auto-instrumentation/README.rst @@ -4,4 +4,6 @@ Auto-instrumentation To learn about automatic instrumentation and how to run the example in this directory, see `Automatic Instrumentation`_. +The source files of this example are available :scm_web:`here `. + .. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example From d1cbe4531eb79c4f5100095592522da9d10b3ba2 Mon Sep 17 00:00:00 2001 From: Jins Jose Date: Fri, 17 Jul 2026 14:35:45 +0530 Subject: [PATCH 2/5] docs: replace raw GitHub URL with scm_web in sqlcommenter example --- docs/examples/sqlcommenter/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/sqlcommenter/README.rst b/docs/examples/sqlcommenter/README.rst index 99b5de526e7..8d4980cc650 100644 --- a/docs/examples/sqlcommenter/README.rst +++ b/docs/examples/sqlcommenter/README.rst @@ -8,7 +8,7 @@ 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 From 20d536c6aca66c5c869913722ec9e3020a02e4e2 Mon Sep 17 00:00:00 2001 From: Jins Jose Date: Fri, 17 Jul 2026 16:44:45 +0530 Subject: [PATCH 3/5] docs: move scm_web link inline over 'directory' in auto-instrumentation --- docs/examples/auto-instrumentation/README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/examples/auto-instrumentation/README.rst b/docs/examples/auto-instrumentation/README.rst index c35fc04ef97..ca6176c0be3 100644 --- a/docs/examples/auto-instrumentation/README.rst +++ b/docs/examples/auto-instrumentation/README.rst @@ -2,8 +2,6 @@ Auto-instrumentation ==================== To learn about automatic instrumentation and how to run the example in this -directory, see `Automatic Instrumentation`_. - -The source files of this example are available :scm_web:`here `. +:scm_web:`directory `, see `Automatic Instrumentation`_. .. _Automatic Instrumentation: https://opentelemetry.io/docs/instrumentation/python/automatic/example From 164227ff5ffdbdbf76f657f2e1b25f0d839b8f58 Mon Sep 17 00:00:00 2001 From: Jins Jose Date: Fri, 17 Jul 2026 16:44:51 +0530 Subject: [PATCH 4/5] docs: add scm_web links to error_handler_0 and error_handler_1 stubs --- docs/examples/error_handler/error_handler_0/README.rst | 2 ++ docs/examples/error_handler/error_handler_1/README.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/examples/error_handler/error_handler_0/README.rst b/docs/examples/error_handler/error_handler_0/README.rst index 0c86902e4ca..3478ea42d15 100644 --- a/docs/examples/error_handler/error_handler_0/README.rst +++ b/docs/examples/error_handler/error_handler_0/README.rst @@ -2,3 +2,5 @@ Error Handler 0 =============== This is just an error handler for this example. + +The source files are available :scm_web:`here `. diff --git a/docs/examples/error_handler/error_handler_1/README.rst b/docs/examples/error_handler/error_handler_1/README.rst index 029b95f5c0f..0c2f54770b8 100644 --- a/docs/examples/error_handler/error_handler_1/README.rst +++ b/docs/examples/error_handler/error_handler_1/README.rst @@ -2,3 +2,5 @@ Error Handler 1 =============== This is just an error handler for this example. + +The source files are available :scm_web:`here `. From 9dea3f570b60f9a7d0fb7601f5160dc5b4bd9dc6 Mon Sep 17 00:00:00 2001 From: Jins Jose Date: Fri, 17 Jul 2026 16:44:58 +0530 Subject: [PATCH 5/5] docs: add title and scm_web links to flask-gunicorn and flask-uwsgi stubs --- docs/examples/fork-process-model/flask-gunicorn/README.rst | 5 +++++ docs/examples/fork-process-model/flask-uwsgi/README.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/examples/fork-process-model/flask-gunicorn/README.rst b/docs/examples/fork-process-model/flask-gunicorn/README.rst index 6ca9790dcd7..0e634d2847b 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/README.rst +++ b/docs/examples/fork-process-model/flask-gunicorn/README.rst @@ -1,3 +1,8 @@ +Flask + Gunicorn Example +======================== + +The source files of this example are available :scm_web:`here `. + Installation ------------ .. code-block:: sh diff --git a/docs/examples/fork-process-model/flask-uwsgi/README.rst b/docs/examples/fork-process-model/flask-uwsgi/README.rst index d9310e03f4c..a70119b54d8 100644 --- a/docs/examples/fork-process-model/flask-uwsgi/README.rst +++ b/docs/examples/fork-process-model/flask-uwsgi/README.rst @@ -1,3 +1,8 @@ +Flask + uWSGI Example +===================== + +The source files of this example are available :scm_web:`here `. + Installation ------------ .. code-block:: sh