Skip to content

Commit f78949f

Browse files
committed
DOC: Add default config section.
MNT: Remove non-existent file from package data.
1 parent 69365c7 commit f78949f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

astroquery/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def get_package_data():
5-
return {'astroquery': ['astroquery.cfg', 'CITATION']}
5+
return {'astroquery': ['CITATION']}

docs/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@ All query tools allow coordinate-based queries:
143143
144144
For additional guidance and examples, read the documentation for the individual services below.
145145

146+
.. _default_config:
147+
148+
Default configuration file
149+
--------------------------
150+
151+
To customize this, copy it to your ``$HOME/.astropy/config/astroquery.cfg``,
152+
uncomment the relevant configuration item(s), and insert your desired value(s).
153+
154+
.. generate_config:: astroquery
155+
146156
Available Services
147157
==================
148158

0 commit comments

Comments
 (0)