[issue13435] Copybutton does not hide tracebacks

2012-01-26 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

This should be fixed now.

--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13435] Copybutton does not hide tracebacks

2012-01-16 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Now 2.7 uses Sphinx 1.0, but I think a full rebuild should be triggered in 
order to update all the files.
Georg, can you do something about it?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13435] Copybutton does not hide tracebacks

2012-01-16 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

A full rebuild should be done anyway next time the script runs.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13435] Copybutton does not hide tracebacks

2011-11-20 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Another way to fix this would be to use Sphinx 1.0 for Python 2.7, but I don’t 
know what’s the status of that, given the amount of changes needed.

--
nosy: +eric.araujo, sandro.tosi

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13435] Copybutton does not hide tracebacks

2011-11-19 Thread Robert Lehmann

New submission from Robert Lehmann lehman...@gmail.com:

The recently added copybutton.js (r18bbfed9aafa) does not work with the 2.7 
docs since they are deployed with JQuery 1.2 (which is shipped with Sphinx 0.6).

Copybutton is an unobtrusive Javascript feature which adds a little button to 
all doctests that removes the interactive prompts in order to copy the code 
as-is into Python scripts.  I think that feature could well be ported to Sphinx 
itself.

In line 44 and 51 of Doc/tools/sphinxext/static/copybutton.js the code uses 
jQuery.nextUntil(), which is new in JQuery 1.4.  That results in tracebacks 
being only partially hidden.  Reproduce the error at 
http://docs.python.org/tutorial/errors.html#exceptions for example.

The Python 3.2+ documentation is not affected as it is built with Sphinx 1.0, 
which ships with JQuery 1.4.  JQuery Untils are available as a separate plugin 
(http://benalman.com/projects/jquery-untils-plugin/).

--
assignee: docs@python
components: Documentation
messages: 147962
nosy: docs@python, ezio.melotti, lehmannro
priority: normal
severity: normal
status: open
title: Copybutton does not hide tracebacks
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13435] Copybutton does not hide tracebacks

2011-11-19 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
assignee: docs@python - ezio.melotti
nosy: +georg.brandl
stage:  - needs patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13435
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com