From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Hyperlinks! Date: Mon, 13 Apr 2020 14:05:20 +0200 Message-ID: <704d2cb4-bc8a-c2ab-f5ce-913b1e5ea6c1@gmail.com> References: <87eesrlkil.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35320) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNxqA-0002u1-PP for guix-devel@gnu.org; Mon, 13 Apr 2020 08:05:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNxq8-0004OY-P3 for guix-devel@gnu.org; Mon, 13 Apr 2020 08:05:25 -0400 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:50399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNxq8-0004N0-JR for guix-devel@gnu.org; Mon, 13 Apr 2020 08:05:24 -0400 Received: by mail-wm1-x341.google.com with SMTP id x25so9111730wmc.0 for ; Mon, 13 Apr 2020 05:05:24 -0700 (PDT) Received: from [10.0.0.2] (se167-1-82-242-148-1.fbx.proxad.net. [82.242.148.1]) by smtp.gmail.com with ESMTPSA id q187sm14470230wma.41.2020.04.13.05.05.21 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 13 Apr 2020 05:05:22 -0700 (PDT) In-Reply-To: <87eesrlkil.fsf@gnu.org> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I see there are "#index${SOMETHING}" url suffixes, What about adding anchors like on: https://docs.python.org/3/library/functions.html#eval when you mouse-over the function name line, a "permalink to this definition" appears. I often want to give pointers to specific parts of the doc, and did not know about the #index thing (or maybe it is just being introduced). I think a visual thing like in the python doc would be nice to add... Should I create an issue about this ? -- Vincent Legoll