sphinx-autodoc2 icon indicating copy to clipboard operation
sphinx-autodoc2 copied to clipboard

Support autodoc_class_signature

Open DatGuy1 opened this issue 2 years ago • 1 comments

autodoc_class_signature

This value selects how the signature will be displayed for the class defined by autoclass directive. The possible values are:

"mixed"
Display the signature with the class name.

"separated"
Display the signature as a method.

The default is "mixed".

DatGuy1 avatar Mar 12 '23 11:03 DatGuy1

https://github.com/sphinx-extensions2/sphinx-autodoc2/blob/13933a5b25a780e03f227414d432420706962212/src/autodoc2/render/rst_.py#L58

😅

chrisjsewell avatar Mar 12 '23 15:03 chrisjsewell