waszil
waszil
Hi, this PR tries to fix this issue: https://github.com/astropy/sphinx-automodapi/issues/115. Used sphinx version: 3.2.1 Python version: 3.8.5 Fix #115
Hi, great package! I have one problem: automodapi seems to ignore `dataclass` fields if they are initialized with the `field` method or annotated with a `typing` type: ```python from dataclasses...
I'm using python 3.7.7, sphinx 3.0.3 and the latest automodapi. The following problem occurs: I get these kind of warnings: "WARNING: Found additional options members in automodapi" however it causes...
I have a function to switch off/modify exception traceback printing for a custom exception class, based on this: https://ipython.readthedocs.io/en/stable/api/generated/IPython.core.interactiveshell.html?highlight=set_custom_exc#IPython.core.interactiveshell.InteractiveShell.set_custom_exc The problem is, that besides xmode = "Minimal", some exception occurs...
Hi! This is a great project! I have been playing with it, and I cannot accomplish the following thing: I would need to define some protocol packets, each having the...
Hi! Great package! I use `AlignedStruct` from construct, is there a way to wrap it by `DataclassStruct`? Thanks!
## I have ... * [ ] a question * [ ] found a bug * [x] a change request Hi, great package! I have created a new class for...