Skip to content

Commit

Permalink
update doc naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cnnradams committed Jun 8, 2020
1 parent 5f6ea0a commit 0847437
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ install <https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs>

api/api
sdk/sdk
auto_instrumentation/auto_instrumentation
instrumentation/instrumentation

.. toctree::
:maxdepth: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenTelemetry Python Autoinstrumentation
========================================
OpenTelemetry Python Instrumentation
====================================

.. automodule:: opentelemetry.instrumentation
:members:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opentelemetry.instrumentation.instrumentor package
=======================================================
==================================================

.. automodule:: opentelemetry.instrumentation.instrumentor
:members:
Expand Down
4 changes: 3 additions & 1 deletion opentelemetry-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ package_dir=
packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires = opentelemetry-api == 0.9.dev0
install_requires =
opentelemetry-api == 0.9.dev0
wrapt >= 1.0.0, < 2.0.0

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ commands_pre =
; cases but it saves a lot of boilerplate in this file.
test: pip install {toxinidir}/opentelemetry-api {toxinidir}/opentelemetry-sdk {toxinidir}/tests/util

ext: pip install {toxinidir}/opentelemetry-instrumentation
ext,instrumentation: pip install {toxinidir}/opentelemetry-instrumentation

example-app: {toxinidir}/ext/opentelemetry-ext-requests {toxinidir}/ext/opentelemetry-ext-wsgi {toxinidir}/ext/opentelemetry-ext-flask {toxinidir}/docs/examples/opentelemetry-example-app

Expand Down

0 comments on commit 0847437

Please sign in to comment.