File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ workflows:
76
76
- build-docs
77
77
filters :
78
78
branches :
79
- only : master
79
+ only : main
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Avoid abstraction. "About" is a tipoff: Rather than writing "You'll learn about
85
85
86
86
## Avoid asides
87
87
88
- As explained by master documentation writer [ Daniele Procida] ( https://documentation.divio.com/tutorials ) :
88
+ As explained by expert documentation writer [ Daniele Procida] ( https://documentation.divio.com/tutorials ) :
89
89
90
90
> Don’t explain anything the learner doesn’t need to know in order to complete the tutorial.
91
91
Original file line number Diff line number Diff line change 1
1
# Configuration file for the Sphinx documentation builder.
2
2
#
3
- # This file only contains a selection of the most common options. For a full
4
- # list see the documentation:
5
- # https://www.sphinx-doc.org/en/master/usage/configuration.html
6
-
7
3
# -- Path setup --------------------------------------------------------------
8
4
9
5
# If extensions (or modules to document with autodoc) are in another directory,
56
52
html_theme_options = {
57
53
"github_url" : "https://github.com/numpy/numpy-tutorials/" ,
58
54
"repository_url" : "https://github.com/numpy/numpy-tutorials/" ,
59
- "repository_branch" : "master " ,
55
+ "repository_branch" : "main " ,
60
56
"use_repository_button" : True ,
61
57
"use_issues_button" : True ,
62
58
"use_edit_page_button" : True ,
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] [ launch_binder ]
4
4
5
- [ launch_binder ] : https://mybinder.org/v2/gh/numpy/numpy-tutorials/master ?urlpath=lab/tree/content
5
+ [ launch_binder ] : https://mybinder.org/v2/gh/numpy/numpy-tutorials/main ?urlpath=lab/tree/content
6
6
7
7
This set of tutorials and educational materials is being developed,
8
8
IT IS NOT INTEGRATED IN THE HTML DOCS AT < https://www.numpy.org/devdocs/ >
You can’t perform that action at this time.
0 commit comments