Skip to content

Commit c421757

Browse files
authored
Merge pull request #13 from migueldvb/hitran
Give cache directory path in HITRAN docs
2 parents 45372e7 + 2481e36 commit c421757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hitran/hitran.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Getting started
99

1010
This module provides an interface to the `HITRAN`_ database API. It can
1111
download a data file including transitions for a particular molecule in a given
12-
wavenumber range. The file is downloaded in the `~astroquery.hitran.cache_location`
13-
directory and can be opened with a reader function that returns a table of
14-
spectral lines including all accessible parameters.
12+
wavenumber range. The file is downloaded in the default cache directory
13+
``~/.astropy/cache/astroquery/hitran`` and can be opened with a reader function
14+
that returns a table of spectral lines including all accessible parameters.
1515

1616
Examples
1717
========

0 commit comments

Comments
 (0)