[ ] Change an existing functionality, such as default behavior?
[x] Other?
Description
we'll add a couple of examples for ImageContainer methods. For this, I was wondering
if it is possible to add the examples to the ImageContainer docs (like we add links to examples for the API functions)
if we can create an overview page for all class methods. E.g. something like the table that we have in the API atm, where you see the function (class method) and a short description. You can then click on these to go to the method docs (can be on the same page). Or, alternatively we could at least have an entry in the navigation bar on the left for each class method. I played around with sphinx a bit, and think this:
Type of the feature
sqduipy.im
?squidpy.gr
?squidpy.pl
?Description
we'll add a couple of examples for
ImageContainer
methods. For this, I was wonderingImageContainer
docs (like we add links to examples for the API functions)if we can create an overview page for all class methods. E.g. something like the table that we have in the API atm, where you see the function (class method) and a short description. You can then click on these to go to the method docs (can be on the same page). Or, alternatively we could at least have an entry in the navigation bar on the left for each class method. I played around with sphinx a bit, and think this:
does something very similar to what I'm after.
this also seems to add the gallery links - at least to the overview page, which would also be fine.