### Problem Statement Our [API docs](https://getsentry.github.io/sentry-python/) are in desperate need of some love, e.g.: - some stuff is not documented at all - no docs for the tracing module (spans, transactions) - [only Logging under Integrations](https://getsentry.github.io/sentry-python/integrations.html), no other integrations - some of the top level API docs only mention `**kwargs` without any further explanation, so people have to dive into the code themselves (https://github.com/getsentry/sentry-python/issues/2199) https://github.com/getsentry/sentry-python/pull/2213 - there's some annoying overlapping happening at times:  ### Solution Brainstorm * See what relevant parts are undocumented and add them. * Find an alternative theme where things don't overlap. https://github.com/getsentry/sentry-python/pull/2210 * Make a general effort to improve existing docstrings. * Add more docstrings where it makes sense. See also: * https://github.com/getsentry/sentry-python/issues/1086 * https://github.com/getsentry/sentry-python/issues/1708 * https://github.com/getsentry/sentry-python/issues/2199
Problem Statement
Our API docs are in desperate need of some love, e.g.:
**kwargswithout any further explanation, so people have to dive into the code themselves (Top-level API should list possible args/kwargs explicitly #2199) Allow (some) autocompletion for top-level API #2213Solution Brainstorm
See also: