skeleton.demo_directive#
Demonstration of a custom directive for sphinx.
This directive should be deleted when starting a new extension but it gives an overview of the different steps to follow to create a new directive. It is also used to demonstrate the documentation/test workflows.
Note
We only coded a html output for this directive.
Module Contents#
Classes#
A demo directive simply setting the text in bold. |