Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to rename default branch to main #501

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/astropy/astropy-APEs/blob/master/APE14.rst#backgroundterminology>`__
the broader concept of relating pixel ⟷ world. (See the discussion in `APE14 <https://github.com/astropy/astropy-APEs/blob/main/APE14.rst#backgroundterminology>`__
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo has renamed the default branch to "main" github is still handling the redirect so both the old and new links point to the same location.

for more on this topic).

The FITS WCS standard, currently the most widely used method of encoding WCS in data, describes a
Expand Down
2 changes: 1 addition & 1 deletion gwcs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading