sphinx_gallery.gen_rst#

reST 文件生成器。

通过遍历 Python 示例文件来生成示例的 rst 文件。

生成图像的文件应以“plot”开头。

函数#

sphinx_gallery.gen_rst.codestr2rst(codestr, lang='python', lineno=None)[source]#

从代码字符串返回 reStructuredText 代码块。