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
A new C++ enum kvikio::CompatMode will be exposed to Python API using Cython as of PR 547. However, Sphinx does not seem to be capable of processing the Cython code automatically, leaving this enum undocumented.
We may follow @wence- 's workaround initially devised for cuDF to generate Cython enum documentation for KvikIO.
The text was updated successfully, but these errors were encountered:
A new C++ enum
kvikio::CompatMode
will be exposed to Python API using Cython as of PR 547. However, Sphinx does not seem to be capable of processing the Cython code automatically, leaving this enum undocumented.We may follow @wence- 's workaround initially devised for cuDF to generate Cython enum documentation for KvikIO.
The text was updated successfully, but these errors were encountered: