summaryrefslogtreecommitdiffstats
path: root/Doc/tools/toc2bkm.py
Commit message (Collapse)AuthorAgeFilesLines
* 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