Searchable documentation for FastAI 2020

That would live in the documentation website: https://docs.fast.ai/

You can also pull up the exact documentation spot if you have nbdev installed:

!pip install nbdev
doc(myfunc)

On the tab that pops up will be a blue hyperlink to the documentation

2 Likes