Skip to content

Commit c74cdfe

Browse files
authored
Fix links (#711)
* Replace HTTPS for github.com and astropy.org * Replace HTTPS for adsabs.harvard.edu * Replace HTTPS for img.shield.io * Replace HTTPS for groups.google.com * Replace HTTPS for openastronomy and creativecommons * Replace HTTPS for python.org * Replace HTTPS for affiliated stuff * Replace HTTPS for python.org round 2 * Replace HTTPS in about.rst * Fix broken links and ignore some blocked links * Undo auto sed for images
1 parent 45919d9 commit c74cdfe

30 files changed

Lines changed: 118 additions & 108 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ For general information on the contribution process, see the [Astropy core packa
44

55
To propose inclusion of a package as an affiliated package, we work with pyOpenSci to support
66
the review process, which when complete will lead to your package being listed here.
7-
The details of the review process are outlined at http://affiliated.astropy.org.
7+
The details of the review process are outlined at https://affiliated.astropy.org.
88

99
# Modifying Roles in the Team section
1010

1111
* Modify the `roles.json` file
12-
* Preview locally by opening `team.html` in your browser. Note that most browsers restrict local file access (needed to access your local copy of `roles.json`), so you'll need to configure your browser to allow this - details depend on the browser, but usually you find it in some sort of "developer" menu.
12+
* Preview locally by opening `team.html` in your browser. Note that most browsers restrict local file access (needed to access your local copy of `roles.json`), so you'll need to configure your browser to allow this - details depend on the browser, but usually you find it in some sort of "developer" menu.

about.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About The Astropy Project
55

66
The Astropy Project is a community effort to develop a core
77
package for astronomy using the `Python programming
8-
language <http://www.python.org>`__ and improve usability,
8+
language <https://www.python.org>`__ and improve usability,
99
interoperability, and collaboration between astronomy Python
1010
packages. The core *astropy* package contains functionality aimed
1111
at professional astronomers and astrophysicists, but may be useful
@@ -51,15 +51,15 @@ Until then, however, it is a separate package, and may not be in
5151
the *astropy* namespace.
5252

5353
The authoritative listing of current affiliated packages is
54-
available at http://affiliated.astropy.org. That page also
54+
available at https://www.astropy.org/affiliated/ . That page also
5555
describes the process to get a package listed as an affiliated
5656
package.
5757

5858
License
5959
-------
6060

6161
Astropy is licensed under a `three-clause BSD
62-
license <http://opensource.org/licenses/BSD-3-Clause>`__. For
62+
license <https://opensource.org/licenses/BSD-3-Clause>`__. For
6363
details, see the
6464
`LICENSE.rst <https://github.com/astropy/astropy/blob/main/LICENSE.rst>`__
6565
file in the astropy repository.
@@ -77,12 +77,12 @@ Fiscal Sponsor
7777
--------------
7878

7979
Astropy is a Sponsored Project of
80-
`NumFOCUS <http://www.numfocus.org/>`__, a 501(c)(3) nonprofit
80+
`NumFOCUS <https://www.numfocus.org/>`__, a 501(c)(3) nonprofit
8181
charity in the United States.
82-
`NumFOCUS <http://www.numfocus.org/>`__ provides Astropy with
82+
`NumFOCUS <https://www.numfocus.org/>`__ provides Astropy with
8383
fiscal, legal, and administrative support to help ensure the
8484
health and sustainability of the project. Visit
85-
`numfocus.org <http://www.numfocus.org/>`__ for more information.
85+
`numfocus.org <https://www.numfocus.org/>`__ for more information.
8686

8787
.. image:: _static/img/Numfocus_stamp.png
8888
:width: 299px

acknowledging.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ If you use Astropy Project tools and resources for work/research presented in a
1818
We encourage you to cite all three papers, but if space is limited, please cite the most recent paper:
1919

2020
- `Astropy Paper III (v5.0) <https://arxiv.org/abs/2206.14220>`__ (`ADS <https://ui.adsabs.harvard.edu/abs/2022ApJ...935..167A>`__ - `BibTeX <https://ui.adsabs.harvard.edu/abs/2022ApJ...935..167A/exportcitation>`__)
21-
- `Astropy Paper II (v2.0) <https://arxiv.org/abs/1801.02634>`__ (`ADS <http://adsabs.harvard.edu/abs/2018arXiv180102634T>`__ - `BibTeX <https://ui.adsabs.harvard.edu/abs/2018AJ....156..123A/exportcitation>`__)
22-
- `Astropy Paper I (v0.2) <https://doi.org/10.1051/0004-6361/201322068>`__ (`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ - `BibTeX <https://ui.adsabs.harvard.edu/abs/2013A%26A...558A..33A/exportcitation>`__ - :ref:`10k citations <astropy-org-paper-10k>`)
21+
- `Astropy Paper II (v2.0) <https://arxiv.org/abs/1801.02634>`__ (`ADS <https://adsabs.harvard.edu/abs/2018arXiv180102634T>`__ - `BibTeX <https://ui.adsabs.harvard.edu/abs/2018AJ....156..123A/exportcitation>`__)
22+
- `Astropy Paper I (v0.2) <https://doi.org/10.1051/0004-6361/201322068>`__ (`ADS <https://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ - `BibTeX <https://ui.adsabs.harvard.edu/abs/2013A%26A...558A..33A/exportcitation>`__ - :ref:`10k citations <astropy-org-paper-10k>`)
2323

2424
.. raw:: html
2525

@@ -37,7 +37,7 @@ If you are submitting an article to another journal, or have no other specific p
3737

3838
.. code-block:: latex
3939

40-
This work made use of Astropy: \footnote{http://www.astropy.org} a community-developed core Python package and an ecosystem of tools and resources for astronomy \citep{astropy:2013, astropy:2018, astropy:2022}.
40+
This work made use of Astropy: \footnote{https://www.astropy.org} a community-developed core Python package and an ecosystem of tools and resources for astronomy \citep{astropy:2013, astropy:2018, astropy:2022}.
4141

4242
As an alternative, the BibTeX record recommended for a given version of Astropy is available from the Python package itself:
4343

@@ -54,7 +54,11 @@ If you are giving a presentation or talk featuring work/research that makes use
5454

5555
|Powered by Astropy|
5656

57-
The logo is also available `with white text <http://www.astropy.org/images/astropy_powered_white.png>`__, or the SVG originals can be obtained at the `astropy-logo github repository. <http://github.com/astropy/astropy-logo>`__
57+
The logo is also available with white text:
58+
59+
|Powered by Astropy with white text|
60+
61+
The SVG originals can be obtained at the `astropy-logo github repository <https://github.com/astropy/astropy-logo>`__.
5862

5963
In Projects
6064
-----------
@@ -63,16 +67,18 @@ We suggest this badge:
6367

6468
|Powered by Astropy Badge|
6569

66-
Which is available at the URL http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
70+
Which is available at the URL https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
6771
You can place the following in your ``README.md`` file to get the badge:
6872

6973
.. code-block:: markdown
7074
71-
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
75+
[![astropy](https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](https://www.astropy.org/)
7276
73-
.. |Powered by Astropy| image:: http://www.astropy.org/images/astropy_powered.png
77+
.. |Powered by Astropy| image:: _static/img/astropy_powered.png
78+
:width: 256px
79+
.. |Powered by Astropy with white text| image:: _static/img/astropy_powered_white.png
7480
:width: 256px
75-
.. |Powered by Astropy Badge| image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
81+
.. |Powered by Astropy Badge| image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
7682

7783

7884
.. raw:: html
@@ -81,7 +87,7 @@ You can place the following in your ``README.md`` file to get the badge:
8187
function copyBibtex() {
8288
var bibtex2013 = `@article{astropy:2013,
8389
Adsnote = {Provided by the SAO/NASA Astrophysics Data System},
84-
Adsurl = {http://adsabs.harvard.edu/abs/2013A%26A...558A..33A},
90+
Adsurl = {https://adsabs.harvard.edu/abs/2013A%26A...558A..33A},
8591
Archiveprefix = {arXiv},
8692
Author = {{Astropy Collaboration} and {Robitaille}, T.~P. and {Tollerud}, E.~J. and {Greenfield}, P. and {Droettboom}, M. and {Bray}, E. and {Aldcroft}, T. and {Davis}, M. and {Ginsburg}, A. and {Price-Whelan}, A.~M. and {Kerzendorf}, W.~E. and {Conley}, A. and {Crighton}, N. and {Barbary}, K. and {Muna}, D. and {Ferguson}, H. and {Grollier}, F. and {Parikh}, M.~M. and {Nair}, P.~H. and {Unther}, H.~M. and {Deil}, C. and {Woillez}, J. and {Conseil}, S. and {Kramer}, R. and {Turner}, J.~E.~H. and {Singer}, L. and {Fox}, R. and {Weaver}, B.~A. and {Zabalza}, V. and {Edwards}, Z.~I. and {Azalee Bostroem}, K. and {Burke}, D.~J. and {Casey}, A.~R. and {Crawford}, S.~M. and {Dencheva}, N. and {Ely}, J. and {Jenness}, T. and {Labrie}, K. and {Lim}, P.~L. and {Pierfederici}, F. and {Pontzen}, A. and {Ptak}, A. and {Refsdal}, B. and {Servillat}, M. and {Streicher}, O.},
8793
Doi = {10.1051/0004-6361/201322068},

affiliated/registry.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"name": "astroML",
260260
"maintainer": "Jake Vanderplas and Brigitta Sipőcz <brigitta.sipocz@gmail.com>",
261261
"stable": true,
262-
"home_url": "http://www.astroml.org/",
262+
"home_url": "https://www.astroml.org/",
263263
"repo_url": "https://github.com/astroML/astroML",
264264
"pypi_name": "astroML",
265265
"description": "Tools for machine learning and data mining in Astronomy.",
@@ -419,7 +419,7 @@
419419
"name": "Glue",
420420
"maintainer": "Chris Beaumont and Thomas Robitaille <thomas.robitaille@gmail.com>",
421421
"stable": true,
422-
"home_url": "http://www.glueviz.org",
422+
"home_url": "https://www.glueviz.org",
423423
"repo_url": "https://github.com/glue-viz/glue",
424424
"pypi_name": "glueviz",
425425
"image": null,
@@ -617,9 +617,9 @@
617617
},
618618
{
619619
"name": "gala",
620-
"maintainer": "Adrian Price-Whelan <http://adrian.pw>",
620+
"maintainer": "Adrian Price-Whelan <https://adrian.pw>",
621621
"stable": true,
622-
"home_url": "http://gala.adrian.pw/en/latest/",
622+
"home_url": "https://gala.adrian.pw/en/latest/",
623623
"repo_url": "https://github.com/adrn/gala",
624624
"pypi_name": "gala",
625625
"image": null,
@@ -780,7 +780,7 @@
780780
"maintainer": "Juan Luis Cano Rodr\u00edguez",
781781
"stable": false,
782782
"repo_url": "https://github.com/poliastro/poliastro",
783-
"home_url": "http://docs.poliastro.space",
783+
"home_url": "https://docs.poliastro.space",
784784
"pypi_name": "poliastro",
785785
"description": "Astrodynamics and Orbital Mechanics computations",
786786
"image": null,
@@ -843,7 +843,7 @@
843843
"repo_url": "https://github.com/spacetelescope/synphot_refactor",
844844
"pypi_name": "synphot",
845845
"description": "A Python astronomy package for synthetic photometry.",
846-
"image": "http://synphot.readthedocs.io/en/latest/_images/spectrum-2.png",
846+
"image": "https://synphot.readthedocs.io/en/latest/_images/spectrum-2.png",
847847
"coordinated": false,
848848
"review": {
849849
"functionality": "Specialized package",
@@ -880,7 +880,7 @@
880880
"maintainer": "Karl Gordon",
881881
"stable": false,
882882
"repo_url": "https://github.com/karllark/dust_extinction",
883-
"home_url": "http://dust-extinction.readthedocs.io",
883+
"home_url": "https://dust-extinction.readthedocs.io",
884884
"pypi_name": "dust_extinction",
885885
"description": "Interstellar dust extinction curves",
886886
"image": null,
@@ -900,7 +900,7 @@
900900
"maintainer": "Juan B Cabral <jbc.developr@gmail.com>",
901901
"stable": true,
902902
"repo_url": "https://github.com/carpyncho/feets",
903-
"home_url": "http://feets.readthedocs.io",
903+
"home_url": "https://feets.readthedocs.io",
904904
"pypi_name": "feets",
905905
"description": "feATURE eXTRACTOR FOR tIME sERIES.",
906906
"image": "https://github.com/carpyncho/feets/raw/master/res/logo_medium.png",
@@ -920,7 +920,7 @@
920920
"maintainer": "Toros Survey Team",
921921
"stable": true,
922922
"repo_url": "https://github.com/toros-astro/corral",
923-
"home_url": "http://corral.readthedocs.io/",
923+
"home_url": "https://corral.readthedocs.io/",
924924
"pypi_name": "corral-pipeline",
925925
"description": "Corral will solve your pipeline needs by merging a database full connection interface with a MVC model, by making you able of editing your custom schemas and adding the possibility of writting specific processing steps following a intuitive data handling model.",
926926
"image": null,
@@ -997,7 +997,7 @@
997997
"name": "astroalign",
998998
"maintainer": "Martin Beroiz <martinberoiz@gmail.com>",
999999
"stable": true,
1000-
"home_url": "http://astroalign.readthedocs.io/",
1000+
"home_url": "https://astroalign.readthedocs.io/",
10011001
"repo_url": "https://github.com/quatrope/astroalign",
10021002
"pypi_name": "astroalign",
10031003
"description": "Astrometric registration of images when no WCS info is available",
@@ -1035,7 +1035,7 @@
10351035
"name": "ligo.skymap",
10361036
"maintainer": "Leo Singer <leo.singer@ligo.org>",
10371037
"stable": true,
1038-
"home_url": "http://lscsoft.docs.ligo.org/ligo.skymap/",
1038+
"home_url": "https://lscsoft.docs.ligo.org/ligo.skymap/",
10391039
"repo_url": "https://git.ligo.org/lscsoft/ligo.skymap",
10401040
"pypi_name": "ligo.skymap",
10411041
"description": "Read, write, generate, simulate, and visualize LIGO/Virgo gravitational-wave probability sky maps.",

announcements/release-0.4.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dear colleagues,
88
We are very happy to announce the third major public release (v0.4) of
99
the astropy package, a core Python package for Astronomy:
1010

11-
http://www.astropy.org
11+
https://www.astropy.org
1212

1313
Astropy is a community-driven package intended to contain much of the
1414
core functionality and common tools needed for performing astronomy and
@@ -32,7 +32,7 @@ An overview of the changes is provided at:
3232
     https://docs.astropy.org/en/stable/whatsnew/0.4.html
3333

3434
Instructions for installing Astropy are provided on our
35-
`website <http://www.astropy.org>`__, and extensive documentation can be
35+
`website <https://www.astropy.org>`__, and extensive documentation can be
3636
found at:
3737

3838
     https://docs.astropy.org
@@ -51,7 +51,7 @@ repository:
5151
Over 80 developers have contributed code to Astropy so far, and you can
5252
find out more about the team behind Astropy here:
5353

54-
     http://www.astropy.org/team.html
54+
     https://www.astropy.org/team.html
5555

5656
If you use Astropy directly - or as a dependency to another package -
5757
for your work, please remember to include the following acknowledgment
@@ -62,8 +62,8 @@ package for Astronomy (Astropy Collaboration, 2013).
6262

6363
where (Astropy Collaboration, 2013) is a citation to the `Astropy
6464
Paper <https://doi.org/10.1051/0004-6361/201322068>`__
65-
(`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
66-
`BibTeX <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
65+
(`ADS <https://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
66+
`BibTeX <https://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
6767

6868
Please feel free to forward this announcement to anyone you think might
6969
be interested in this release.

announcements/release-1.0.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dear colleagues,
88
We are very happy to announce the fourth major public release (v1.0) of
99
the astropy package, a core Python package for Astronomy:
1010

11-
http://www.astropy.org
11+
https://www.astropy.org
1212

1313
Astropy is a community-driven Python package intended to contain much of
1414
the core functionality and common tools needed for astronomy and
@@ -39,7 +39,7 @@ bug fixes for the next two years, rather than the usual six months. More
3939
information about this can be found at the link above.
4040

4141
Instructions for installing Astropy are provided on our
42-
`website <http://www.astropy.org>`__, and extensive documentation can be
42+
`website <https://www.astropy.org>`__, and extensive documentation can be
4343
found at:
4444

4545
     https://docs.astropy.org
@@ -66,7 +66,7 @@ repository:
6666
Over 122 developers have contributed code to Astropy so far, and you can
6767
find out more about the team behind Astropy here:
6868

69-
     http://www.astropy.org/team.html
69+
     https://www.astropy.org/team.html
7070

7171
If you use Astropy directly for your work, or as a dependency to another
7272
package, please remember to include the following acknowledgment at the
@@ -77,8 +77,8 @@ package for Astronomy (Astropy Collaboration, 2013).
7777

7878
where (Astropy Collaboration, 2013) is a citation to the `Astropy
7979
Paper <https://doi.org/10.1051/0004-6361/201322068>`__
80-
(`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
81-
`BibTeX <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
80+
(`ADS <https://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
81+
`BibTeX <https://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
8282

8383
Please feel free to forward this announcement to anyone you think might
8484
be interested in this release.

announcements/release-1.1.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ core Python package for Astronomy:
1414
.. image:: /_static/img/astropy_logo_notext.png
1515
:width: 100px
1616

17-
http://www.astropy.org
17+
https://www.astropy.org
1818

1919
Astropy is a community-driven Python package intended to contain much of
2020
the core functionality and common tools needed for astronomy and
@@ -43,7 +43,7 @@ An overview of the changes is provided at:
4343
     https://docs.astropy.org/en/stable/whatsnew/1.1.html
4444

4545
Instructions for installing Astropy are provided on our
46-
`website <http://www.astropy.org>`__, and extensive documentation can be
46+
`website <https://www.astropy.org>`__, and extensive documentation can be
4747
found at:
4848

4949
     https://docs.astropy.org
@@ -70,7 +70,7 @@ repository:
7070
Over 160 developers have contributed code to Astropy so far, and you can
7171
find out more about the team behind Astropy here:
7272

73-
     http://www.astropy.org/team.html
73+
     https://www.astropy.org/team.html
7474

7575
As a reminder, Astropy v1.0 (our long term support release) will
7676
continue to be supported with bug fixes until Feb 19th 2017, so if you
@@ -87,8 +87,8 @@ package for Astronomy (Astropy Collaboration, 2013).
8787

8888
where (Astropy Collaboration, 2013) is a citation to the `Astropy
8989
Paper <https://doi.org/10.1051/0004-6361/201322068>`__
90-
(`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
91-
`BibTeX <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
90+
(`ADS <https://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
91+
`BibTeX <https://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
9292

9393
Please feel free to forward this announcement to anyone you think might
9494
be interested in this release.

announcements/release-1.2.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ core Python package for Astronomy:
1414
.. image:: /_static/img/astropy_logo_notext.png
1515
:width: 100px
1616

17-
http://www.astropy.org
17+
https://www.astropy.org
1818

1919
Astropy is a community-driven Python package intended to contain much of
2020
the core functionality and common tools needed for astronomy and
@@ -47,7 +47,7 @@ An overview of the changes is provided at:
4747
     https://docs.astropy.org/en/stable/whatsnew/1.2.html
4848

4949
Instructions for installing Astropy are provided on our
50-
`website <http://www.astropy.org>`__, and extensive documentation can be
50+
`website <https://www.astropy.org>`__, and extensive documentation can be
5151
found at:
5252

5353
     https://docs.astropy.org
@@ -78,7 +78,7 @@ repository:
7878
Over 190 developers have contributed code to Astropy so far, and you can
7979
find out more about the team behind Astropy here:
8080

81-
     http://www.astropy.org/team.html
81+
     https://www.astropy.org/team.html
8282

8383
As a reminder, Astropy v1.0 (our long term support release) will
8484
continue to be supported with bug fixes until Feb 19th 2017, so if you
@@ -95,8 +95,8 @@ package for Astronomy (Astropy Collaboration, 2013).
9595

9696
where (Astropy Collaboration, 2013) is a citation to the `Astropy
9797
Paper <https://doi.org/10.1051/0004-6361/201322068>`__
98-
(`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
99-
`BibTeX <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
98+
(`ADS <https://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ -
99+
`BibTeX <https://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__).
100100

101101
Please feel free to forward this announcement to anyone you think might
102102
be interested in this release.

0 commit comments

Comments
 (0)