25
25
Accessing Online Astronomical Data
26
26
==================================
27
27
28
- Astroquery is an `astropy <http ://www.astropy.org >`_ affiliated package that
28
+ Astroquery is an `astropy <https ://www.astropy.org >`_ affiliated package that
29
29
contains a collection of tools to access online Astronomical data. Each web
30
30
service has its own sub-package. For example, to interface with the `SIMBAD
31
31
website <https://simbad.cds.unistra.fr/simbad/> `_, use the ``simbad `` sub-package:
@@ -47,12 +47,12 @@ As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.2.1 or late
47
47
48
48
astroquery uses the `requests <https://requests.readthedocs.io/en/latest/ >`_
49
49
module to communicate with the internet. `BeautifulSoup
50
- <http ://www.crummy.com/software/BeautifulSoup/> `_ and `html5lib'
50
+ <https ://www.crummy.com/software/BeautifulSoup/> `_ and `html5lib'
51
51
<https://html5lib.readthedocs.io/en/latest/> `_ are needed for HTML parsing for
52
52
some services. The `keyring <https://pypi.python.org/pypi/keyring >`_ module is
53
53
also required for accessing services that require a login. These can all be
54
54
installed using `pip <https://pypi.python.org/pypi/pip >`_ or `anaconda
55
- <http ://continuum.io /> `_. Running the tests requires `curl
55
+ <https ://www.anaconda.com /> `_. Running the tests requires `curl
56
56
<https://curl.haxx.se/> `_ to be installed.
57
57
58
58
The latest version of astroquery can be pip installed (note the ``--pre `` for
@@ -107,7 +107,7 @@ Citing Astroquery
107
107
-----------------
108
108
109
109
If you use ``astroquery ``, please cite the paper we published in `The
110
- Astronomical Journal <http ://adsabs.harvard.edu/abs/2019AJ....157...98G> `__.
110
+ Astronomical Journal <https ://adsabs.harvard.edu/abs/2019AJ....157...98G> `__.
111
111
112
112
The BibTeX entry is available from the package itself::
113
113
@@ -133,8 +133,8 @@ Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz <https://github.com/bsipocz>
133
133
.. _Download Stable ZIP : https://github.com/astropy/astroquery/zipball/stable
134
134
.. _Download Stable TAR : https://github.com/astropy/astroquery/tarball/stable
135
135
.. _View on Github : https://github.com/astropy/astroquery/
136
- .. _Documentation : http ://astroquery.readthedocs.io
136
+ .. _Documentation : https ://astroquery.readthedocs.io
137
137
138
- .. _Adam Ginsburg : http ://www.adamgginsburg.com
138
+ .. _Adam Ginsburg : https ://www.adamgginsburg.com
139
139
.. _Blog : http://astropy.org/astroquery-blog
140
- .. _API : http ://astroquery.readthedocs.io/en/latest/api.html
140
+ .. _API : https ://astroquery.readthedocs.io/en/latest/api.html
0 commit comments