-
### Description of the bug
If I add in markdown
```
::: my_package.my_module
options:
members:
- my_attribute
```
mkdocstrings displays this beautifully:
But if …
-
### Description of the bug
So, I had my docs already working. Added new pydantic models and saw that mkdocstrings cannot parse it correctly so I used this extension, but got really similar result…
-
Currently mkdocs can't extract the field description of the BaseModel that we use for configuration -> Find way to solve this so that user can understand how to configure qoaclient, probes, connector/…
-
**Is your feature request related to a problem? Please describe.**
Sometimes classes/functions/methods are decorated with callables that modify them. It's always possible to write Griffe extensions t…
-
### Description of the bug
Griffe fails to parse the class init signature for pydantic dataclasses that allow extra kwargs.
The result is missing types in the documentation and everything marked as …
Vodes updated
1 month ago
-
### Is your feature request related to a problem? Please describe.
I am maintaining a library where I am using pythons new `@deprecated` decorated, which is useful as LSP's can pick this up and provi…
-
Apologies if I have missed a setting. I cannot find an easy way to document the `__init__` method for equinox modules, which uses the same default generated `__init__` methods as dataclasses.
```pyth…
-
In GitLab by @ErwanDemairy on Oct 20, 2022, 10:15
Current status:
```
INFO - DeprecationWarning: The BaseCollector class is deprecated, and passing an instance of it to your handler is deprecate…
-
### Description of the bug
I have methods defined with `@typing.overload` but they are not showing up in the generated docs. Other methods show up fine, but not the overload ones. There are no warn…
-
I have this project in the same vein, https://github.com/pawamoy/yore. It's for when the deprecation period actually stops and you want to remove the dead code.
Before that codecrumbs helps migrati…