"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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for sphinxcontrib-details-directive-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78bd6a67f786a21868abf0e6a5973340d7e7a6fd71b1890de9c856f92877b38b |
|
MD5 | 10305183fcc0c1cd52defcb5e2dffec4 |
|
BLAKE2b-256 | 620a2de87a4f6e0e33415692ed4b03e0b7dfde7d91a691d1486c1577191f875c |
Close
Hashes for sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed4d4f47b36e3e905601d425945cbe9d50d4cbcf9964bbf9c863d5a983fb7bf6 |
|
MD5 | 3872f2af0a908ddde00e3983b443e78b |
|
BLAKE2b-256 | 109e9cb96fbdca829ba3eb094d966d0f48bb018215e73f96c8750088e73f2f19 |