Skip to content Skip to sidebar Skip to footer
Showing posts with the label Restructuredtext

What Are Some Approaches To Outputting A Python Data Structure To Restructuredtext

I have a list of tuples in Python that I would like to output to a table in reStructuredText. The d… Read more What Are Some Approaches To Outputting A Python Data Structure To Restructuredtext

Genindex And Modindex Footer Links Don't Work In Readthedocs.io

I have a Python project using Sphinx for docs. I am building the docs remotely on readthedocs.io se… Read more Genindex And Modindex Footer Links Don't Work In Readthedocs.io

Prevent Sub-section Nesting In Python Sphinx When Using Toctree

I'm running into a problem in structuring my Sphinx users guide. I would like to form a chapter… Read more Prevent Sub-section Nesting In Python Sphinx When Using Toctree

Can Multiple Paragraphs Be Substituted Into Restructuredtext Table Cells?

I have a reST formatted table where some cells contain long blocks of text (i.e. multiple paragraph… Read more Can Multiple Paragraphs Be Substituted Into Restructuredtext Table Cells?

Rest Image Grid With Captions?

As an extension to this question: how can you add a description under each of the gridded images us… Read more Rest Image Grid With Captions?

Sphinx Extension: Literal Block With Leading And/or Trailing Blank Lines?

As far as I can tell, it is not possible to create a literal text block (e.g. with the code-block d… Read more Sphinx Extension: Literal Block With Leading And/or Trailing Blank Lines?