Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'offline': 0.03; 'repository': 0.05; 'mercurial': 0.09; 'read-only': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'thereof.': 0.09; 'jan': 0.12; '4:39': 0.16; 'clone': 0.16; 'rebuild': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:PEPs': 0.16; 'subject:download': 0.16; 'subject:included': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'skip:( 20': 0.30; 'helpful.': 0.31; 'regular': 0.32; 'subject:the': 0.34; 'subject:with': 0.35; 'but': 0.35; 'version': 0.36; 'really': 0.36; 'subject:skip:d 10': 0.36; 'possible': 0.36; 'easily': 0.37; 'to:addr:python-list': 0.38; 'expect': 0.39; 'moving': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'received:173': 0.61; 'internet': 0.71; 'offline.': 0.84; 'received:fios.verizon.net': 0.84; 'have.': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: PEPs should be included with the documentation download Date: Thu, 22 Aug 2013 18:46:30 -0400 References: <4bc4d258-1e12-4e1a-af9c-0019f099612f@googlegroups.com> <5a636f8b-1b4e-46d8-904e-f38cc8ec53b9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <5a636f8b-1b4e-46d8-904e-f38cc8ec53b9@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377211606 news.xs4all.nl 15928 [2001:888:2000:d::a6]:38770 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52852 On 8/22/2013 4:39 AM, Aseem Bansal wrote: > I do depend on offline documentation. I have both Python2 and 3's documentation offline. A lot of people have 24-hour access to internet but a lot of people don't have. And while moving around it isn't always possible to have internet then offline documentation is really helpful. If you have mercurial installed, you can easily download a read-only clone of the peps repository (hg.python.org/peps, I believe). You can even pull updates whenever you feel like it. One can also clone the main repository and build the regular docs, including the html version thereof. Again, pull and rebuild when you expect to be offline. -- Terry Jan Reedy