Skip to content

Commit af2e76f

Browse files
committed
Docs: Resolve "Duplicate explicit target name" warnings
1 parent 6ec5f27 commit af2e76f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/connections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ClusterNode
5555
Async Client
5656
************
5757

58-
See complete example: `here <examples/asyncio_examples.html>`_
58+
See complete example: `here <examples/asyncio_examples.html>`__
5959

6060
This client is used for communicating with Redis, asynchronously.
6161

@@ -88,7 +88,7 @@ ClusterPipeline (Async)
8888
Connection
8989
**********
9090

91-
See complete example: `here <examples/connection_examples.html>`_
91+
See complete example: `here <examples/connection_examples.html>`__
9292

9393
Connection
9494
==========
@@ -104,7 +104,7 @@ Connection (Async)
104104
Connection Pools
105105
****************
106106

107-
See complete example: `here <examples/connection_examples.html>`_
107+
See complete example: `here <examples/connection_examples.html>`__
108108

109109
ConnectionPool
110110
==============

docs/opentelemetry.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Integrating OpenTelemetry
44
What is OpenTelemetry?
55
----------------------
66

7-
`OpenTelemetry <https://opentelemetry.io>`_ is an open-source observability framework for traces, metrics, and logs. It is a merger of OpenCensus and OpenTracing projects hosted by Cloud Native Computing Foundation.
7+
`OpenTelemetry <https://opentelemetry.io>`__ is an open-source observability framework for traces, metrics, and logs. It is a merger of OpenCensus and OpenTracing projects hosted by Cloud Native Computing Foundation.
88

99
OpenTelemetry allows developers to collect and export telemetry data in a vendor agnostic way. With OpenTelemetry, you can instrument your application once and then add or change vendors without changing the instrumentation, for example, here is a list of `popular DataDog competitors <https://uptrace.dev/get/compare/datadog-competitors.html>`_ that support OpenTelemetry.
1010

@@ -61,7 +61,7 @@ Once the code is patched, you can use redis-py as usually:
6161
OpenTelemetry API
6262
-----------------
6363

64-
`OpenTelemetry <https://uptrace.dev/opentelemetry/>`_ API is a programming interface that you can use to instrument code and collect telemetry data such as traces, metrics, and logs.
64+
`OpenTelemetry API <https://uptrace.dev/opentelemetry/>`__ is a programming interface that you can use to instrument code and collect telemetry data such as traces, metrics, and logs.
6565

6666
You can use OpenTelemetry API to measure important operations:
6767

0 commit comments

Comments
 (0)