Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'tutorial': 0.03; 'subject:text': 0.05; 'subject:Python': 0.06; 'mouse': 0.07; 'plenty': 0.07; 'subject:bug': 0.07; 'sphinx': 0.09; 'url:github': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'anyway': 0.14; 'slides.': 0.16; 'subject:doc': 0.16; 'subject:generator': 0.16; 'time).': 0.16; 'url:rst': 0.16; 'appears': 0.22; 'example': 0.22; 'cc:addr:python.org': 0.22; 'visible': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'doc': 0.31; 'text': 0.33; 'url:python': 0.33; 'becomes': 0.33; 'raw': 0.33; 'third': 0.33; 'noticed': 0.34; 'tool': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; "didn't": 0.36; 'url:org': 0.36; 'others.': 0.38; 'files': 0.38; 'url:mail': 0.40; 'even': 0.60; 'numbers': 0.61; 'here:': 0.62; 'url:index': 0.63; 'such': 0.63; 'to:addr:gmail.com': 0.65; 'reply': 0.66; 'saw': 0.77; 'affected.': 0.84; 'colored': 0.84; 'slides,': 0.84; 'url:master': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Vd8uEqo3hpul5FrsqqLR5aSP1qCO9HnLnLN1MPj4LxQ=; b=rysknNw+ppsofCH8HrOAoqaxp63f0Uc83m9QqcjUcRMLzlT7Vt7vQT8lCOARjWqcSz pbkU8PJGB2f65JwYRfrCSNLBnaw0fEkXEulYl0aZtJUCOxQxRO20PktlzS+46lFHvqI6 Ws+oSGAlgKbe+sChQ5ciwMtbqx7hZ3z6Nskhw9LLNFmtblMdPCLqG/UxItg+VSPnRYwB zPL+fxEaNURxjtOp47FcRUJhqHvQVGgHPGu4bO20sD4aLnBJtjam1SOTgBr2CutIqU94 zRMZpiDNN27nL12slmNRdr+MforcbyaCBDK7LM2ZcHQdo4haMW21Q1CI7WLNElAnOFt1 NopQ== MIME-Version: 1.0 X-Received: by 10.221.26.10 with SMTP id rk10mr29772318vcb.0.1391449555612; Mon, 03 Feb 2014 09:45:55 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 17:45:55 +0000 Subject: Re: generator slides review and Python doc (+/- text bug) From: andrea crotti To: wxjmfauth@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list 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: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391450044 news.xs4all.nl 2850 [2001:888:2000:d::a6]:39119 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65351 2014-02-03 : > generator slides review and Python doc > > > I do not know what tool is used to produce such > slides. > > When the mouse is over a a text like a title ( ... <\H*> ???) > the text get transformed and a colored eol is appearing. > > Example with the slide #3: > > Even numbers > becomes > Even numbers=A7 > > with a visible colored "=A7", 'SECTION SIGN' > > > I noticed the same effect with the Python doc > since ? (long time). > > Eg. > > The Python Tutorial > appears as > The Python Tutorial=B6 > > with a visible colored "=B6", 'PILCROW SIGN', > blueish in Python 3, red in Python 2.7.6. > > > And in plenty third party Python docs using > probaly the same tool as the official Python > doc. > The eol glyph may vary and may not be a "=A7" or a "=B6". > > Windows, Firefox and others. > > The .chm files do not seem to be affected. > > jmf > -- > https://mail.python.org/mailman/listinfo/python-list I just saw now this mail you didn't reply to my email correctly.. Anyway I use this: https://github.com/nyergler/hieroglyph And I just use sphinx + RST to generate the slides, the raw source is here: https://raw2.github.com/AndreaCrotti/generators/master/index.rst