docs

docs#

Documentation related utilities.

Functions

add_spacer(lines)

Add empty line if line above not already empty.

get_trait_typehint(trait[, mode, aliases])

Return the typehint corresponding to a trait object.

indent(lines[, num, initial_indent])

Indent lines.

stringify(obj[, rst, maxlength])

Return a string representation of object.

underline(lines[, char])

Underline content of the last line.

wrap_text(text)

Wrap text with multiple paragraph.