[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-28 Thread Carol Willing

Carol Willing added the comment:

Berker, Thanks for restaging this issue. I have attached a patch which 
implements your suggested approach. If you have time to review and commit, I 
would appreciate the help.

--
stage: needs patch - patch review
Added file: http://bugs.python.org/file40041/iss23931.patch

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-28 Thread Berker Peksag

Berker Peksag added the comment:

Looks great! Thank you Tina and Carol :)

--
resolution:  - fixed
stage: patch review - resolved
status: open - closed

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-28 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 6b9c91135e1b by Berker Peksag in branch 'default':
Issue #23931: Add a link to the Version Control Setup section in index.rst.
https://hg.python.org/devguide/rev/6b9c91135e1b

--
nosy: +python-dev

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-27 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
stage: commit review - needs patch

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing

Changes by Carol Willing willi...@willingconsulting.com:


--
stage:  - commit review

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Berker Peksag

Berker Peksag added the comment:

Thanks for the patch, but I think the current link is correct. Contributors 
will need to read the whole page anyway :)

If you want to mention 
https://docs.python.org/devguide/setup.html#version-control-setup in index.rst, 
I'd suggest something like this:

1. :ref:`Get the source code checkout`::
 
   hg clone https://hg.python.org/cpython

   See :ref:`vcsetup` on installing Mercurial.

--
nosy: +berker.peksag

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing

Carol Willing added the comment:

@berker.peksag I think that new contributors (esp. those at the sprints) want 
to get started quickly. Many do not read the whole devguide before starting 
even though the devguide is really helpful.

I like your suggested approach to keep the original link and add the See ...
phrase. Thanks :)

--

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing

Carol Willing added the comment:

@ezio.melotti I've reviewed the second version of the patch and it links as you 
requested to 1.1.1. It is ready to be merged.

Thanks ttz.

--

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing

New submission from Carol Willing:

Change Quickstart step 1 link to redirect to Section 1.1 Getting Started. 
Currently, it redirects to 1.1.2 Getting the Source Code. For developers coming 
from git, step 1.1.1 Version Control Setup would be helpful.

Feedback from PyCon 2015 Sprints suggest this change.

--
components: Devguide
messages: 240605
nosy: ezio.melotti, willingc
priority: normal
severity: normal
status: open
title: Update DevGuide link in Quickstart Step 1
type: behavior

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Tina Zhang

Tina Zhang added the comment:

Link goes to 1.1.1 instead of 1.1

--
Added file: http://bugs.python.org/file38927/patch23931v0_1.patch

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Tina Zhang

Tina Zhang added the comment:

adding patch!

--
keywords: +patch
Added file: http://bugs.python.org/file38921/patch23931.patch

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



[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Tina Zhang

Tina Zhang added the comment:

Link now goes to 1.1 Getting Set Up so step 1.1.1. Version COntrol section is 
visible

--
nosy: +ttz

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