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 8b9cfc4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 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
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ 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
example-app: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/ext/opentelemetry-ext-requests {toxinidir}/ext/opentelemetry-ext-wsgi {toxinidir}/ext/opentelemetry-ext-flask {toxinidir}/docs/examples/opentelemetry-example-app

getting-started: pip install -e {toxinidir}/ext/opentelemetry-ext-requests -e {toxinidir}/ext/opentelemetry-ext-wsgi -e {toxinidir}/ext/opentelemetry-ext-flask
getting-started: pip install -e {toxinidir}/opentelemetry-instrumentation -e {toxinidir}/ext/opentelemetry-ext-requests -e {toxinidir}/ext/opentelemetry-ext-wsgi -e {toxinidir}/ext/opentelemetry-ext-flask

grpc: pip install {toxinidir}/ext/opentelemetry-ext-grpc[test]

Expand Down

0 comments on commit 8b9cfc4

Please sign in to comment.