Title updation while documentation is generated using STYLE=website

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Title updation while documentation is generated using STYLE=website
Date: 2024-09-25 05:23:21
Message-ID: CALDaNm0=+mGKTtpWxG2Z+FQnJzAVRNoJNM+8f9MKf6FMQnV4rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

While building the documentation with make STYLE=website html, I
noticed inconsistencies in the formatting of the starting letter of
each word in the titles. For instance:
"Obtaining Information about an Error" becomes "Obtaining Information
About An Error" in html/plpgsql-control-structures.html.
"Multiple Statements in a Simple Query" changes to "Multiple
Statements In A Simple Query" in html/protocol-flow.html.
"Returning from a Function" remains unchanged in
html/plpgsql-control-structures.html.
"Obtaining Information about an Error" is also unchanged in
html/plpgsql-control-structures.html.
"RETURN NEXT and RETURN QUERY" changes to "RETURN NEXT And RETURN
QUERY" in html/plpgsql-control-structures.html.

There are many similar cases throughout the code.

I believe this might be related to the stylesheet, as the original
text appears intact when I copy the generated HTML and paste it into
Notepad. I could not get details about this from [1].
How is the styling being applied for the titles? Please share the link
to this if it is available.

[1] - https://www.postgresql.org/docs/current/docguide-build.html

Regards,
Vignesh

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Erik Wienhold 2024-09-25 08:23:33 Re: Title updation while documentation is generated using STYLE=website
Previous Message David G. Johnston 2024-09-24 12:26:27 Re: [Issue] Getting started not oppening.