public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] makedocbook improvements (v2)
@ 2022-11-04 13:49 Jon Turney
  2022-11-04 13:49 ` [PATCH 1/5] makedocbook: Use raw strings for regexes Jon Turney
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jon Turney @ 2022-11-04 13:49 UTC (permalink / raw)
  To: newlib; +Cc: Jon Turney

Fix various flake8 issues, and a false report of unhandled texinfo command

Jon Turney (5):
  makedocbook: Use raw strings for regexes
  makedocbook: Use sys.exit()
  makedocbook: Drop stray semicolons
  makedocbook: Adjust inline whitespace to fix flake8 warnings
  makedocbook: Fix false report of unhandled texinfo command

 newlib/doc/chapter-texi2docbook.py |  22 ++--
 newlib/doc/makedocbook.py          | 170 ++++++++++++++---------------
 2 files changed, 94 insertions(+), 98 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-07  8:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 13:49 [PATCH 0/5] makedocbook improvements (v2) Jon Turney
2022-11-04 13:49 ` [PATCH 1/5] makedocbook: Use raw strings for regexes Jon Turney
2022-11-04 13:49 ` [PATCH 2/5] makedocbook: Use sys.exit() Jon Turney
2022-11-04 14:52   ` Torbjorn SVENSSON
2022-11-05 14:28     ` Mike Frysinger
2022-11-04 13:49 ` [PATCH 3/5] makedocbook: Drop stray semicolons Jon Turney
2022-11-04 13:49 ` [PATCH 4/5] makedocbook: Adjust inline whitespace to fix flake8 warnings Jon Turney
2022-11-04 13:49 ` [PATCH 5/5] makedocbook: Fix false report of unhandled texinfo command Jon Turney
2022-11-05 14:28 ` [PATCH 0/5] makedocbook improvements (v2) Mike Frysinger
2022-11-07  8:48   ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).