Hi Marcin,
You could try to use htmldoc (http://www.htmldoc.org/) to print the
single-page version of the SQLAlchemy documentation (http://
www.sqlalchemy.org/docs/04/documentation.html) to a PDF. Htmldoc will
generate the table of contents and the page numbers for you (and link
the table of contents to the pages), but it won't automatically
generate an alphabetic index of crucial terms -- you will have to
search for those.
You may also want to try the SQLAlchemy group (http://
groups.google.com/group/sqlalchemy) for this request.
Hope that helps.
Regards,
Eric