From 512d56e62d3c74f30ebb3c4a221ca9ec24da715d Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 5 Jul 2024 16:25:32 -0400 Subject: [PATCH 1/2] rename branch references to main --- README.rst | 4 ++-- docs/index.rst | 2 +- gwcs/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5fca535d..5fc29450 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ GWCS - Generalized World Coordinate System :target: https://gwcs.readthedocs.io/en/latest/ :alt: Documentation Status -.. image:: https://codecov.io/gh/spacetelescope/gwcs/branch/master/graph/badge.svg?token=JtHal6Jbta +.. image:: https://codecov.io/gh/spacetelescope/gwcs/branch/main/graph/badge.svg?token=JtHal6Jbta :target: https://codecov.io/gh/spacetelescope/gwcs :alt: Code coverage @@ -39,7 +39,7 @@ To install:: pip install gwcs -To clone from github and install the master branch:: +To clone from github and install the main branch:: git clone https://github.com/spacetelescope/gwcs.git cd gwcs diff --git a/docs/index.rst b/docs/index.rst index 481f2f76..f9ed4af7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ spectral wavelength) is crucial to relating astronomical data to the phenomena t other types of data often come encoded with information that describes this mapping – this is referred to as the ‘World Coordinate System’ or WCS. The term WCS is often used to refer specifically to the most widely used 'FITS implementation of WCS', but here unless specified WCS refers to -the broader concept of relating pixel ⟷ world. (See the discussion in `APE14 `__ +the broader concept of relating pixel ⟷ world. (See the discussion in `APE14 `__ for more on this topic). The FITS WCS standard, currently the most widely used method of encoding WCS in data, describes a diff --git a/gwcs/__init__.py b/gwcs/__init__.py index 18d5c3c8..5c938a72 100644 --- a/gwcs/__init__.py +++ b/gwcs/__init__.py @@ -40,7 +40,7 @@ pip install gwcs -To clone from github and install the master branch:: +To clone from github and install the main branch:: git clone https://github.com/spacetelescope/gwcs.git cd gwcs From d42bce29c4c3ec7013ac1a4c0bcfb754211663cb Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 5 Jul 2024 16:29:23 -0400 Subject: [PATCH 2/2] add changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index d58150c5..2162f440 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ 0.22.0 (unreleased) ------------------- +- Rename default branch to main. [#501] 0.21.0 (2024-03-10) -------------------