autoclasstoc.nodes

The autoclasstoc module defines two new docutils nodes, which make it possible to create collapsible content in HTML.

Classes

details([open_by_default])

A node that can be expanded or collapsed by the user.

details_summary([rawsource, text])

The summary text to display when a details node is collapsed.

Functions

setup(app)

Configure Sphinx to use the details and details_summary nodes.