Top "Restructuredtext" questions

reStructuredText is a lightweight markup language intended to be highly readable in source format.

Sphinx, reStructuredText show/hide code snippets

I've been documenting a software package using Sphinx and reStructuredText. Within my documents, there are some long code snippets. I …

code-snippets show-hide python-sphinx restructuredtext
Image grid in reStructuredText / Sphinx

I'm using Sphinx to create documentation for a Python project I'm working on. I have three images I would like …

python python-sphinx restructuredtext
Can't use :ref: with a Label using Sphinx doc

I have a problem with using Sphinx-doc's :ref: role, I put a label above a paragraph and then I try …

python-sphinx restructuredtext cross-reference
Markdown output for Sphinx based documentation

I found myself with a use case, where in addition to generating HTML and PDF from my Sphinx based documentation …

markdown python-sphinx restructuredtext
Parsing reStructuredText into HTML

I'm making a framework in which I let developers describe their package using reStructuredText. I want to parse that reStructuredText …

python restructuredtext python-sphinx docutils
Embed external html file using iframe in Sphinx

I'm trying to embed an interactive graph, which is saved as an html file, in a reStructuredText document using iframe: .. …

python-sphinx restructuredtext read-the-docs
How to create custom directives in Sphinx

I'm currently documenting a rest API written in Python. All the project's documentation is created using Sphinx, and for the …

python python-sphinx restructuredtext
A literal "*" in RestructuredText

I am looking at this snippet of code: def ook(*args): """Some silly function. :param *args: Optional arguments. """ ... And as …

python python-sphinx restructuredtext
How to parse restructuredtext in python?

Is there any module that can parse restructuredtext into a tree model? Can docutils or sphinx do this?

python parsing dom restructuredtext
symbols in restructuredText

I want to use some symbols in restructuredText; how can I do this? (e.g. → in Markdown yields …

markup restructuredtext