Skip to content

Commit ff5bd84

Browse files
committed
DOC: cleanup readme from extra install info and unused links
1 parent f80651c commit ff5bd84

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

README.rst

+6-23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`Documentation`_ | Blog_ | `View on Github`_ | `Download Stable ZIP`_ | `Download Stable TAR`_
1+
`Documentation`_ | `View on Github`_ | `Download Development ZIP`_
22

33
.. image:: https://img.shields.io/pypi/v/astroquery.svg
44
:target: https://pypi.org/project/astroquery/#history
@@ -9,7 +9,7 @@
99
:alt: Documentation Status
1010

1111
.. image:: https://github.com/astropy/astroquery/workflows/CI/badge.svg
12-
:target: https://github.com/astropy/astroquery/actions?query=workflow%3ACI
12+
:target: https://github.com/astropy/astroquery/actions?query=workflow%37ACI
1313
:alt: Github Actions CI Status
1414

1515
.. image:: https://codecov.io/gh/astropy/astroquery/branch/main/graph/badge.svg
@@ -35,26 +35,16 @@ website <https://simbad.cds.unistra.fr/simbad/>`_, use the ``simbad`` sub-packag
3535
>>> from astroquery.simbad import Simbad
3636
>>> theta1c = Simbad.query_object('tet01 Ori C')
3737
>>> theta1c.pprint()
38-
main_id ra dec ... coo_wavelength coo_bibcode matched_id
39-
deg deg ...
38+
main_id ra dec ... coo_wavelength coo_bibcode matched_id
39+
deg deg ...
4040
------------- ------------- ------------- ... -------------- ------------------- -------------
4141
* tet01 Ori C 83.8186095697 -5.3897005033 ... O 2020yCat.1350....0G * tet01 Ori C
4242
4343
Installation and Requirements
4444
-----------------------------
4545

46-
Astroquery works with Python 3.7 or later.
47-
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 4.2.1 or later.
48-
49-
astroquery uses the `requests <https://requests.readthedocs.io/en/latest/>`_
50-
module to communicate with the internet. `BeautifulSoup
51-
<https://www.crummy.com/software/BeautifulSoup/>`_ and `html5lib'
52-
<https://html5lib.readthedocs.io/en/latest/>`_ are needed for HTML parsing for
53-
some services. The `keyring <https://pypi.python.org/pypi/keyring>`_ module is
54-
also required for accessing services that require a login. These can all be
55-
installed using `pip <https://pypi.python.org/pypi/pip>`_ or `anaconda
56-
<https://www.anaconda.com/>`_. Running the tests requires `curl
57-
<https://curl.haxx.se/>`_ to be installed.
46+
Astroquery works with Python 3.9 or later.
47+
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 5.0 or later.
5848

5949
The latest version of astroquery can be pip installed (note the ``--pre`` for
6050
picking up released developer versions, and ``-U`` for upgrade):
@@ -124,18 +114,11 @@ looked up at the following `Zenodo page <https://doi.org/10.5281/zenodo.591669>`
124114
Additional Links
125115
----------------
126116

127-
`Download Development ZIP`_ | `Download Development TAR`_
128-
129117
Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz <https://github.com/bsipocz>`_ (`[email protected]`_)
130118

131119

132120
.. _Download Development ZIP: https://github.com/astropy/astroquery/zipball/main
133-
.. _Download Development TAR: https://github.com/astropy/astroquery/tarball/main
134-
.. _Download Stable ZIP: https://github.com/astropy/astroquery/zipball/stable
135-
.. _Download Stable TAR: https://github.com/astropy/astroquery/tarball/stable
136121
.. _View on Github: https://github.com/astropy/astroquery/
137122
.. _Documentation: https://astroquery.readthedocs.io
138-
139123
.. _Adam Ginsburg: https://www.adamgginsburg.com
140-
.. _Blog: http://astropy.org/astroquery-blog
141124
.. _API: https://astroquery.readthedocs.io/en/latest/api.html

0 commit comments

Comments
 (0)