fix(confluent-kafka): fix malformed RST in instrumentation docs#4362
fix(confluent-kafka): fix malformed RST in instrumentation docs#4362mvanhorn wants to merge 2 commits intoopen-telemetry:mainfrom
Conversation
|
Thanks @mvanhorn ! Please could you also sign the CLA |
|
On it - signing the CLA now. |
|
Please also check the exact syntax with |
|
Ran The change itself is a simple RST fix: adding |
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
| :noindex: |
There was a problem hiding this comment.
It seems we need to keep that.
Add missing :end-before: References directive and API section header to confluent_kafka docs, matching the pattern used by aiokafka and kafka_python instrumentation docs. Without :end-before:, the raw References URLs were rendered inline in the docs page. The missing API header left the automodule section unlabeled. Fixes open-telemetry#3061
82e2050 to
47014f0
Compare
working now! had signed but had messed something up |
Summary
Fixes the confluent_kafka instrumentation docs RST to match the pattern used by aiokafka and kafka_python.
Changes
docs/instrumentation/confluent_kafka/confluent_kafka.rst::end-before: Referencesto the include directive (prevents raw URLs from rendering inline)APIsection header before the automodule directive:noindex:to match the other kafka docsThe file now matches the structure of
aiokafka.rstandkafka_python.rstexactly.Testing
Verified the RST structure matches
docs/instrumentation/aiokafka/aiokafka.rstvia diff.Fixes #3061
This contribution was developed with AI assistance (Claude Code).