However, I want to show the documentation of the `RectangularKernel.__call__` function instead of __init__ (default by autosummary). How can I do it? I guess, the answer is in templates, but I don't know how to use them (sphinx templates documentation
does not cover it).
Note: I have a bunch of kernel classes (not just one) that need to be treated in the same way.
Thank you.
Danylo.
Komiya Takeshi
unread,
May 13, 2020, 9:09:40 AM5/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi,
To customize output of autosummary, using own custom template is a good idea.
But it is hard to replace __init__ method description by __call__
method even if you're using template.
I don't have idea to realize it...