Terry J. Reedy <tjre...@udel.edu> added the comment:

It is not unusual and perhaps common for markup documentation to give rendered 
output for example input. This is similar to what we do in the tutorial and 
elsewhere with interactive examples:
>>> 2 + 2 # input code
4         # output of running the code

This may be fairly easy. Since the page is a rendered page, I presume some 
quoting mechanism is used to keep example text as is without being rendered. If 
so, all that should be needed is the same marked up text in a second box 
directive but without the quoting, so that it is rendered.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to