Pythonオブジェクトのクロスリファレンス
https://www.sphinx-doc.org/ja/master/usage/restructuredtext/domains.html#cross-referencing-python-objects
以下のロールを使用すると、モジュール内のオブジェクトを参照できます。
(Domainにもロールがある。
Sphinxのロール
)
:py:func:
add_function_parentheses 設定値を True (デフォルト)にしておくと、Sphinxが自動で括弧を追加します。
https://www.sphinx-doc.org/ja/master/usage/configuration.html#confval-add_function_parentheses
:py:meth:
:py:func:
と同様
:py:class:
https://www.sphinx-doc.org/ja/master/usage/domains/python.html#role-py-class