For a standard data class, it seems like mkdocstrings can show the signature of the automatically generated init() method:

It would be great to do that for pydantic classes too, so it's clear to the user how to create an instance of the class.
See mkdocstrings/python#234 (comment)
For a standard data class, it seems like mkdocstrings can show the signature of the automatically generated init() method:
It would be great to do that for pydantic classes too, so it's clear to the user how to create an instance of the class.
See mkdocstrings/python#234 (comment)