Re: [PATCH v5 01/23] dts: code adjustments for doc generation

2023-11-14 Thread Juraj Linkeš
On Wed, Nov 8, 2023 at 2:35 PM Yoan Picchi wrote: > > On 11/6/23 17:15, Juraj Linkeš wrote: > > The standard Python tool for generating API documentation, Sphinx, > > imports modules one-by-one when generating the documentation. This > > requires code changes: > > * properly guarding argument pars

Re: [PATCH v5 01/23] dts: code adjustments for doc generation

2023-11-08 Thread Yoan Picchi
On 11/6/23 17:15, Juraj Linkeš wrote: The standard Python tool for generating API documentation, Sphinx, imports modules one-by-one when generating the documentation. This requires code changes: * properly guarding argument parsing in the if __name__ == '__main__' block, * the logger used by D

[PATCH v5 01/23] dts: code adjustments for doc generation

2023-11-06 Thread Juraj Linkeš
The standard Python tool for generating API documentation, Sphinx, imports modules one-by-one when generating the documentation. This requires code changes: * properly guarding argument parsing in the if __name__ == '__main__' block, * the logger used by DTS runner underwent the same treatment so