Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences
Jonathan S. Katz <jkatz@postgresql.org>
From: "Jonathan S. Katz" <jkatz@postgresql.org>
To: Daniel Gustafsson <daniel@yesql.se>,
Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: "Karl O. Pinc" <kop@karlpinc.com>, w^3 <pgsql-www@lists.postgresql.org>
Date: 2023-03-09T17:34:05Z
Lists: pgsql-hackers
On 3/9/23 4:35 AM, Daniel Gustafsson wrote:
>> On 9 Mar 2023, at 10:27, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
>
>> ... but in addition it needs the pgweb CSS to be updated to match, as in
>> the attached patch.
>>
>> What do you think?
>
> LGTM.
I'm OK with the change, I'm not OK with the comment around it because
"Simplelist" doesn't really give meaning to it AFAICT. Maybe:
/** Additional formatting for "simplelist" structures */
#docContent table.simplelist td {
padding-left: 2em;
padding-right: 2em;
}
Jonathan
Commits
-
Remove new <para id="contrib-obsolete">.
- 244ab8c00c42 16.0 landed
-
doc/PDF: Add page breaks for <sect1> in contrib appendix
- 30e9f2608adf 16.0 landed
-
doc: Add lists of modules trusted/obsolete
- a0137388cb64 16.0 landed
-
HTML docs: Add padding to table.simplelist for more readable output
- a7e584a7d68a 16.0 landed
-
Describe each contrib module in its SGML section title
- e86c8b728f3c 16.0 landed