Open
Description
There's very little documentation on the caching process, and users sometimes complain about the cache filling up.
In short, we need documentation stating:
- The default location is
~/.astropy/cache/astroquery
- get_cache_dir can be used to find the cache dir
- some documentation about how clear_download_cache can be used to clear the cache, with examples
[Edit]:
- add a repeated troubleshooting section to every module's narrative docs that refers to clearing the cache (and upgrading the version) as possible ways to fix failing queries.
- possibly link the above in the class docstrings, too (along with timeout, row_limit, etc.)