summaryrefslogtreecommitdiff
path: root/Doc/tools/toc2bkm.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-160/+0
|
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+18
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Use string methods.Fred Drake2002-10-161-2/+2
|
* Hush the nanny.Fred Drake2000-10-071-43/+43
|
* process(): New function that contains the "orchestration" of theFred Drake1999-03-031-2/+6
| | | | | | | | | actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly.
* Don't attempt to add paragraph and subparagraph sections to the PDFFred Drake1998-10-071-1/+7
| | | | | | outline. Work around font-long bogosity caused by ' in docstring.
* Mostly spurious change to ensure that everyone's version of this picks up theFred Drake1998-05-141-0/+2
| | | | execute bit.... problem discovered by Guido.
* Fix the broken PDF links, really this time!Fred Drake1998-04-151-1/+1
| | | | | | Appending a junk char to the end doesn't quite do it, or doesn't seem to at any rate. Instead, pad the page numbers to always be 3 charaters wide, with leading zeros.
* Change the form of the name given to each page of the PDF from "page.%d" toFred Drake1998-04-151-1/+1
| | | | | "page.%dx"; this works around an acroread bug that causes targets not to be recognized if their name is a prefix of another target in the file.
* clean_title(): Remove debugging prints.Fred Drake1998-03-101-2/+0
|
* clean_title(): Clean a little more carefully. Still does funny things withFred Drake1998-03-101-6/+15
| | | | | underscores. Might this be a fundamental PDF limitation? Hm, could still be a TeX thing.
* Allow the user to specify the "biggest" section type from the command line;Fred Drake1998-03-071-6/+15
| | | | | default is "chapter". Use 'python toc2bkm.py -c section' to use with Python HOWTO documents.
* Utility to help create outline information for PDF.Fred Drake1998-03-061-0/+115