[issue13455] Reorganize tracker docs in the devguide

2012-06-17 Thread Ezio Melotti
Ezio Melotti added the comment: The attached patch has been committed in 252e2aabc87a, and the wiki pages have been updated to link to the devguide. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python

[issue13455] Reorganize tracker docs in the devguide

2012-06-08 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: -eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue13455] Reorganize tracker docs in the devguide

2012-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Antoine, what reference other than the devguide are you referring to? If you keep info I need out of the devguide, where am I supposed to find it? python.org/dev now redirects to python.org/devguide. -- ___ Python

[issue13455] Reorganize tracker docs in the devguide

2012-01-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mail

[issue13455] Reorganize tracker docs in the devguide

2011-11-30 Thread Nick Coghlan
Nick Coghlan added the comment: Something else such docs could cover is how to manage remote Hg repos such that the "Create Patch" button does the right thing. Basically, you need to make sure an appropriate CPython version is found in the ancestors of the tip your working branch. This is mos

[issue13455] Reorganize tracker docs in the devguide

2011-11-24 Thread Éric Araujo
Éric Araujo added the comment: > [...] The devguide is *already* too big. [...] > The devguide was supposed to be something that you read quickly and easily, > not an exhaustive > reference of how development works. Or at least there should be a clear > separation between the > two (the guide

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: > Well, it does hurt, because the more sentences you write, the more the > devguide becomes bloated and difficult to follow OTOH is easy to ignore an "how to register to the tracker" section if you are already registered or if you don't need to register now or y

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: > This is true, however different people can figure out a different > amount of things just by using and experiment with something. While > most of the tasks should be obvious, some are a bit more advanced, and > even the "obvious" once might not be obvious for

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: > I think the reason these docs are scattered is that the devguide is a > guide, not a reference manual. I don't think this patch makes sense: if > the tracker really needed so much text to explain how it works, then > the tracker would have a severe UI problem

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Éric Araujo
Éric Araujo added the comment: +1 on grouping existing info into one or two files in the devguide +1 to removing the wiki pages +1 on keeping some basic directions in the main docs -- ___ Python tracker __

[issue13455] Reorganize tracker docs in the devguide

2011-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: Documenting the tracker UI itself isn't the big issue - what is useful (and what I think Ezio is getting at) is having a single place where newcomers can get a better idea of how we *use* the tracker. If someone just wants to report a bug, then sure, they shoul

[issue13455] Reorganize tracker docs in the devguide

2011-11-22 Thread Petri Lehtinen
Petri Lehtinen added the comment: It seems to me there's not that much text on how the tracker itself works. Only sections "Checking if a bug already exists" and "Reporting an issue" have this kind of information. The text in these sections seems to be mostly from http://docs.python.org/bugs.

[issue13455] Reorganize tracker docs in the devguide

2011-11-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: I think the reason these docs are scattered is that the devguide is a guide, not a reference manual. I don't think this patch makes sense: if the tracker really needed so much text to explain how it works, then the tracker would have a severe UI problem. Most

[issue13455] Reorganize tracker docs in the devguide

2011-11-22 Thread Ezio Melotti
New submission from Ezio Melotti : The documentation about the bug tracker is sparse in a few different places. The devguide contains 4 pages: 1. http://docs.python.org/devguide/helptriage.html 2. http://docs.python.org/devguide/devrole.html 3. http://docs.python.org/devguide/triaging.html