Issue 1209562: add single html files (original) (raw)

Issue1209562

Created on 2005-05-27 00:37 by phr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg54541 - (view) Author: paul rubin (phr) Date: 2005-05-27 00:37
It would be good if the docs directory on python.org included a "view entire document as one big html page" for each document. If I want to read through a document from beginning to end, it's a big pain to have to keep clicking around at the end of each page, especially if I'm looking at most pages for just a second or so. For the biggest documents (Python library) maybe there could be several sections. Right now the only way to see everything at once is with the PDF, which is much more hassle than browsing html.
msg55173 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2007-08-23 18:14
Might be nice, but it's obvious I've not gotten to this, so removing myself from the issue.
msg55178 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-23 18:46
The new docs (see http://docs.python.org/dev) have much longer individual HTML pages, perhaps this is already enough for your needs (a single Library Reference page would be several Megabytes in size...)
History
Date User Action Args
2022-04-11 14:56:11 admin set github: 42020
2007-09-07 07:40:29 georg.brandl set status: pending -> closed
2007-08-23 18:46:35 georg.brandl set status: open -> pendingnosy: + georg.brandlmessages: +
2007-08-23 18:14:11 fdrake set assignee: fdrake -> messages: +
2005-05-27 00:37:13 phr create