-
Notifications
You must be signed in to change notification settings - Fork 340
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
Change code & docs to reflect a default branch named main #1150
Conversation
This changes a line for nbsphinx_prolog involving nb_where and env.config.revision. I'm not quite sure what this line does, so if there are problems with doc stuff then this could be a cause.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1150 +/- ##
=======================================
Coverage 96.98% 96.98%
=======================================
Files 71 71
Lines 7022 7022
=======================================
Hits 6810 6810
Misses 212 212
Continue to review full report at Codecov.
|
This PR makes the changes in the code associated with default branch name change from
master
tomain
in our repositories. GitHub has made it easier to change the name of the default branch, which will make this change significantly smoother. For example, pull requests tomaster
will be automagically shifted tomain
. One-time instructions will pop up for people coming to the repository in order to update clones on their local computers.A few other packages have changed
master
→main
, including Astropy and NumPy, so some of the changes are associated with that. Two packages that have not yet done so are Sphinx and xarray, so I've left those links alone. The change inconf.py
frommaster_doc
→root_doc
comes from a name change in Sphinx.Tasks yet to do include:
main
main
main
master
tomain
as needed within code in plasmapy.github.ioCloses #1087.