octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65285] doc browser function links just jump t


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #65285] doc browser function links just jump to the top of the page rather than to the item
Date: Sat, 17 Feb 2024 04:04:35 -0500 (EST)

Follow-up Comment #6, bug#65285 (group octave):

Good catch. The problem is that QTextBrowser which is used in the doc browser
ignores anchors of the form 

<span id="XREFfunction"></span>

without a following string. For keywords, there is always following an anchor
of the form

<dt id="index-function"><span class="category">: ...

Replacing "XREF" by "index-" seemed to be a fix with low impact. However, the
category links in F.1 do not have the additional "index-..." anchor. 

Adding a "\@ " into the texi-file after the anchor also works but adds an
additional vertical space into the documentation (also pdf) as the space also
produces a new paragraph. The patch for this solution is attached.


(file #55713)

    _______________________________________________________

Additional Item Attachment:

File name: bug65285.patch                 Size:1 KB
    <https://file.savannah.gnu.org/file/bug65285.patch?file_id=55713>


    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-f5e892eb0bd66f106ebc508b2a1f40d7763ca3f9.tar.gz


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65285>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]