Andreas Mueller
Andreas Mueller
huh, we didn't need this hack, the `numpydoc_show_class_members = True` combine with `class_members_toctree = False` seems to produce the right results. It just seems kinda odd if there is only...
I'm kinda punting on it for now. This configuration Works For Me™.
I have no idea how to react to this. No, this is not solved....
Also see #1835
Can we maybe discuss next Monday? We are just working on a patch that will improve parsing of docstrings. That will require the newest version then....
For the intermediate representation: That means that you either need to support only a specific version of a package or that you need to write code to make the wrappers...
I guess I didn't think about the usecase when someone gets a file from someone else with a new module. Then it seems better to say "you need a newer...
The problem is that if you "just" wrap the version that is available at the moment, it will error when someone uses an old version of the library and you...
On 01/08/2015 11:34 AM, dakoop wrote: > With the VTK wrapping, we have had cases where a vistrail that worked > on one user's machine will not on another user's...
On 01/08/2015 11:36 AM, dakoop wrote: > I think our messages crossed, but the intermediate representation is > very useful for patching (when you need to work around an issue...