-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken RST docs #3062
Fix broken RST docs #3062
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I think even with that fix, we'll still face broken RSTs because the actual docs come from here for example. So, the correct fix should be in the respective doc at __init__.py
of each package.
Oh, I get it now 🤔 |
@emdneto done! |
...pentelemetry-instrumentation-aiokafka/src/opentelemetry/instrumentation/aiokafka/__init__.py
Show resolved
Hide resolved
...nstrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/__init__.py
Show resolved
Hide resolved
...entelemetry-instrumentation-kafka-python/src/opentelemetry/instrumentation/kafka/__init__.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can get the syntax fixes now and revise the content later
Description
Fix broken RST docs, and improve the examples
Address part of #3061
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Build docs locally and validated rendering
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.