Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit fff5058

Browse files
committed
master -> main, remove redundant files
1 parent badabd7 commit fff5058

File tree

7 files changed

+9
-43
lines changed

7 files changed

+9
-43
lines changed

.github/pages/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html>
33

44
<head>
5-
<title>Redirecting to master branch</title>
6-
<meta charset="utf-8">
7-
<meta http-equiv="refresh" content="0; url=./master/index.html">
8-
<link rel="canonical" href="master/index.html">
5+
<title>Redirecting to main branch</title>
6+
<meta charset="utf-8">
7+
<meta http-equiv="refresh" content="0; url=./main/index.html">
8+
<link rel="canonical" href="main/index.html">
99
</head>
1010

1111
</html>

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pipenv-run: docs
3030

3131
- name: Move to versioned directory
32-
# e.g. master or 0.1.2
32+
# e.g. main or 0.1.2
3333
run: mv build/html ".github/pages/${GITHUB_REF##*/}"
3434

3535
- name: Write versions.txt

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Pipfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Or if it is a commandline tool then you might put some example commands here::
2828

2929
dls-python3-skeleton person --times=2
3030

31-
.. |code_ci| image:: https://github.com/dls-controls/dls-python3-skeleton/workflows/Code%20CI/badge.svg?branch=master
31+
.. |code_ci| image:: https://github.com/dls-controls/dls-python3-skeleton/workflows/Code%20CI/badge.svg?branch=main
3232
:target: https://github.com/dls-controls/dls-python3-skeleton/actions?query=workflow%3A%22Code+CI%22
3333
:alt: Code CI
3434

35-
.. |docs_ci| image:: https://github.com/dls-controls/dls-python3-skeleton/workflows/Docs%20CI/badge.svg?branch=master
35+
.. |docs_ci| image:: https://github.com/dls-controls/dls-python3-skeleton/workflows/Docs%20CI/badge.svg?branch=main
3636
:target: https://github.com/dls-controls/dls-python3-skeleton/actions?query=workflow%3A%22Docs+CI%22
3737
:alt: Docs CI
3838

39-
.. |coverage| image:: https://codecov.io/gh/dls-controls/dls-python3-skeleton/branch/master/graph/badge.svg
39+
.. |coverage| image:: https://codecov.io/gh/dls-controls/dls-python3-skeleton/branch/main/graph/badge.svg
4040
:target: https://codecov.io/gh/dls-controls/dls-python3-skeleton
4141
:alt: Test Coverage
4242

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# The short X.Y version.
1818
if "+" in release:
1919
# Not on a tag
20-
version = "master"
20+
version = "main"
2121
else:
2222
version = release
2323

setup.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)