Hi Martin, > -----Original Message----- > From: Gcc-patches <gcc-patches- > bounces+tamar.christina=arm....@gcc.gnu.org> On Behalf Of Martin Liška > Sent: Tuesday, June 29, 2021 11:09 AM > To: Joseph Myers <jos...@codesourcery.com> > Cc: GCC Development <gcc@gcc.gnu.org>; gcc-patc...@gcc.gnu.org > Subject: Re: [PATCH] Port GCC documentation to Sphinx > > On 6/28/21 5:33 PM, Joseph Myers wrote: > > Are formatted manuals (HTML, PDF, man, info) corresponding to this > > patch version also available for review? > > I've just uploaded them here: > https://splichal.eu/gccsphinx-final/ >
Thanks for doing this 😊 I'm a primary user of the PDFs (easier to work offline) I do like the look and syntax highlighting of the new PDFs, But I do prefer the way the current itemized entries are laid out. See for instance ` vect_interleave` which before would have the description indented on the next line, vs the new docs which puts it on the same line. The visual break in my opinion makes it easier to read. It currently looks like a sea of text. Also purely personal I expect, but could the weight of the bold entries be reduced a bit? They look very BOLD to me atm and when there's a lot of them I find it slightly harder to read. Cheers, Tamar > Martin