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
Even though I'm developing in C#, I am mostly using the C++ docs to understand the TileDB Embedded API because (understandably) it has the most filled-out method summaries. However, it can be time-consuming to find methods that might do what I'm looking for because I don't see a concise list of them anywhere. Instead, I have to scroll through the full documentation for a class, including the method summaries, examples, parameters, and return values.
Hi @dragorosson, this does not seem to be supported at the moment by the doxygen->sphinx/rtd tool we use (Breathe). There is a related tool called Exhale that I've looked at in the past which appears to provide this capability. I'll have to look at it again in more detail to see; we will definitely keep this in mind as we are reworking our docs. Thanks for the suggestion.
Even though I'm developing in C#, I am mostly using the C++ docs to understand the TileDB Embedded API because (understandably) it has the most filled-out method summaries. However, it can be time-consuming to find methods that might do what I'm looking for because I don't see a concise list of them anywhere. Instead, I have to scroll through the full documentation for a class, including the method summaries, examples, parameters, and return values.
Compare this to https://learn.microsoft.com/en-us/dotnet/api/system.array?view=net-7.0, which has a sidebar with expandable properties and methods sections.
Could something similar be enabled for the
readthedocs
-based documentation?P.S. The existing docs have been very helpful and I'm glad that they're there!
The text was updated successfully, but these errors were encountered: