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
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
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,
3 matches
Mail list logo