Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do you get Python documentation in Texinfo Info format?
    primarykey
    data
    text
    <p>Since Python 2.6, it seems the documentation is in the new <a href="http://docs.python.org/whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx" rel="nofollow noreferrer">reStructuredText</a> format, and it doesn't seem very easy to build a <a href="http://en.wikipedia.org/wiki/Info_(Unix)" rel="nofollow noreferrer">Texinfo Info</a> file out of the box anymore.</p> <p>I'm an Emacs addict and prefer my documentation installed in Info.</p> <p>Does anyone have Python 2.6 or later docs in Texinfo format? How did you convert them? Or, is there a maintained build somewhere out there?</p> <p>I know I can use w3m or <a href="http://furius.ca/haddoc/" rel="nofollow noreferrer">haddoc</a> to view the html docs - I really want them in Info.</p> <p>I've played with <a href="http://johnmacfarlane.net/pandoc/" rel="nofollow noreferrer">Pandoc</a> but after a few small experiments it doesn't seem to deal well with links between documents, and my larger experiment - running it across all docs cat'ed together to see what happens - is still chugging along two days since I started it!</p> <h2>Two good answers</h2> <p>Highlighting two answers below, because SO won't allow me to accept both answers:</p> <ul> <li>@wilfred-hughes: <a href="https://stackoverflow.com/a/18847967/17221">Installing from MELPA</a> is the quickest way to get pre-build info into Emacs</li> <li>@alioth: <a href="https://stackoverflow.com/a/42739005/17221">Building it yourself</a> looks like it's a lot easier than when I asked this question in 2009</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload