All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] cleanup coding style on Documentation/conf
@ 2025-06-18 20:54 Mauro Carvalho Chehab
  2025-06-18 20:54 ` [PATCH 1/1] docs: conf.py: several coding style fixes Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2025-06-18 20:54 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Breno Leitao

Hi Jon,

This series comes after this one:

https://lore.kernel.org/linux-doc/20250618182032.03e7a727@sal.lan/T/#t

It is just a cleanup patch, doing some cleanup at conf.py and making
it look more like python's coding style. I used autopep8 and black 
to automatically create obvious things. Then, addressed some issues
introduced by them and made pylint happier.

No functional changes intended.

Mauro Carvalho Chehab (1):
  docs: conf.py: several coding style fixes

 Documentation/conf.py | 367 +++++++++++++++++++++---------------------
 1 file changed, 181 insertions(+), 186 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-06-18 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 20:54 [PATCH 0/1] cleanup coding style on Documentation/conf Mauro Carvalho Chehab
2025-06-18 20:54 ` [PATCH 1/1] docs: conf.py: several coding style fixes Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.