Re: [PATCH v7 01/21] dts: code adjustments for doc generation

2023-11-20 Thread Juraj Linkeš
On Thu, Nov 16, 2023 at 10:05 PM Jeremy Spewock wrote: > > > > On Wed, Nov 15, 2023 at 8:11 AM 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: >> * prope

Re: [PATCH v7 01/21] dts: code adjustments for doc generation

2023-11-20 Thread Yoan Picchi
On 11/15/23 13:09, 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

Re: [PATCH v7 01/21] dts: code adjustments for doc generation

2023-11-16 Thread Jeremy Spewock
On Wed, Nov 15, 2023 at 8:11 AM 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,