Sphinx: list of functions in a module

后端 未结 1 889
忘掉有多难
忘掉有多难 2021-01-17 14:21

I have some python modules containing mostly functions and a few classes. Each one is documented using sphinx-autodoc in a separate rst. What I want to do is to create a t

相关标签:
1条回答
  • 2021-01-17 15:12

    You probably want something like the autosummary extension. The actual autosummary extension will not quite do what you want, though.

    An example of how you might extend autosummary to auto-detect the contents of the module is given in this answer

    0 讨论(0)
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题