Johan Seland
Results
2
issues of
Johan Seland
Moving discussion of https://github.com/inducer/pycuda/issues/25 over here, where it should have been in the first place. The docs righly state that dynamic compilation and linking is now working on Windows. Is...
I am using sphinx2-autodoc2 to generate documentation for a Python class like this: ```python class Foo: """This is class foo""" bar = 42 """The bar of foo""" ``` When running...