We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Noted by @karmel in #3422, sphinx supports syntax highlighting/code quoting in code (ReST) docstrings using double colon + new line:
For example:: make_axis_dummies(panel, axis='major', transform=lambda d: d.weekday())
sphinx 'autodoc' will pick these up and make code look nice.