On 6/30/20 9:01 PM, Dilawar Singh wrote:

I want to show two code listings side by side to make a comparison. The left column would include a plain text model and the right one has the equivalent Python model. There is some discussion here https://github.com/sphinx-doc/sphinx/issues/4553 but it didn't help much.

You can use a table for that. For example, a list-table with one row and two columns,

.. list-table::
   :align: left

   * - .. literal-include:: model.txt
     - .. literal-include:: model.py

Cheers,
Jörg
--
DI Jörg Faschingbauer   
Linux und Open Source - Programmierung, Beratung und Schulung   
https://www.faschingbauer.me    
https://www.faschingbauer.co.at 
j...@faschingbauer.co.at        
Bergwirtstrasse 10      
A-8075 Hart bei Graz    
Tel. +43-664-5783814    
UID: ATU64329756

--
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/b6b8d5a5-781e-58f0-843e-ba6fe3da913b%40faschingbauer.co.at.

Reply via email to