Create/find the docs page for each class/function

Say I want to use scikit-learns Random Forest, but I strugle to remember the inputs. In their docs I can easily find such informations like here.

On the other hand - finding the same information for Django, say forms.ModelForm is extremely difficult and non-intuitve. Going to the API docs page here provides a (fantastic) guide and some tips and tricks, but the class-docs e.g Forms, are simply missing.

a) Isn’t there a place where the class/functions docs are written such as the sklearn docs, such that when is in doubt of the difference input there is a quick and easy way to look it up?

b) I would suggest moving such details to the tutorials guide, or simply addind them below the class-docs .