The main Sphinx directives that are used in Sage are:
.. MATH::, .. NOTE::, .. PLOT::, .. RUBRIC::, .. SEEALSO::, .. TODO::, .. TOPIC:: and .. WARNING::.
They must be written exactly as above, so for example WARNING:: or .. WARNING :: will not work.
Some other directives are also available, but less frequently used, namely:
.. MODULEAUTHOR::, .. automethod::, .. autofunction::, .. image::, .. figure::.
Other blocks shall not be used as directives; for example .. ALGORITHM:: will not be shown at all.
Is the above mentioned list an exhaustive list of sphinx directives allowed in sage?
Hello,
Is .. raw:: latex sphinx directive supported by sage (for documentations)?
...
Is the above mentioned list an exhaustive list of sphinx directives allowed in sage?