Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f66e582

Browse files
authored
Merge pull request astropy#124 from pllim/replace-with-main
MNT: Replace master with main
2 parents 1a7c526 + 6a5a176 commit f66e582

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ or if you have `tox <https://tox.readthedocs.io/en/latest/>`_ installed::
2020

2121
tox -e test
2222

23-
.. |Azure Status| image:: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=master
24-
:target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=master
25-
.. |Coverage Status| image:: https://codecov.io/gh/astropy/sphinx-automodapi/branch/master/graph/badge.svg
23+
.. |Azure Status| image:: https://dev.azure.com/astropy-project/sphinx-automodapi/_apis/build/status/astropy.sphinx-automodapi?branchName=main
24+
:target: https://dev.azure.com/astropy-project/sphinx-automodapi/_build/latest?definitionId=2&branchName=main
25+
.. |Coverage Status| image:: https://codecov.io/gh/astropy/sphinx-automodapi/branch/main/graph/badge.svg
2626
:target: https://codecov.io/gh/astropy/sphinx-automodapi
2727
.. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-automodapi.svg
2828
:target: https://pypi.python.org/pypi/sphinx-automodapi

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schedules:
33
displayName: 'Monthly cron'
44
branches:
55
include:
6-
- master
6+
- main
77
always: 'true'
88

99
resources:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You can specify multiple suffix as a list of string:
1616
source_suffix = '.rst'
1717

18-
# The master toctree document.
18+
# The main toctree document.
1919
master_doc = 'index'
2020

2121
# General information about the project.

0 commit comments

Comments
 (0)