fix(confluent-kafka): fix malformed RST in instrumentation docs#4362
fix(confluent-kafka): fix malformed RST in instrumentation docs#4362mvanhorn wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
One or more co-authors of this pull request were not found. You must specify co-authors in commit message trailer via: Supported
Alternatively, if the co-author should not be included, remove the Please update your commit message(s) by doing |
|
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 |
Reverts the removal of :noindex: from the confluent_kafka docs. The directive is required because AutoInstrumentedProducer.produce is documented in both the README include and the automodule directive. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
This PR has been automatically marked as stale because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 days of this comment. |
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).