From e60edfc505a96a77b253b58afa847d88b31d63f5 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Wed, 15 May 2019 16:12:33 +0200 Subject: [PATCH 1/5] add "team" docs Update docs/team.rst Co-Authored-By: Brigitta Sipocz Apply suggestions from code review: name replacements Co-Authored-By: Brigitta Sipocz --- docs/team.rst | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 docs/team.rst diff --git a/docs/team.rst b/docs/team.rst new file mode 100644 index 0000000000..d46d8f8bbb --- /dev/null +++ b/docs/team.rst @@ -0,0 +1,112 @@ +Astroquery Team +=============== + +Astroquery is primarily maintained by Adam Ginsburg and Brigitta Sipocz. + +Individual modules are partially maintained by their primary contributors +or others who have taken over the responsibility: + + ++---------------+------------+ +| | | +| Module | Maintainer | ++---------------+------------+ +| ALMA | @keflavich | ++---------------+------------+ +| atomic | | ++---------------+------------+ +| besancon | @keflavich | ++---------------+------------+ +| CADC | @andamian | ++---------------+------------+ +| CDS | | ++---------------+------------+ +| ESASKY | @imbasimba | ++---------------+------------+ +| ESO | | ++---------------+------------+ +| gaia | @jcsegovia | ++---------------+------------+ +| gama | | ++---------------+------------+ +| heasarc | | ++---------------+------------+ +| hitran | | ++---------------+------------+ +| ibe | | ++---------------+------------+ +| irsa | | ++---------------+------------+ +| irsa_dust | | ++---------------+------------+ +| jplspec | @mommeri | ++---------------+------------+ +| magpis | @keflavich | ++---------------+------------+ +| mast | @ceb8 | ++---------------+------------+ +| mpc | @mkelley | ++---------------+------------+ +| nasa_ads | | ++---------------+------------+ +| ned | | ++---------------+------------+ +| nist | | ++---------------+------------+ +| nrao | @keflavich | ++---------------+------------+ +| nvas | @keflavich | ++---------------+------------+ +| simbad | | ++---------------+------------+ +| skyview | | ++---------------+------------+ +| splatalogue | | ++---------------+------------+ +| ukidss | @keflavich | ++---------------+------------+ +| vamdc | | ++---------------+------------+ +| vizier | | ++---------------+------------+ +| vo_conesearch | @pllim | ++---------------+------------+ +| vsa | @keflavich | ++---------------+------------+ +| xmatch | | ++---------------+------------+ + + +Modules with a different API: + + ++--------------------------+------------+ +| | | +| Module | Maintainer | ++--------------------------+------------+ +| alfalfa | | ++--------------------------+------------+ +| cosmosim | | ++--------------------------+------------+ +| exoplanet_orbit_database | | ++--------------------------+------------+ +| fermi | @cdeil | ++--------------------------+------------+ +| jplhorizons | @mommeri | ++--------------------------+------------+ +| jplsbdb | @mommeri | ++--------------------------+------------+ +| lamda | @keflavich | ++--------------------------+------------+ +| nasa_exoplanet_archive | | ++--------------------------+------------+ +| oac | | ++--------------------------+------------+ +| ogle | | ++--------------------------+------------+ +| open_exoplanet_catalogue | | ++--------------------------+------------+ +| sdss | | ++--------------------------+------------+ +| sha | | ++--------------------------+------------+ From b88e48f591d8752681abd6a31bc4f7f12d14f431 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 16 May 2019 09:58:41 +0200 Subject: [PATCH 2/5] add team.rst to index and smuggle in a note about py2 deprecation Apply suggestions from code review Co-Authored-By: Brigitta Sipocz whitespace --- docs/index.rst | 1 + docs/team.rst | 142 ++++++++++++++++++++++++------------------------- 2 files changed, 72 insertions(+), 71 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 0f49b130be..978263fe91 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -357,6 +357,7 @@ user. api.rst template.rst testing.rst + team.rst The following Astroquery modules are mostly meant for internal use of services in Astroquery, you can use them for your scripts, but we don't guarantee API stability. diff --git a/docs/team.rst b/docs/team.rst index d46d8f8bbb..d895b31777 100644 --- a/docs/team.rst +++ b/docs/team.rst @@ -1,5 +1,5 @@ -Astroquery Team -=============== +Astroquery Team: List of Module Maintainers +=========================================== Astroquery is primarily maintained by Adam Ginsburg and Brigitta Sipocz. @@ -7,74 +7,74 @@ Individual modules are partially maintained by their primary contributors or others who have taken over the responsibility: -+---------------+------------+ -| | | -| Module | Maintainer | -+---------------+------------+ -| ALMA | @keflavich | -+---------------+------------+ -| atomic | | -+---------------+------------+ -| besancon | @keflavich | -+---------------+------------+ -| CADC | @andamian | -+---------------+------------+ -| CDS | | -+---------------+------------+ -| ESASKY | @imbasimba | -+---------------+------------+ -| ESO | | -+---------------+------------+ -| gaia | @jcsegovia | -+---------------+------------+ -| gama | | -+---------------+------------+ -| heasarc | | -+---------------+------------+ -| hitran | | -+---------------+------------+ -| ibe | | -+---------------+------------+ -| irsa | | -+---------------+------------+ -| irsa_dust | | -+---------------+------------+ -| jplspec | @mommeri | -+---------------+------------+ -| magpis | @keflavich | -+---------------+------------+ -| mast | @ceb8 | -+---------------+------------+ -| mpc | @mkelley | -+---------------+------------+ -| nasa_ads | | -+---------------+------------+ -| ned | | -+---------------+------------+ -| nist | | -+---------------+------------+ -| nrao | @keflavich | -+---------------+------------+ -| nvas | @keflavich | -+---------------+------------+ -| simbad | | -+---------------+------------+ -| skyview | | -+---------------+------------+ -| splatalogue | | -+---------------+------------+ -| ukidss | @keflavich | -+---------------+------------+ -| vamdc | | -+---------------+------------+ -| vizier | | -+---------------+------------+ -| vo_conesearch | @pllim | -+---------------+------------+ -| vsa | @keflavich | -+---------------+------------+ -| xmatch | | -+---------------+------------+ ++---------------+-----------------+ +| | | +| Module | Maintainer | ++---------------+-----------------+ +| ALMA | @keflavich | ++---------------+-----------------+ +| atomic | | ++---------------+-----------------+ +| besancon | @keflavich | ++---------------+-----------------+ +| CADC | @andamian | ++---------------+-----------------+ +| CDS | @bmatthieu3 | ++---------------+-----------------+ +| ESASKY | @imbasimba | ++---------------+-----------------+ +| ESO | | ++---------------+-----------------+ +| gaia | @jcsegovia | ++---------------+-----------------+ +| gama | | ++---------------+-----------------+ +| heasarc | | ++---------------+-----------------+ +| hitran | | ++---------------+-----------------+ +| ibe | | ++---------------+-----------------+ +| irsa | | ++---------------+-----------------+ +| irsa_dust | | ++---------------+-----------------+ +| jplspec | @mommeri | ++---------------+-----------------+ +| magpis | @keflavich | ++---------------+-----------------+ +| mast | @ceb8 | ++---------------+-----------------+ +| mpc | @mkelley | ++---------------+-----------------+ +| nasa_ads | | ++---------------+-----------------+ +| ned | | ++---------------+-----------------+ +| nist | | ++---------------+-----------------+ +| nrao | @keflavich | ++---------------+-----------------+ +| nvas | @keflavich | ++---------------+-----------------+ +| simbad | | ++---------------+-----------------+ +| skyview | | ++---------------+-----------------+ +| splatalogue | | ++---------------+-----------------+ +| ukidss | @keflavich | ++---------------+-----------------+ +| vamdc | | ++---------------+-----------------+ +| vizier | | ++---------------+-----------------+ +| vo_conesearch | @pllim | ++---------------+-----------------+ +| vsa | @keflavich | ++---------------+-----------------+ +| xmatch | | ++---------------+-----------------+ Modules with a different API: @@ -92,7 +92,7 @@ Modules with a different API: +--------------------------+------------+ | fermi | @cdeil | +--------------------------+------------+ -| jplhorizons | @mommeri | +| jplhorizons | @mommeri | +--------------------------+------------+ | jplsbdb | @mommeri | +--------------------------+------------+ From 6e21a77fafe848c2d5f3dde06d1e12aee3ab5042 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Mon, 9 Dec 2019 18:16:59 -0700 Subject: [PATCH 3/5] add some new maintainers --- docs/team.rst | 142 ++++++++++++++++++++++++++------------------------ 1 file changed, 73 insertions(+), 69 deletions(-) diff --git a/docs/team.rst b/docs/team.rst index d895b31777..c1cc36fd7b 100644 --- a/docs/team.rst +++ b/docs/team.rst @@ -7,74 +7,78 @@ Individual modules are partially maintained by their primary contributors or others who have taken over the responsibility: -+---------------+-----------------+ -| | | -| Module | Maintainer | -+---------------+-----------------+ -| ALMA | @keflavich | -+---------------+-----------------+ -| atomic | | -+---------------+-----------------+ -| besancon | @keflavich | -+---------------+-----------------+ -| CADC | @andamian | -+---------------+-----------------+ -| CDS | @bmatthieu3 | -+---------------+-----------------+ -| ESASKY | @imbasimba | -+---------------+-----------------+ -| ESO | | -+---------------+-----------------+ -| gaia | @jcsegovia | -+---------------+-----------------+ -| gama | | -+---------------+-----------------+ -| heasarc | | -+---------------+-----------------+ -| hitran | | -+---------------+-----------------+ -| ibe | | -+---------------+-----------------+ -| irsa | | -+---------------+-----------------+ -| irsa_dust | | -+---------------+-----------------+ -| jplspec | @mommeri | -+---------------+-----------------+ -| magpis | @keflavich | -+---------------+-----------------+ -| mast | @ceb8 | -+---------------+-----------------+ -| mpc | @mkelley | -+---------------+-----------------+ -| nasa_ads | | -+---------------+-----------------+ -| ned | | -+---------------+-----------------+ -| nist | | -+---------------+-----------------+ -| nrao | @keflavich | -+---------------+-----------------+ -| nvas | @keflavich | -+---------------+-----------------+ -| simbad | | -+---------------+-----------------+ -| skyview | | -+---------------+-----------------+ -| splatalogue | | -+---------------+-----------------+ -| ukidss | @keflavich | -+---------------+-----------------+ -| vamdc | | -+---------------+-----------------+ -| vizier | | -+---------------+-----------------+ -| vo_conesearch | @pllim | -+---------------+-----------------+ -| vsa | @keflavich | -+---------------+-----------------+ -| xmatch | | -+---------------+-----------------+ ++---------------+-----------------------+ +| | | +| Module | Maintainer | ++---------------+-----------------------+ +| ALMA | @keflavich, @andamian | ++---------------+-----------------------+ +| atomic | | ++---------------+-----------------------+ +| besancon | @keflavich | ++---------------+-----------------------+ +| CADC | @andamian | ++---------------+-----------------------+ +| CASDA | @jd-au | ++---------------+-----------------------+ +| CDS | @bmatthieu3 | ++---------------+-----------------------+ +| DACE | @julienb54 | ++---------------+-----------------------+ +| ESASKY | @imbasimba | ++---------------+-----------------------+ +| ESO | | ++---------------+-----------------------+ +| gaia | @jcsegovia | ++---------------+-----------------------+ +| gama | | ++---------------+-----------------------+ +| heasarc | | ++---------------+-----------------------+ +| hitran | | ++---------------+-----------------------+ +| ibe | | ++---------------+-----------------------+ +| irsa | | ++---------------+-----------------------+ +| irsa_dust | | ++---------------+-----------------------+ +| jplspec | @mommeri | ++---------------+-----------------------+ +| magpis | @keflavich | ++---------------+-----------------------+ +| mast | @ceb8 | ++---------------+-----------------------+ +| mpc | @mkelley | ++---------------+-----------------------+ +| nasa_ads | | ++---------------+-----------------------+ +| ned | | ++---------------+-----------------------+ +| nist | | ++---------------+-----------------------+ +| nrao | @keflavich | ++---------------+-----------------------+ +| nvas | @keflavich | ++---------------+-----------------------+ +| simbad | | ++---------------+-----------------------+ +| skyview | | ++---------------+-----------------------+ +| splatalogue | | ++---------------+-----------------------+ +| ukidss | @keflavich | ++---------------+-----------------------+ +| vamdc | | ++---------------+-----------------------+ +| vizier | | ++---------------+-----------------------+ +| vo_conesearch | @pllim | ++---------------+-----------------------+ +| vsa | @keflavich | ++---------------+-----------------------+ +| xmatch | @bmatthieu3 | ++---------------+-----------------------+ Modules with a different API: @@ -92,7 +96,7 @@ Modules with a different API: +--------------------------+------------+ | fermi | @cdeil | +--------------------------+------------+ -| jplhorizons | @mommeri | +| jplhorizons | @mommeri | +--------------------------+------------+ | jplsbdb | @mommeri | +--------------------------+------------+ From 948dce917a8539bdefe82b613601d17c21f1b1e2 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Mon, 9 Dec 2019 20:22:49 -0700 Subject: [PATCH 4/5] add kelockhart --- docs/team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/team.rst b/docs/team.rst index c1cc36fd7b..b1b2e41376 100644 --- a/docs/team.rst +++ b/docs/team.rst @@ -51,7 +51,7 @@ or others who have taken over the responsibility: +---------------+-----------------------+ | mpc | @mkelley | +---------------+-----------------------+ -| nasa_ads | | +| nasa_ads | @kelockhart | +---------------+-----------------------+ | ned | | +---------------+-----------------------+ From f0714604f29824785ba23103b5517fba0313ee03 Mon Sep 17 00:00:00 2001 From: Adam Ginsburg Date: Wed, 18 Mar 2020 13:11:30 -0400 Subject: [PATCH 5/5] Update docs/team.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Brigitta Sipőcz --- docs/team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/team.rst b/docs/team.rst index b1b2e41376..90427a6a88 100644 --- a/docs/team.rst +++ b/docs/team.rst @@ -1,7 +1,7 @@ Astroquery Team: List of Module Maintainers =========================================== -Astroquery is primarily maintained by Adam Ginsburg and Brigitta Sipocz. +Astroquery is primarily maintained by Adam Ginsburg and Brigitta Sipőcz. Individual modules are partially maintained by their primary contributors or others who have taken over the responsibility: