opentelemetry-python
opentelemetry-python copied to clipboard
Some documentation not built into sphinx docs
There is a good amount of docstring/API documentation missing from our sphinx builds. For example opentelemetry.propagate classes/functions and docstrings are not available on ReadTheDocs. The same is true of many metrics modules.
To fix this, someone has to write RST files to point automodule at the python modules we want built into the docs.
This manual step is error prone, so it would be great if it could be automated away in addition to fixing the docs.
related issue #1678
Yes! Automating this is a great idea :sunglasses: