We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib.wiring
1 parent 6b51252 commit e3c9296Copy full SHA for e3c9296
docs/conf.py
@@ -39,7 +39,11 @@
39
napoleon_use_ivar = True
40
napoleon_include_init_with_doc = True
41
napoleon_include_special_with_doc = True
42
-napoleon_custom_sections = ["Platform overrides"]
+napoleon_custom_sections = [
43
+ ("Attributes", "params_style"), # by default displays as "Variables", which is confusing
44
+ ("Members", "params_style"), # `lib.wiring` signature members
45
+ "Platform overrides"
46
+]
47
48
html_theme = "sphinx_rtd_theme"
49
html_static_path = ["_static"]
0 commit comments