pytest2/doc/en/reference
Ran Benita 7431750bb6 doc: have tighter control on what autodoc shows
New versions of sphinx starting showing `__init__` parameters even when
we don't want them to show because they are private (have `_ispytest`
argument).

The only working solution I found was to switch to
`autodoc_typehints_description_target = "documented"` and explicitly
document parameters for which we want to show the types. It's a little
tedious and repetitive in some simple cases, but overall it results in
nicer API docs.
2022-08-13 21:46:49 +03:00
..
customize.rst doc: require sphinx 5 2022-08-13 21:45:54 +03:00
exit-codes.rst Further rationalised "how to invoke pytest" material. (#8536) 2021-04-08 21:19:30 -03:00
fixtures.rst fix missing ref to flattened fixture order image 2022-01-19 09:26:07 -05:00
index.rst Reorder the reference guides in the docs 2022-05-16 23:01:54 +02:00
plugin_list.rst [automated] Update plugin list (#10194) 2022-08-12 11:06:48 +02:00
reference.rst doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00