QuantEcon.py icon indicating copy to clipboard operation
QuantEcon.py copied to clipboard

repeated names in directory

Open jstac opened this issue 6 years ago • 3 comments

There are a lot of repeated names in the list of attributes, filename and then class or function name:

ss

e.g., compute_fixed_point and compute_pf, ECDF and ecdf. We don't really need the module names here. Should they be hidden, perhaps? What's the convention?

jstac avatar Oct 15 '17 11:10 jstac

numba also appears as an attribute of the library...

jstac avatar Oct 15 '17 11:10 jstac

Hey @jstac I am not sure what the convention is here. I will have a look at pandas or another major project to see what style they adopt. We can adopt a style of prepending _ to module names and external packages on import. That hides them to introspection.

mmcky avatar Oct 15 '17 23:10 mmcky

@jstac @mmcky Please let me know your reviews regarding #601

Smit-create avatar Feb 23 '22 19:02 Smit-create