Is there a recommended way to navigate the ArcGIS API for python?
an example of how I've been navigating it:
the search() method shows up in different classes in the api reference (ContentManager, UserManager, GroupManager, DataStoreManager, etc).
Once I use ctrl-f and type "search(", I need to scroll up quite a ways in order to find out the correct class the specific search() method belongs to, which makes it hard to keep track of where I am in the API reference.
By contrast, the ArcGIS API for JavaScript makes it simple for the developer to navigate the API by separating each class with its' properties and methods into a separate page, like this: