Process docstrings with Sphinx

Process docstrings with Sphinx

Processes docstrings with Sphinx. Can also be used as a commandline script:

python sphinxify.py <text>

AUTHORS:

  • Tim Joseph Dumol (2009-09-29): initial version
sagenb.misc.sphinxify.is_sphinx_markup(docstring)[source]

Returns whether a string that contains Sphinx-style ReST markup.

INPUT:

  • docstring - string to test for markup

OUTPUT:

  • boolean