Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!news2.euro.net!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.159 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.03; 'sphinx': 0.09; 'python': 0.11; 'url:tar': 0.16; 'wrote:': 0.18; 'thanks.': 0.20; 'header :User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'received:208.97': 0.31; 'received:208.97.132': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'url:python': 0.33; 'subject:skip:d 10': 0.36; 'possible': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'browser': 0.61; 'received:208': 0.61; 'from:charset:utf-8': 0.61; 'source?': 0.84; 'subject:source': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=amachu.me; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=amachu.me; bh=vgkbQAn fe9kL5fTfnwHFOOgpg4M=; b=xVUy11qOPnB3OkCtKybS4u2POoUbnN+QqPm5k5u Ua2+JC/c8epb2oVyNaJdofXUCGcUBW1XlViS7qtTOaPRIQCeQrAQmL0Mz6jc7D/+ EylZlLzhqoEpEnXpL4KeOO3bgNv61oaZ7cx7ABBnKYKIuFLQJgJOOI41XXH7cG/U k76A= Date: Fri, 05 Apr 2013 08:40:20 +0530 From: =?UTF-8?B?4K6G4K6u4K6+4K6a4K+N4K6a4K+B?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: docs.python.org source References: <515DDFA3.8040106@amachu.me> <20130404173146.ba3d9d4ca3e345f357258106@lavabit.com> In-Reply-To: <20130404173146.ba3d9d4ca3e345f357258106@lavabit.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365131581 news.xs4all.nl 6842 [2001:888:2000:d::a6]:38864 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42790 Thanks. Will it be possible to get the sphinx source? On Friday 05 April 2013 06:01 AM, rh wrote: > 1. wget -q http://docs.python.org/2/archives/python-2.7.3-docs-html.tar.bz2 > 2. unroll > 3. cd python-2.7.3-docs-html > 4. python -m SimpleHTTPServer 9292 > 5. point browser to 0:9292 > >