pregex icon indicating copy to clipboard operation
pregex copied to clipboard

Pre section of the docs is empty

Open ailac22 opened this issue 2 years ago • 1 comments

Is it possible that in the docs, the pregex.core.pre is almost empty, and methods such as get_captures and get_named_captures do not appear in the index (they do appear in the documentation though). It's confusing because only the class containing this methods appear, it would easier to find if the methods could also be listed since they're important

pre_pregex

Thank you.

ailac22 avatar Jan 21 '24 16:01 ailac22

Hey there, the methods for each class are currently not displayed since all classes inherit from the Pregex class, therefore the same methods would be repeated numerous times. However, I can include the methods just once for the Pregex class. I'm keeping this issue open so that I remember to implement this. Thanks!

manoss96 avatar Jan 22 '24 12:01 manoss96