pyglider.example_data ===================== .. py:module:: pyglider.example_data Functions --------- .. autoapisummary:: pyglider.example_data.get_example_data Module Contents --------------- .. py:function:: get_example_data(outdir='./') Get example data sets and configuration files. Downloads ``example-data.tar.gz`` from the pyglider documentation site and extracts it into *outdir*, creating ``outdir/example-data/``. :Parameters: **outdir** : str or Path, optional Location to extract the example files into. They will be put at ``outdir/example-data/``. Default is to unpack in the current directory. .. !! processed by numpydoc !!