Skip to main content

"details" directive for Sphinx

Project description

details directive for Sphinx

It enables details directive as an element to represent <details> element in HTML output. It will be converted into mere paragraphs in other output formats.

## Install

Install the package via pip ` $ pip install sphinxcontrib-details-directive `

And append sphinxcontrib.details.directive to extensions list in your conf.py. ` extensions = ['sphinxcontrib.details.directive] `

## Directive

details

details directive create a <details> block containing following contents:

 .. details:: summary of the detail block

    description of the details block.
    blah blah blah

It will be rendered with ``<details>`` tag in HTML output.  On the other hand, for
other output formats, it will be rendered as mere paragraphs.

``:open:`` flag is allowed to indicate the details block is opened by default.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxcontrib-details-directive-0.1.0.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page