Hi Ezio,

> http://hg.python.org/cpython/rev/18bbfed9aafa
> user:        Ezio Melotti <ezio.melo...@gmail.com>
> summary:
>   Add a button to the code examples in the doc to show/hide the prompts and 
> output.

Looks cool!  I hope this will stop our use of two or three different
styles for Python code in the docs (doctest-compatible vs.
source-file-style vs. copy-paste-ready) and ultimately help make them
doctest-compatible.

> +$(document).ready(function() {
> +    /* Add a [>>>] button on the top-right corner of code samples to hide
> +     * the >>> and ... prompts and the output and thus make the code
> +     * copyable. */

I think it would be more user-friendly if the button/trigger would use
real English text like “Hide prompts”/“Show prompts” rather than symbols.

Cheers
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to