[issue11785] email subpackages documentation problems

2012-05-27 Thread R. David Murray
R. David Murray added the comment: Fixed. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11785] email subpackages documentation problems

2012-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset df59aefdb1c8 by R David Murray in branch '2.7': #11785: fix the :mod: references in email package submodule titles. http://hg.python.org/cpython/rev/df59aefdb1c8 New changeset 6737c2ca98ee by R David Murray in branch '3.2': #11785: fix the :mod: re

[issue11785] email subpackages documentation problems

2012-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 64e82c4f4e10 by R David Murray in branch 'default': #11785: fix the :mod: references in email package submodule titles. http://hg.python.org/cpython/rev/64e82c4f4e10 -- nosy: +python-dev ___ Python track

[issue11785] email subpackages documentation problems

2012-05-23 Thread R. David Murray
Changes by R. David Murray : -- assignee: r.david.murray -> components: +email nosy: +barry type: -> behavior versions: +Python 2.7 -Python 3.1 ___ Python tracker ___ _

[issue11785] email subpackages documentation problems

2011-05-28 Thread Adam Woodbeck
Changes by Adam Woodbeck : -- nosy: +adam.woodbeck ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11785] email subpackages documentation problems

2011-04-18 Thread Éric Araujo
Éric Araujo added the comment: Sure, +1 on using the submodule name in the module or currentmodule directive. -- ___ Python tracker ___ _

[issue11785] email subpackages documentation problems

2011-04-17 Thread ysj.ray
ysj.ray added the comment: Oh, sorry, I didn't differ :mod:, :module:, :currentmodule: clearly. But shouldn't the modules link titles in http://docs.python.org/dev/library/email.html display correct module names instead just the "email" package name? """email: Representing character sets""" s

[issue11785] email subpackages documentation problems

2011-04-08 Thread Éric Araujo
Éric Araujo added the comment: > Besides, the Doc/library/email-examples.rst is not a module and it > uses ":mod:`email`: xxx" Not a problem. “:mod:” is not “.. module::”. See above link. -- ___ Python tracker

[issue11785] email subpackages documentation problems

2011-04-08 Thread Éric Araujo
Éric Araujo added the comment: See also http://sphinx.pocoo.org/domains.html#directive-py:currentmodule -- nosy: +eric.araujo ___ Python tracker ___

[issue11785] email subpackages documentation problems

2011-04-06 Thread R. David Murray
Changes by R. David Murray : -- assignee: docs@python -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue11785] email subpackages documentation problems

2011-04-06 Thread ysj.ray
ysj.ray added the comment: And this causes the toctree in email doc(http://docs.python.org/dev/library/email.html) in correct. All of the tree elements' names are displayed as "email". -- ___ Python tracker

[issue11785] email subpackages documentation problems

2011-04-06 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11785] email subpackages documentation problems

2011-04-06 Thread ysj.ray
New submission from ysj.ray : All the module name in the first line of email subpackages' documentation files(Doc/library/email.xxx.rst) are incorrect: all of them are "email" but not "email.xxx" Besides, the Doc/library/email-examples.rst is not a module and it uses ":mod:`email`: xxx"