from fastai.gen_doc.nbdoc import * from fastai.datasets import * from fastai.datasets import Config from pathlib import Path show_doc(URLs) URLs.MNIST_SAMPLE show_doc(untar_data) untar_data(URLs.PLANET_SAMPLE) show_doc(download_data) download_data(URLs.PLANET_SAMPLE) show_doc(datapath4file) show_doc(url2path) show_doc(Config) show_doc(Config.get_path) show_doc(Config.data_path) show_doc(Config.model_path) show_doc(Config.create) show_doc(url2name) show_doc(Config.get_key) show_doc(Config.get)