colab_link('index')On this page
Other Formats
showdoc
Documentation For An Object
Render the signature as well as the docments to show complete documentation for an object.
BasicMarkdownRenderer
Markdown renderer for show_doc
show_doc
Show signature and docstring for sym
You can use show_doc to document apis of functions, classes or methods.
Numpy Docstrings
if you have numpy docstrings instead of docments, show_doc will attempt to parse and render those just like docments.
Numpy docstring formatting is very strict. If your docstrings do not strictly adhere to the numpy format, it will not be parsed properly and information about parameters and return values may not properly be rendered in the table below the signature. Where possible, we recommend using docments to annonate your function instead.
show_doc on Classes
show_doc works on Classes, too, including when you use @patch.
You can define methods for the class Foo with @patch which is convenient in allowing you to break up code for documentation in notebooks.
Class properties also work with showdoc.
doc
Show show_doc info along with link to docs
showdoc_nm
Get the fully qualified name for showdoc.
Other helpers
colab_link
Get a link to the notebook at path on Colab
