Skip to content

Commit 16bd2b8

Browse files
jamesobutlerjcfr
authored andcommitted
ENH: Use inclusive language
Based on recommendations from https://tools.ietf.org/id/draft-knodel-terminology-09.html
1 parent fb92779 commit 16bd2b8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ workflows:
106106
- build:
107107
filters:
108108
branches:
109-
only: master
109+
only: main
110110

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
branches:
22
only:
3-
- master
3+
- main
44
install: true
55
script: ./gh-pages-squash.sh

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Documentation is automatically generated and pushed to the `gh-pages` branch con
1010
The [slicer-apidocs-builder](https://github.com/Slicer/slicer-apidocs-builder) tool is used within a CircleCI
1111
build to checkout Slicer source code, build doxygen documentation and publish generated html pages.
1212

13-
Each time the `master` branch of https://github.com/Slicer/Slicer is updated or each time a new release tag
14-
is pushed, the generated documentation is either added to the `master` folder or added to a new folder
13+
Each time the `main` branch of https://github.com/Slicer/Slicer is updated or each time a new release tag
14+
is pushed, the generated documentation is either added to the `main` folder or added to a new folder
1515
named after the release tag. Then the updated content is pushed to the `gh-pages` branch.
1616

1717
The simple GitHub post-receive web hook handler triggering a CircleCI build is
@@ -31,7 +31,7 @@ Last TravisCI Cron Job: [![Build Status][travis_img]][travis]
3131
[max_size]: https://help.github.com/articles/what-is-my-disk-quota/
3232
[cronjob]: https://docs.travis-ci.com/user/cron-jobs/
3333
[travis]: https://travis-ci.org/Slicer/apidocs.slicer.org
34-
[travis_img]: https://travis-ci.org/Slicer/apidocs.slicer.org.svg?branch=master
34+
[travis_img]: https://travis-ci.org/Slicer/apidocs.slicer.org.svg?branch=main
3535

3636

3737
## Programmatically request updates of `gh-pages` branch using TravisCI API
@@ -61,6 +61,6 @@ GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> ./trigger-travis-squash.sh squash
6161

6262
It is covered by the Slicer License:
6363

64-
https://github.com/Slicer/apidocs.slicer.org/blob/master/License.txt
64+
https://github.com/Slicer/apidocs.slicer.org/blob/main/License.txt
6565

6666

gh-pages-squash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ $UPDATE_MODE == "squash" ]]; then
4848
4949
It was automatically generated by the script ``$SCRIPT_NAME`` [1]
5050
51-
[1] https://github.com/Slicer/apidocs.slicer.org/blob/master/$SCRIPT_NAME
51+
[1] https://github.com/Slicer/apidocs.slicer.org/blob/main/$SCRIPT_NAME
5252
"
5353
git push origin $TARGET_BRANCH --force
5454
push_exit_code=$?

0 commit comments

Comments
 (0)