[issue15569] Doc doc: incorrect description of some roles as format-only

2014-10-11 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-10-11 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset bef3ddfe5d09 by Georg Brandl in branch 'default': Closes #15569: some roles do create more than formatting https://hg.python.org/devguide/rev/bef3ddfe5d09 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved status: open

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-10-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- nosy: +georg.brandl resolution: fixed -> stage: resolved -> needs patch status: closed -> open ___ Python tracker ___

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-06-07 Thread Emily Zhao
Emily Zhao added the comment: I moved the 3 misplaced roles (envvar, keyword, and option) and changed the description for the new section per Terry's suggestions. Patch is attached and needs to go in the devguide repo. https://docs.python.org/devguide/docquality.html#helping-with-the-developer

[issue15569] Doc doc: incorrect description of some roles as format-only

2014-04-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: There are no versions for the devguide. There is another misplaced role: : option A command-line option of Python. The leading hyphen(s) must be included. If a matching cmdoption directive exists, it is linked to. For options of other programs or scripts, u

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-10-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- type: -> enhancement versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___ __

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy : -- nosy: -mikehoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: I would like to submit a patch for this. Is anyone currently working on one? -- nosy: +mikehoy ___ Python tracker ___

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-08-08 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> docs@python nosy: +docs@python, eric.araujo stage: -> needs patch title: Dev Guide format-only roles -> Doc doc: incorrect description of some roles as format-only ___ Python tracker