| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
reference manual
|
|
|
|
| |
sometimes.
|
|
|
|
|
| |
This includes SF patch #590352 and additional support for more of the custom
markup.
|
| |
|
|
|
|
| |
Fix support for the Aesop Meta Type.
|
| |
|
|
|
|
|
|
|
|
| |
SF bug #217195.
Not sure if chomp() is correct, but chop() definitely has problems.
This change seems to have no ill effects.
Backport candidate if Fred agrees.
|
| |
|
| |
|
|
|
|
|
| |
types.StringType, inherit from list instead of
UserList.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
they'll end up in the right directory when --dir is used.
|
|
|
|
|
| |
needs to be expanded by mkhowto, since the shell won't touch it except
at the start of the complete argument.
|
| |
|
|
|
|
|
|
| |
default when used for 3rd-party docs. This requires the standard Python docs
to specify a location, but they are a bit of a special case in sharing one set
of icons among several documents.
|
|
|
|
| |
usually isn't what we want anyway.
|
|
|
|
| |
on python.org.
|
|
|
|
|
|
|
|
| |
directories clean where the packages are unpacked. Each package now
contains a single directory, Python-Docs-<version>/, which contains the
files for that version of the documentation.
Closes SF feature request #567576.
|
| |
|
|
|
|
| |
environments.
|
|
|
|
|
|
|
|
| |
This patch adds Milan Zamazal's conversion script and
modifies the mkinfo script to build the info doc files
from the LaTeX sources. Currently, the mac, doc and
inst TeX files are not handled.
Explicitly checks for GNU Emacs 21.
|
|
|
|
|
| |
just checked into Zope's ZCTextIndex branch. This reduces the size
of the .chm file by about 100KB.
|
|
|
|
|
|
| |
to do the inplace-edit with a backup file. A quick test leads me to
believe this is sufficient to allow building the documentation on Cygwin;
a full test is in progress.
|
|
|
|
|
| |
This still does not work well since ctags does not do a good job with the
Python headers, appearantly due to the DL_IMPORT macro. ;-(
|
|
|
|
| |
removed it from there and added it here)
|
|
|
|
|
| |
displays a recognizable section title (there are extra blanks at the
end of it now, due to the nested anchor, but that's fine).
|
|
|
|
|
| |
but is documented by others on the web, and the defn of the magic flag
needed appears in MS's htmlhelp.h header file.
|
|
|
|
|
|
|
| |
distinct top-level node. Before they were all nested under an artificial
top-level node, uselessly chewing up horizontal space, and ensuring that
the only thing the user saw in the TOC upon opening the file was a single
collapsed top-level folder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTML (or, at least, proper in its view). The TOC file is now identical
to what the HTML compiler itself generates, except for whitespace and
a glitch identified below. The pretty-printing done by prechm.py is
pretty much destroyed for now; if you need it pretty-printed, just make
the Help Compiler save the files (it's got its own idea of pretty-
printing anyway).
Glitch: The title of Ref Man "2.1.6 Blank lines" shows up as a blank
for now. This is because the relevant entry in ref/index.html contains
nested anchors, and pychm really has no idea what to do with that. I
hacked it for now to avoid any error messages or worse insanity, and
filed a bug report against the docs.
|
|
|
|
|
|
|
| |
methods to squash code duplication. Simplified several overly complex
chunks of logic. Built output strings more with string interpolation
instead of infix '+'. Added comments. Exploited recent Python features
(chiefly bool and augmented assignment).
|
|
|
|
|
|
| |
to reference fields via names instead of meaningless little integers.
This turned up one case where the wrong little integer was being used,
in informative progress output. Fixed that too.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
populate the "stop_list" triple-quoted string with your favorite handful
of stop words.
|
| |
|
|
|
|
|
|
|
| |
+ Increased size of the window the user sees the first time.
+ Arranged for the display to remember its last size and position.
+ Added a Favorites (bookmarks) tab.
+ Added the "Advanced Search" decorations.
|
|
|
|
|
|
|
| |
HTML help files (.chm). Obtained from Robin Dunn's packaging of the
2.2 docs at <http://alldunn.com/python/>, obtained in turn from
Hernán Martínez Foffani's original work at
<http://www.orgmf.com.ar/condor/pytstuff.html>.
|
|
|
|
|
|
|
|
| |
Add a -r option; if given with a release number, the "What's New" document
is included with the relevant version number.
Update the text of the README distributed with the PostScript files to
reflect the changes in the user organizations in the Python community.
|
|
|
|
| |
the documented and undocumented symbols.
|
|
|
|
|
|
|
| |
full words. Before that, something like 'PyObject_Call' was missed
because 'PyObject_CallFunction' was found.
Passes PyChecker now.
|
|
|
|
|
| |
is not already present. If it is, raise an exception, since that should not
happen in a well-defined conversion.
|
| |
|
| |
|
|
|
|
| |
either.
|