This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-43
lines changed
Expand file tree Collapse file tree 7 files changed +9
-43
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717# The short X.Y version.
1818if "+" in release :
1919 # Not on a tag
20- version = "master "
20+ version = "main "
2121else :
2222 version = release
2323
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments