Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'tutorial': 0.03; 'talks': 0.03; 'subject:: [': 0.04; 'say,': 0.05; 'subject:text': 0.05; 'subject:Python': 0.06; 'subject:bug': 0.07; 'highlighting': 0.09; 'title.': 0.09; 'subject: \n ': 0.16; 'subject:doc': 0.16; 'subject:generator': 0.16; 'wrote:': 0.18; 'finished': 0.19; 'subject:] ': 0.20; 'feb': 0.22; "aren't": 0.24; 'instance,': 0.24; 'scroll': 0.24; 'title,': 0.24; 'header': 0.24; '(or': 0.24; 'this:': 0.26; 'pass': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'gives': 0.31; 'url:python': 0.33; 'could': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'url:3': 0.61; 'url:index': 0.63; 'link:': 0.72; 'clicking': 0.73; 'click': 0.77; 'visiting': 0.79; 'discover': 0.82; '7.2': 0.91; 'subject:+': 0.91 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 :content-type; bh=wWaqRTOkBm/LTjTmRuGqXzSKa9zdTlj0651vnHd8+j4=; b=rcmnBkIWs3epjvptmnGnKWeMh6O3Wj+P1i1+rJDfl8VxpZhnXrCPggnULovHtipYr8 cIUuM9n9vIS7Pa7q6mfUHf9gFCu2CahKZDOhn8bn7x3l52one2UGey3U3+F7uq9nuuqq ZcBI0nFDFyP/sYS4jNgvMMciQSpSKPUD3WYWUTI9FIqypljALP3/ah2SzBGbh0EB59Ga R7gI8f3bPQ4P9zfdB0oOkVvXn4nJkksWby4NEZnqsPLGE/goUebAGnqpMQGGU24Mw9fU zxTpKWSk5Qy3hhrU6u6PDmWhxLPBewMCU0MFWeqSBCt6GaYpa+Jcf44idIM/oKSgSvaE zmhQ== MIME-Version: 1.0 X-Received: by 10.68.213.41 with SMTP id np9mr44109378pbc.90.1391524794331; Tue, 04 Feb 2014 06:39:54 -0800 (PST) In-Reply-To: <9aafd758-8c54-4abf-9ac4-46e970158131@googlegroups.com> References: <9aafd758-8c54-4abf-9ac4-46e970158131@googlegroups.com> Date: Tue, 4 Feb 2014 09:39:54 -0500 Subject: Re: [OT] Usage of U+00B6 PILCROW SIGN (was: generator slides review and Python doc (+/- text bug)) From: Jerry Hill To: "python-list (General)" Content-Type: text/plain; charset=UTF-8 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391524803 news.xs4all.nl 2890 [2001:888:2000:d::a6]:48315 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65427 On Tue, Feb 4, 2014 at 1:51 AM, wrote: > I got it. If I'm visiting a page like this: > > http://docs.python.org/3/tutorial/index.html#the-python-tutorial > > 1) To read the page, I'm scrolling down. > 2) When I have finished to read the page, I scroll up > (or scroll back/up) to the top of the page until I see > this "feature" and the title. > 3) I click on this "feature". > 4) The title, already visible, moves, let's say, "2cm" higher. > > ...? Those links aren't for navigation. They're so you can discover anchor links in the page and pass them to someone else. For instance, if I want to point someone to the section of the tutorial that talks about reading and writing files, I could just give them this link: http://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files, instead of pointing them to the main page and instructing them to scroll down until they see Section 7.2 I was able to discover that link by opening the page, highlighting the section header with my mouse, then clicking the pilcrow. That gives me the anchor link to that section header.