msg195392 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-08-16 18:38 |
This is a meta issue for fixing broken references in the documentation. I will open a child issues for some groups of modules and finally provide a patch for rest files. |
|
|
msg195403 - (view) |
Author: Ezio Melotti (ezio.melotti) *  |
Date: 2013-08-16 19:34 |
Note that not all the targets should be converted to links. They should be converted only if the link is useful, and usually redundant links are not necessary (e.g. if the same target is repeated several times in the same paragraph/section). |
|
|
msg195405 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-08-16 19:41 |
In such case perhaps links should be explicitly prohibited (with '!' mark). |
|
|
msg195437 - (view) |
Author: Ezio Melotti (ezio.melotti) *  |
Date: 2013-08-16 23:05 |
That's probably not worth it. |
|
|
msg199050 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-10-06 08:35 |
Definitely not. |
|
|
msg199073 - (view) |
Author: Ezio Melotti (ezio.melotti) *  |
Date: 2013-10-06 12:51 |
Serhiy, are you planning to work on more patches or can this be closed? |
|
|
msg199152 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-07 18:41 |
Yes. I have 180 Kb patch which touches 107 files, and this is yet too large for one issue. I will continue split this patch for lesser issues. |
|
|
msg199297 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-09 13:51 |
And here is a patch with small changes which doesn't worth separated issue. |
|
|
msg199300 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-10-09 14:03 |
Looks good, except that buffer doesn't really correspond to bytearray. No memoryview involved there? |
|
|
msg199301 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-09 14:13 |
No. BytesWarning is related only to bytes and bytearray. |
|
|
msg199302 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-10-09 14:18 |
OK then -- so much the better. |
|
|
msg199560 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-12 12:53 |
Here is a patch to Sphinx which helped me to search dead internal references. Not all references were fixed by proposed patches. |
|
|
msg199588 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-10-12 16:19 |
The -n (nitpicky) option to Sphinx should also report missing references. |
|
|
msg199751 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-13 18:25 |
> The -n (nitpicky) option to Sphinx should also report missing references. Great. |
|
|
msg199795 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2013-10-13 20:35 |
New changeset fa7cfbec0d32 by Serhiy Storchaka in branch '2.7': Issue #18758: Fixed and improved cross-references. http://hg.python.org/cpython/rev/fa7cfbec0d32 New changeset 907da535ed9d by Serhiy Storchaka in branch '3.3': Issue #18758: Fixed and improved cross-references. http://hg.python.org/cpython/rev/907da535ed9d New changeset 261d9bf0cc2b by Serhiy Storchaka in branch 'default': Issue #18758: Fixed and improved cross-references. http://hg.python.org/cpython/rev/261d9bf0cc2b |
|
|
msg199799 - (view) |
Author: Serhiy Storchaka (serhiy.storchaka) *  |
Date: 2013-10-13 20:48 |
Thank you Georg for all your reviews. Only patch for pickle left, and this is not trivial one. |
|
|
msg199919 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2013-10-14 16:04 |
Thank you for all the effort you put into this! |
|
|