[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Tshepang Lekhonkhobe

Tshepang Lekhonkhobe added the comment:

Nice. Didn't know about that one.

--

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Ezio Melotti

Ezio Melotti added the comment:

FTR there's also "make htmlview" that already opens a browser to the index of 
the locally built docs.

--

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Tshepang Lekhonkhobe

Tshepang Lekhonkhobe added the comment:

The Linux (and Unix?) equivalent is xdg-open.

--

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Thanks.  Btw, it works for me on Mac OS X I believe out of the box:

Help: Open opens files from a shell.
  By default, opens each file using the default application for that file.  
  If the file is in the form of a URL, the file will be opened as a URL.

--

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Sandro Tosi

Sandro Tosi added the comment:

> Out of curiosity, does anyone know if the following works on all or most 
> systems?
>
> $ open _build/html/index.html

it doesn't work on my Debian system:

$ open _build/html/index.html
Couldn't get a file descriptor referring to the console

as open is a link to "openvt - start a program on a new virtual terminal (VT)."

--
nosy: +sandro.tosi

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Thanks for the patch.

Out of curiosity, does anyone know if the following works on all or most 
systems?

$ open _build/html/index.html

That could also be added to save time for people that don't already know.

--
nosy: +chris.jerdonek
resolution:  -> fixed
stage:  -> patch review
status: open -> closed

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 20333d160f4e by Chris Jerdonek in branch 'default':
Issue #16813: Use the full relative path in the documentation-building 
instructions.
http://hg.python.org/devguide/rev/20333d160f4e

--
nosy: +python-dev

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Georg Brandl

Georg Brandl added the comment:

Fine with me.

--

___
Python tracker 

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



[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread R. David Murray

R. David Murray added the comment:

Thanks for the suggestion, but the context is that you are in the Doc directory 
in order to run make, so I think the existing documentation is preferable.  I'd 
let George decide, though.

--
nosy: +georg.brandl, r.david.murray
title: use paths relative to CPython root -> use paths relative to CPython root 
in documentation building instructions

___
Python tracker 

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