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

Substitution In A File Name With Restructuredtext (sphinx)?

I want to create several files from a single template, which differ only by a variable name. For ex… Read more Substitution In A File Name With Restructuredtext (sphinx)?

Sympy - Substitute Sybolic Entries In A Matrix

I have a python function which generates a sympy.Matrix with symbolic entries. It works effectively… Read more Sympy - Substitute Sybolic Entries In A Matrix

Substitution In Admonitions

How can I do a substitution in an admonition? For example: |p| account .. note:: **Been using… Read more Substitution In Admonitions

Substitutions Next To Angle Brackets In Sphinx

I'm trying to use substitutions in a parsed literal block in my Sphinx documentation like this:… Read more Substitutions Next To Angle Brackets In Sphinx

Python Regex Sub: Using Dictionary With Regex Expressions

I am using a dictionary that contain regular expressions to substitute portions of different string… Read more Python Regex Sub: Using Dictionary With Regex Expressions

Multiple, Specific, Regex Substitutions In Python

What I would like to do is to make specific substitions in a given text. For example, ' ' t… Read more Multiple, Specific, Regex Substitutions In Python

Python Regex Sub: Using Dictionary With Regex Expressions

I am using a dictionary that contain regular expressions to substitute portions of different string… Read more Python Regex Sub: Using Dictionary With Regex Expressions

Sphinx Substitution With A Container

How can I substitute a container directive ? The following doesn't work: .. |sub| container:: … Read more Sphinx Substitution With A Container