mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00

* CONTRIBUTING: notes abount adding doc for new instrumentation While at it revise the versioning paragraph to take into account the openai instrumentation. * Reword doc paragraph * Update CONTRIBUTING.md Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com> * Add autodoc template * Add notes about tox --------- Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
8 lines
237 B
ReStructuredText
8 lines
237 B
ReStructuredText
.. include:: ../../../instrumentation/opentelemetry-instrumentation-<REPLACE ME>/README.rst
|
|
:end-before: References
|
|
|
|
.. automodule:: opentelemetry.instrumentation.<REPLACE ME>
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|