Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: move ext readmes to docstring #475

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

Closed
wants to merge 1 commit into from
Closed

docs: move ext readmes to docstring #475

wants to merge 1 commit into from

Conversation

mauriciovasquezbernal
Copy link
Member

This commit moves the text on the readmes of the external packages to their
source code as a docstring. This improves the generated documentation and helps
to consolidate the documentation in a single place.

This commit uniforms all the readmes present on each packager, they only contain
a 1 line description, installation instructions and a link to the online
documentation of such package. This small readme will be the one shown on Github
and on PyPI.

The full documentation will be generated by autodoc and stored in readthedocs
or whatever site we choose.

@mauriciovasquezbernal mauriciovasquezbernal added the doc Documentation-related label Mar 11, 2020
@mauriciovasquezbernal mauriciovasquezbernal requested a review from a team March 11, 2020 23:32
This commit moves the text on the readmes of the external packages to their
source code as a docstring. This improves the generated documentation and helps
to consolidate the documentation in a single place.

This commit uniforms all the readmes present on each packager, they only contain
a 1 line description, installation instructions and a link to the online
documentation of such package. This small readme will be the one shown on Github
and on PyPI.

The full documentation will be generated by autodoc and stored in readthedocs
or whatever site we choose.
@codecov-io
Copy link

Codecov Report

Merging #475 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #475   +/-   ##
=======================================
  Coverage   88.97%   88.97%           
=======================================
  Files          43       43           
  Lines        2213     2214    +1     
  Branches      248      248           
=======================================
+ Hits         1969     1970    +1     
  Misses        173      173           
  Partials       71       71           
Impacted Files Coverage Δ
...ts/src/opentelemetry/ext/http_requests/__init__.py 89.47% <ø> (ø)
...ry-ext-wsgi/src/opentelemetry/ext/wsgi/__init__.py 68.14% <ø> (ø)
...-ext-flask/src/opentelemetry/ext/flask/__init__.py 90.00% <100.00%> (+0.20%) ⬆️
...xt-jaeger/src/opentelemetry/ext/jaeger/__init__.py 86.54% <100.00%> (ø)
...xt-zipkin/src/opentelemetry/ext/zipkin/__init__.py 84.41% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52332ce...bba1be4. Read the comment docs.

@mauriciovasquezbernal
Copy link
Member Author

Closing in favor of #483 that already contains the changes here.

srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* feat: add shutdown method on MetricExporter interface

* fix: update JSDoc comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants