Skip to content

Commit a608b43

Browse files
committed
add team.rst to index and smuggle in a note about py2 deprecation
Apply suggestions from code review Co-Authored-By: Brigitta Sipocz <b.sipocz@gmail.com> whitespace
1 parent 8992907 commit a608b43

File tree

2 files changed

+74
-72
lines changed

2 files changed

+74
-72
lines changed

docs/index.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ The development version can be obtained and installed from github:
6464
Requirements
6565
------------
6666

67-
Astroquery works with Python 2.7 and 3.5 or later.
67+
Astroquery works with Python 2.7 and 3.5 or later. However, new features added
68+
after May 2019 are not guaranteed to be python2-compatible.
6869

6970
The following packages are required for astroquery installation & use:
7071

@@ -351,6 +352,7 @@ user.
351352
api.rst
352353
template.rst
353354
testing.rst
355+
team.rst
354356

355357
The following Astroquery modules are mostly meant for internal use of
356358
services in Astroquery, you can use them for your scripts, but we don't guarantee API stability.

docs/team.rst

+71-71
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
1-
Astroquery Team
2-
===============
1+
Astroquery Team: List of Module Maintainers
2+
===========================================
33

44
Astroquery is primarily maintained by Adam Ginsburg and Brigitta Sipocz.
55

66
Individual modules are partially maintained by their primary contributors
77
or others who have taken over the responsibility:
88

99

10-
+---------------+------------+
11-
| | |
12-
| Module | Maintainer |
13-
+---------------+------------+
14-
| ALMA | @keflavich |
15-
+---------------+------------+
16-
| atomic | |
17-
+---------------+------------+
18-
| besancon | @keflavich |
19-
+---------------+------------+
20-
| CADC | @andamian |
21-
+---------------+------------+
22-
| CDS | |
23-
+---------------+------------+
24-
| ESASKY | @imbasimba |
25-
+---------------+------------+
26-
| ESO | |
27-
+---------------+------------+
28-
| gaia | @jcsegovia |
29-
+---------------+------------+
30-
| gama | |
31-
+---------------+------------+
32-
| heasarc | |
33-
+---------------+------------+
34-
| hitran | |
35-
+---------------+------------+
36-
| ibe | |
37-
+---------------+------------+
38-
| irsa | |
39-
+---------------+------------+
40-
| irsa_dust | |
41-
+---------------+------------+
42-
| jplspec | @mommeri |
43-
+---------------+------------+
44-
| magpis | @keflavich |
45-
+---------------+------------+
46-
| mast | @ceb8 |
47-
+---------------+------------+
48-
| mpc | @mkelley |
49-
+---------------+------------+
50-
| nasa_ads | |
51-
+---------------+------------+
52-
| ned | |
53-
+---------------+------------+
54-
| nist | |
55-
+---------------+------------+
56-
| nrao | @keflavich |
57-
+---------------+------------+
58-
| nvas | @keflavich |
59-
+---------------+------------+
60-
| simbad | |
61-
+---------------+------------+
62-
| skyview | |
63-
+---------------+------------+
64-
| splatalogue | |
65-
+---------------+------------+
66-
| ukidss | @keflavich |
67-
+---------------+------------+
68-
| vamdc | |
69-
+---------------+------------+
70-
| vizier | |
71-
+---------------+------------+
72-
| vo_conesearch | @pllim |
73-
+---------------+------------+
74-
| vsa | @keflavich |
75-
+---------------+------------+
76-
| xmatch | |
77-
+---------------+------------+
10+
+---------------+-----------------+
11+
| | |
12+
| Module | Maintainer |
13+
+---------------+-----------------+
14+
| ALMA | @keflavich |
15+
+---------------+-----------------+
16+
| atomic | |
17+
+---------------+-----------------+
18+
| besancon | @keflavich |
19+
+---------------+-----------------+
20+
| CADC | @andamian |
21+
+---------------+-----------------+
22+
| CDS | @bmatthieu3 |
23+
+---------------+-----------------+
24+
| ESASKY | @imbasimba |
25+
+---------------+-----------------+
26+
| ESO | |
27+
+---------------+-----------------+
28+
| gaia | @jcsegovia |
29+
+---------------+-----------------+
30+
| gama | |
31+
+---------------+-----------------+
32+
| heasarc | |
33+
+---------------+-----------------+
34+
| hitran | |
35+
+---------------+-----------------+
36+
| ibe | |
37+
+---------------+-----------------+
38+
| irsa | |
39+
+---------------+-----------------+
40+
| irsa_dust | |
41+
+---------------+-----------------+
42+
| jplspec | @mommeri |
43+
+---------------+-----------------+
44+
| magpis | @keflavich |
45+
+---------------+-----------------+
46+
| mast | @ceb8 |
47+
+---------------+-----------------+
48+
| mpc | @mkelley |
49+
+---------------+-----------------+
50+
| nasa_ads | |
51+
+---------------+-----------------+
52+
| ned | |
53+
+---------------+-----------------+
54+
| nist | |
55+
+---------------+-----------------+
56+
| nrao | @keflavich |
57+
+---------------+-----------------+
58+
| nvas | @keflavich |
59+
+---------------+-----------------+
60+
| simbad | |
61+
+---------------+-----------------+
62+
| skyview | |
63+
+---------------+-----------------+
64+
| splatalogue | |
65+
+---------------+-----------------+
66+
| ukidss | @keflavich |
67+
+---------------+-----------------+
68+
| vamdc | |
69+
+---------------+-----------------+
70+
| vizier | |
71+
+---------------+-----------------+
72+
| vo_conesearch | @pllim |
73+
+---------------+-----------------+
74+
| vsa | @keflavich |
75+
+---------------+-----------------+
76+
| xmatch | |
77+
+---------------+-----------------+
7878

7979

8080
Modules with a different API:
@@ -92,7 +92,7 @@ Modules with a different API:
9292
+--------------------------+------------+
9393
| fermi | @cdeil |
9494
+--------------------------+------------+
95-
| jplhorizons | @mommeri |
95+
| jplhorizons | @mommeri |
9696
+--------------------------+------------+
9797
| jplsbdb | @mommeri |
9898
+--------------------------+------------+

0 commit comments

Comments
 (0)