Re: [RFC PATCH v3 0/4] dts: add dts api docs

2023-05-22 Thread Juraj Linkeš
On Wed, May 17, 2023 at 6:57 PM Bruce Richardson wrote: > > On Thu, May 11, 2023 at 11:14:04AM +0200, Juraj Linkeš wrote: > > Augment the meson build system with dts api generation. The api docs are > > generated from Python docstrings in DTS using Sphinx. The format of > > choice is the Google fo

Re: [RFC PATCH v3 0/4] dts: add dts api docs

2023-05-17 Thread Bruce Richardson
On Thu, May 11, 2023 at 11:14:04AM +0200, Juraj Linkeš wrote: > Augment the meson build system with dts api generation. The api docs are > generated from Python docstrings in DTS using Sphinx. The format of > choice is the Google format [0]. > > The guides html sphinx configuration is used to pres

[RFC PATCH v3 0/4] dts: add dts api docs

2023-05-11 Thread Juraj Linkeš
Augment the meson build system with dts api generation. The api docs are generated from Python docstrings in DTS using Sphinx. The format of choice is the Google format [0]. The guides html sphinx configuration is used to preserve the same style. The build requires the same Python version and dep