Skip to content

Commit 668cb75

Browse files
emdnetoxrmx
andauthored
docs: add missing autodoc for click and aiohttp-server (#3060)
* add missing docs for click and aiohttp-server Signed-off-by: emdneto <[email protected]> * fix click readme Signed-off-by: emdneto <[email protected]> * add nitpick Signed-off-by: emdneto <[email protected]> --------- Signed-off-by: emdneto <[email protected]> Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 0da62aa commit 668cb75

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: ../../../instrumentation/opentelemetry-instrumentation-aiohttp-server/README.rst
2+
:end-before: References
3+
4+
.. automodule:: opentelemetry.instrumentation.aiohttp_server
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: ../../../instrumentation/opentelemetry-instrumentation-click/README.rst
2+
:end-before: References
3+
4+
.. automodule:: opentelemetry.instrumentation.click
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/nitpick-exceptions.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ py-class=
2929
httpx.SyncByteStream
3030
httpx.AsyncByteStream
3131
httpx.Response
32+
aiohttp.web_request.Request
3233
yarl.URL
3334
cimpl.Producer
3435
cimpl.Consumer
@@ -65,7 +66,7 @@ any=
6566

6667
py-obj=
6768
opentelemetry.propagators.textmap.CarrierT
68-
69+
6970
py-func=
7071
poll
7172
flush

instrumentation/opentelemetry-instrumentation-click/README.rst

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

44
|pypi|
55

0 commit comments

Comments
 (0)