Skip to content

Commit

Permalink
Update module docstring for new home location
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed May 7, 2021
1 parent 8a83781 commit ff7a4a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions adeft/locations.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""
Contains paths to locations on user's system where models and resources are
to be stored. These all live in adeft's home folder which defaults to the
hidden directory ".adeft" in the user's home directory but which can be
specified by setting the environment variable ADEFT_HOME in the user's profile.
to be stored. These all live in adeft's home folder which defaults to
a directory "adeft" in a location determined by Python's `appdirs` package.
An alternative location can be specified by setting the environment variable
ADEFT_HOME in the user's profile.
"""

import os
Expand Down

0 comments on commit ff7a4a6

Please sign in to comment.