Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Sphinx

Is 3-space Indentation Required In Rest?

I'm documenting my Python code using Sphinx, and read in the Python developer's guide (and … Read more Is 3-space Indentation Required In Rest?

How To Document Cython Function On Readthedocs

On ReadTheDocs I am not allowed to compile cython extensions, is it possible to configure sphinx in… Read more How To Document Cython Function On Readthedocs

How Do I Document Members In Specific Sections Using Sphinx?

I'm struggling to figure out how to place the documentation for specific members of my Python c… Read more How Do I Document Members In Specific Sections Using Sphinx?

Generating Labels For Nodes Of A Custom Directive

Using the Sphinx 'TODO' Directive example I would like to reference the todo instances embe… Read more Generating Labels For Nodes Of A Custom Directive

Applying Css And Roles For Text Blocks Instead Of Inline Spans In Sphinx

There is a previous question that explains how to add a color span to some reStructuredText. To rec… Read more Applying Css And Roles For Text Blocks Instead Of Inline Spans In Sphinx

Sphinx Automodule, No Text Wrap In Class Name (latexpdf)

I'm generating pdf using make latexpdf of Sphinx. This mostly works fine but I have a quite dee… Read more Sphinx Automodule, No Text Wrap In Class Name (latexpdf)