Artificial intelligent assistant

Sphinxのsphinx-apidocコマンドによるソースドキュメント自動生成で、__init__関数を表示させる方法は? Sphinxdocstirng sphinx-apidoc sphinx-apidoc -f -P -o ./_documents_/Development/source/_root_source_ ./ .rst class\_API module ================= .. automodule:: class_API :members: :undoc-members: :show-inheritance: :private-members: __init__sphinx-apidoc :special-members: __init__

sphinx-apidoc `conf.py` `autodoc_default_options`


autodoc_default_options = {
'special-members': '__init__',
}


:
<

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 10a5f0eefbf771e3d24591efd67f893b