Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python docs in Info format?

Reply
Thread Tools

Python docs in Info format?

 
 
Ben Finney
Guest
Posts: n/a
 
      11-25-2003
On 25 Nov 2003 13:25:01 -0800, Paul Rubin wrote:
> Has anyone got a script to convert the Python docs (particularly the
> library reference) to Info format, so they can be browsed with the
> Emacs Info browser? That would be much more convenient than having
> to fire up a web browser all the time. Thanks.


You can browse Web pages in Emacs using W3.

<http://www.cs.indiana.edu/elisp/w3/>

--
\ "Whenever you read a good book, it's like the author is right |
`\ there, in the room talking to you, which is why I don't like to |
_o__) read good books." -- Jack Handey |
Ben Finney <http://bignose.squidly.org/>
 
Reply With Quote
 
 
 
 
Paul Rubin
Guest
Posts: n/a
 
      11-25-2003
Has anyone got a script to convert the Python docs (particularly the
library reference) to Info format, so they can be browsed with the
Emacs Info browser? That would be much more convenient than having
to fire up a web browser all the time. Thanks.
 
Reply With Quote
 
 
 
 
Lukasz Pankowski
Guest
Posts: n/a
 
      11-25-2003
Paul Rubin <http://> writes:

> Has anyone got a script to convert the Python docs (particularly the
> library reference) to Info format, so they can be browsed with the
> Emacs Info browser? That would be much more convenient than having
> to fire up a web browser all the time. Thanks.


There are Info docs on http://python.org/doc/current/download.html

--

=*= Lukasz Pankowski =*=
 
Reply With Quote
 
Paul Rubin
Guest
Posts: n/a
 
      11-25-2003
Ben Finney <bignose-hates-> writes:
> You can browse Web pages in Emacs using W3.
>
> <http://www.cs.indiana.edu/elisp/w3/>


Yeah, but that's not so nice to navigate. Info is a perfectly good
doc format and it would be nice to be able to crunch those latex files
into info format.
 
Reply With Quote
 
Francis Avila
Guest
Posts: n/a
 
      11-26-2003

Paul Rubin wrote in message <>...
>Has anyone got a script to convert the Python docs (particularly the
>library reference) to Info format, so they can be browsed with the
>Emacs Info browser? That would be much more convenient than having
>to fire up a web browser all the time. Thanks.


Um, no need to convert:

http://www.python.org/doc/2.3.2/download.html

--
Francis Avila


 
Reply With Quote
 
Michael Hudson
Guest
Posts: n/a
 
      11-26-2003
Paul Rubin <http://> writes:

> Has anyone got a script to convert the Python docs (particularly the
> library reference) to Info format, so they can be browsed with the
> Emacs Info browser? That would be much more convenient than having
> to fire up a web browser all the time. Thanks.


The scripts you seek are in the Python source and used every time we
do a release

Cheers,
mwh

--
But maybe I've just programmed in enough different languages to
assume that they are, in fact, different.
-- Tony J Ibbs explains why Python isn't Java on comp.lang.python
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
python docs redirect on python.org is old Brandon Craig Rhodes Python 2 04-05-2009 05:17 PM
Library to parse MS word docs & convert Word docs to PDF KYG C++ 2 08-18-2008 07:08 PM
[newgem] How to generate docs with rake docs ? Stéphane Wirtel Ruby 0 04-19-2007 02:46 PM
Do Printed Word Docs Look Any Differently From PDF Docs? Martin Computer Support 5 09-20-2006 11:06 PM
Why the Perl docs are so great was why the perl docs suck Al Perl Misc 1 10-16-2005 06:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57