smpl.doc

Moved to <https://apn-pucky.github.io/smpl_doc/>

Functions

append(txt)

TODO split cases doc/txt/plot?

append_doc(original)

Append doc string of original to target object.

append_plot(*args[, xmin, xmax])

Append a plot to a function.

append_str(txt)

array_table(arr[, top, bottom, init, tabs, ...])

Produces a reST table from a numpy array or normal 2d array.

deprecated([version, deprecated_in, ...])

dict_to_table(dic)

insert_doc(original)

Inserts the docstring from passed function original in the target function docstring.

insert_eq()

Inserts the function and its parameters and an equal sign.

insert_latex()

Inserts latexed code of a oneline function.

insert_latex_eq()

Inserts latexed code of a oneline function with parameters.

insert_str(txt)

table(dic[, top, bottom, init, tabs])

Add dict= {'key': [values...]} to a simple reST table.

table_sep([tabs])

trim_eol_spaces(s)

Trim spaces at the end of lines.