3
我正在使用Sphinx autosummary指令來記錄一個類,但我遇到的問題是自動摘要僅嚴格顯示自動摘要表中docstring的第一行。例如,在Sphinx自動摘要中使用第一段而不是第一行
.. currentmodule:: logging
.. autosummary::
~Logger.manager
~Logger.root
產生具有表:
manager There is [under normal circumstances] just one Manager instance, which
root A root logger is not that different to any other logger, except that
我可以理解爲什麼這是默認的,但有沒有辦法讓這個第一句或第一段是顯示?