# Each line of instruction in this `inputs.txt` file should contain a destination and source delimited by a `|`.
# Lines beginning with # are ignored.
# 
# For example, suppose your `inputs.txt` file contains the following lines of text:
# > destination | source
#
# Now suppose you run the following line of code:
# > link_inputs(paths, ['inputs.txt'])
# 
# This will create a link in `paths['input_dir']` named `destination` that links to `source`.
# 
# Alternative, suppose you run the following line of code:
# > copy_inputs(paths, ['inputs.txt'])
# 
# This will create a file in `paths['input_dir']` named `destination` that is a copy of `source`.

# Destination | Source
countypres_2000-2016.csv 		| "{root}/raw/county_election/countypres_2000-2016.csv" 
county_shapefiles	 			| "{root}/raw/gz_2010_us_050_00_20m"
nyt_mask_use_counties.csv		| "{root}/raw/nyt_mask_use/mask-use-by-county.csv"
cbsa2fipsxw.csv					| "{root}/raw/cbsa2fipsxw/cbsa2fipsxw.csv"
county_pm25.csv					| "{root}/raw/county_pm25/county_pm25.csv"
temp_seasonal_county.csv		| "{root}/raw/county_temperature/temp_seasonal_county.csv"
PctUrbanRural_County.xls		| "{root}/raw/share_urban/PctUrbanRural_County.xls"