summaryrefslogtreecommitdiff
path: root/panfry/document.py
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19remove debug printScott Bahling1-1/+0
2013-03-19Expand internal links for split html documentsScott Bahling1-1/+35
Internal links need to be converted to page.html#section_id links so they work accross split html documents
2013-03-19Implement full table of contents generationScott Bahling1-10/+24
By default panfry now generates a full table of contents navigation for split page documents. This means the TOC navitation has links to all pages and page sections. Simple, page only level table of contents can be switched on by passing the --simple-toc option.
2013-03-19Cleanup and prepare for full level TOC generationScott Bahling1-8/+13
2013-03-18Add header with page source on html generationScott Bahling1-1/+1
2013-03-18Better document title detection and pdf filename generationScott Bahling1-14/+18
2013-03-17initial commitScott Bahling1-0/+159