-
-
Notifications
You must be signed in to change notification settings - Fork 211
Rename master to main #1076
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
Rename master to main #1076
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to PyCharm there are many references to master which are not updated. These are in markdown files (contributing, pull request template and readme), .rst files (usage, contributing) and tutorials (e.g. create_upload_tutorial.py). Is that intentional?
I had a file mask on...PyCharm only showed the files ending with |
|
Done. I had to replace a link referring to an anchor by a link to an example. I am currently wondering whether we should keep the deep link and ask at the sphinx gallery team how to do this? |
README.md
Outdated
| Master branch: | ||
| Main branch: | ||
|
|
||
| [](https://travis-ci.org/openml/openml-python) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build status and coverage links should also be updated, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes and no. We don't have travis-ci any more, so I opted to remove all of them for now.
PGijsbers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the links and they all seem to work fine for me. I only have the concern for the badges otherwise it looks good to me.
* rename master to main * update changelog * fix documentation building script * rename master to main in all remaining docs * drop badges Co-authored-by: PGijsbers <[email protected]>
No description provided.