Re: [sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-10-18 Thread bradley...@gmail.com
Thanks, the following input

.. parsed-literal:: 

**variable_**on**e** = constant_one( **variable_two** ) 
**variable_three** = constant_two( **variable_four** ) 

generates the output I was looking for
On Monday, September 5, 2022 at 11:17:53 AM UTC-7 matthia...@gmail.com 
wrote:

> On Sun, Sep 4, 2022 at 3:27 PM bradley...@gmail.com
>  wrote:
> >
> > How in sphinx does one create a paragraph that uses a fixed width for 
> all characters and allows one to switch between normal, italic, and bold 
> fonts.
>
> You should try the parsed-literal directive:
>
> https://docutils.sourceforge.io/docs/ref/rst/directives.html#parsed-literal
>
> But be warned about this issue:
>
> https://github.com/sphinx-doc/sphinx/issues/2167
>
> cheers,
> Matthias
>
> > This quesiton is similar to the following question on stackoverflow .
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sphinx-users" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sphinx-users...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sphinx-users/a7a88ff0-6bcc-4f5c-87c3-8b7696aee44an%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/b0f820e9-62aa-4249-9ef0-6c88d4aa6ff4n%40googlegroups.com.


Re: [sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-09-05 Thread Matthias Geier
On Sun, Sep 4, 2022 at 3:27 PM bradley...@gmail.com
 wrote:
>
> How in sphinx does one create a paragraph that uses a fixed width for all 
> characters and allows one to switch between normal, italic, and bold fonts.

You should try the parsed-literal directive:

https://docutils.sourceforge.io/docs/ref/rst/directives.html#parsed-literal

But be warned about this issue:

https://github.com/sphinx-doc/sphinx/issues/2167

cheers,
Matthias

> This quesiton is similar to the following question on stackoverflow .
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sphinx-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sphinx-users/a7a88ff0-6bcc-4f5c-87c3-8b7696aee44an%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAFesC-eVvT7OxboAou_bnrQz_zOVHHRWZFrPJv%2BTYh4XnBvAYQ%40mail.gmail.com.


[sphinx-users] Fixed Width Paragraph with italic, bold, and normal font

2022-09-04 Thread bradley...@gmail.com
How in sphinx does one create a paragraph that uses a fixed width for all 
characters and allows one to switch between normal, italic, and bold fonts.

This quesiton is similar to the following question on stackoverflow 

 
.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/a7a88ff0-6bcc-4f5c-87c3-8b7696aee44an%40googlegroups.com.