From: | Gurev Oleg <gurevoleg(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Added anchor links generation function for refsect1,2,3 |
Date: | 2024-10-15 12:44:40 |
Message-ID: | 8cf421a6-0a16-41b5-8ec0-10bc0a85e436@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello.
There is small patch for documentation. Some extend of "Make HTML ids
discoverable" by Brar Piening.
Discussion:
https://www.postgresql.org/message-id/flat/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w(at)mail
It adds docbook function, that generates anchor links ("#" symbol
related to any refsect1/2/3).
e.g. for amcheck or pg_restore
You can compile documentation and anchor will be available in local
.html by placing mouse cursor on refsect header.
Best regards, Oleg Gurev.
Attachment | Content-Type | Size |
---|---|---|
anchors.patch | text/x-patch | 2.0 KB |
amcheck.html | text/html | 27.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Jacobson | 2024-10-15 12:49:25 | Re: New "raw" COPY format |
Previous Message | Ranier Vilela | 2024-10-15 12:07:16 | Re: replace strtok() |