Skip to content

Commit 4743d1e

Browse files
authored
Fix new ext READMEs (open-telemetry#444) (open-telemetry#461)
1 parent 1e3768c commit 4743d1e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

ext/opentelemetry-ext-dbapi/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OpenTelemetry Database API integration
2-
=================================
2+
======================================
33

44
The trace integration with Database API supports libraries following the specification.
55

@@ -8,7 +8,7 @@ The trace integration with Database API supports libraries following the specifi
88
Usage
99
-----
1010

11-
.. code:: python
11+
.. code-block:: python
1212
1313
import mysql.connector
1414
from opentelemetry.trace import tracer_source

ext/opentelemetry-ext-mysql/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
OpenTelemetry MySQL integration
2-
=================================
2+
===============================
33

44
The integration with MySQL supports the `mysql-connector`_ library and is specified
55
to ``trace_integration`` using ``'MySQL'``.
66

7-
.. mysql-connector: https://pypi.org/project/mysql-connector/
7+
.. _mysql-connector: https://pypi.org/project/mysql-connector/
88

99
Usage
1010
-----

ext/opentelemetry-ext-prometheus/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OpenTelemetry Prometheus Exporter
2-
=============================
2+
=================================
33

44
|pypi|
55

ext/opentelemetry-ext-psycopg2/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ OpenTelemetry Psycopg integration
44
The integration with PostgreSQL supports the `Psycopg`_ library and is specified
55
to ``trace_integration`` using ``'PostgreSQL'``.
66

7-
.. Psycopg: http://initd.org/psycopg/
7+
.. _Psycopg: http://initd.org/psycopg/
88

99
Usage
1010
-----
1111

12-
.. code:: python
12+
.. code-block:: python
13+
1314
import psycopg2
1415
from opentelemetry import trace
1516
from opentelemetry.sdk.trace import TracerSource
@@ -26,4 +27,4 @@ Usage
2627
2728
References
2829
----------
29-
* `OpenTelemetry Project <https://opentelemetry.io/>`_
30+
* `OpenTelemetry Project <https://opentelemetry.io/>`_

0 commit comments

Comments
 (0)