rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Add support for classes in Python doc pages

Open Wumpf opened this issue 2 years ago • 1 comments

e.g. LogHandler and LogLevel aren't in the generated documentation page yet because of this

Wumpf avatar Feb 13 '23 19:02 Wumpf

The doc pages should support classes already. You should be able to add "log.text.LoggingHandler" to the generator.

The class annotations seem to be working in the package manifest: https://rerun-io.github.io/rerun/docs/python/latest/package/rerun/log/text/#rerun.log.text.LogLevel

jleibs avatar Feb 14 '23 02:02 jleibs

For instance: We don't have a link to AnnotationContext from https://ref.rerun.io/docs/python/v0.6.0/common/

emilk avatar Jun 12 '23 12:06 emilk

Done in #2401

nikolausWest avatar Jun 15 '23 12:06 nikolausWest