Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Jon Waltman <a href="http://bitbucket.org/jonwaltman/sphinx-info" rel="noreferrer">http://bitbucket.org/jonwaltman/sphinx-info</a> has forked sphinx and written a texinfo builder, it can build the python documentation (I've yet done it). It seems that it will be merged soon into sphinx.</p> <p>Here's the quick links for the downloads (temporary):</p> <ul> <li><a href="http://dl.dropbox.com/u/1276730/python.info" rel="noreferrer">http://dl.dropbox.com/u/1276730/python.info</a></li> <li><a href="http://dl.dropbox.com/u/1276730/python.texi" rel="noreferrer">http://dl.dropbox.com/u/1276730/python.texi</a></li> </ul> <p>Steps to generate python doc in texinfo format:</p> <p>Download the python source code</p> <p>Download and install the <a href="http://bitbucket.org/jonwaltman/sphinx-info" rel="noreferrer">sphinx-info</a> package (in a virtualenv)</p> <p>Enter in the Python/Doc directory from the python sources</p> <p>Edit the Makefile, to the <code>build</code> target replace <code>$(PYTHON) tools/sphinx-build.py</code> with <code>sphinx-build</code>, then add this target to the makefile, pay attention, the space before echo is a TAB:</p> <pre><code>texinfo: BUILDER = texinfo texinfo: build @echo @echo "Build finished. The Texinfo files are in _build/texinfo." @echo "Run \`make' in that directory to run these through makeinfo" \ "(use \`make info' here to do that automatically)." </code></pre> <p>Edit the Python/Doc/conf.py adding:</p> <pre><code>texinfo_documents = [ ('contents', 'python', 'Python Documentation', 'Georg Brandl', 'Python', 'The Python Programming Language', 'Documentation tools', 1), ] </code></pre> <p>Then run <code>make texinfo</code> and it should produce the texifile in the build/texinfo directory. To generate the info file run <code>makeinfo python.texi</code></p>
    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.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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