You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would help generate documentation with sphinx autodoc—otherwise the documentation of Outer.Inner is "alias of _Inner", which is kind of useless. Maybe there is another way with autodoc but this would be a quick fix. Not sure about runtime penalties though.
Ideally, we would have the full definition inside Outer but I think Cython does not really support that yet.
The text was updated successfully, but these errors were encountered:
Instead of:
We could do
This would help generate documentation with sphinx autodoc—otherwise the documentation of Outer.Inner is "alias of _Inner", which is kind of useless. Maybe there is another way with autodoc but this would be a quick fix. Not sure about runtime penalties though.
Ideally, we would have the full definition inside Outer but I think Cython does not really support that yet.
The text was updated successfully, but these errors were encountered: