I started adding imports to a few of the docs, but then decided against it.
It feels a little redundant to add from fastai.vision import * on all the vision submodules. Same with callbacks.
In my opinion, the utils confusion is very specific edge case. All the other fastai submodules are imported automatically from the top level.
Most of our overview pages contain import examples. I’ve added some for the ones that don’t
If someone still feels strongly about it, feel free to take up this task!
Here’s the code (if needed) for the docs api side: