Re: [sphinx-users] Add more details to sphinx-generated API reference

2020-11-25 Thread Daniel Scott
On Mon, Aug 3, 2020, 3:26 AM Markus Löning wrote: > Hi all, > > Currently, when we generate our API reference we basically get a table > with two columns, one for the class name and one for the description (the > first line of the init docstring) (see > https://sktime.org/api_reference.html) > >

Re: [sphinx-users] Add more details to sphinx-generated API reference

2020-08-03 Thread Komiya Takeshi
Sorry. I don't know that. There many kinds of extensions in the world. So there might be an expected one. Thanks, Takeshi KOMIYA 2020年8月3日(月) 22:57 Markus Löning : > > Thanks Takeshi for the reply. Any other way to do this with sphinx if we > would give up the auto summary extension? > > On Mond

Re: [sphinx-users] Add more details to sphinx-generated API reference

2020-08-03 Thread Markus Löning
Thanks Takeshi for the reply. Any other way to do this with sphinx if we would give up the auto summary extension? On Monday, 3 August 2020 14:55:32 UTC+1, Komiya Takeshi wrote: > > It seems this pages uses autosummary extension. If so, there no way to > add table columns for autosummary-table.

Re: [sphinx-users] Add more details to sphinx-generated API reference

2020-08-03 Thread Komiya Takeshi
It seems this pages uses autosummary extension. If so, there no way to add table columns for autosummary-table. You need to make a your own custom directive. Thanks, Takeshi KOMIYA 2020年8月3日(月) 19:26 Markus Löning : > > Hi all, > > Currently, when we generate our API reference we basically get a

[sphinx-users] Add more details to sphinx-generated API reference

2020-08-03 Thread Markus Löning
Hi all, Currently, when we generate our API reference we basically get a table with two columns, one for the class name and one for the description (the first line of the init docstring) (see https://sktime.org/api_reference.html) Is there a way to add another column to it? We'd like to disp