Skip to content

Commit 638516d

Browse files
committed
Change more occurrences
1 parent bb82fe5 commit 638516d

356 files changed

Lines changed: 452 additions & 452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
changelog_checker:
13-
name: Check towncrier entry in doc/changes/devel/
13+
name: Check towncrier entry in doc/changes/dev/
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: scientific-python/action-towncrier-changelog@v1

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ html_dev-noplot: html-noplot
6565
html_dev-front: html-front
6666

6767
linkcheck:
68-
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -q -D plot_gallery=0 -D exclude_patterns="cited.rst,whats_new.rst,configure_git.rst,_includes,changes/devel" -d _build/doctrees . _build/linkcheck
68+
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -q -D plot_gallery=0 -D exclude_patterns="cited.rst,whats_new.rst,configure_git.rst,_includes,changes/dev" -d _build/doctrees . _build/linkcheck
6969

7070
doctest:
7171
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
# This pattern also affects html_static_path and html_extra_path.
127127

128128
# NB: changes here should also be made to the linkcheck target in the Makefile
129-
exclude_patterns = ["_includes", "changes/devel"]
129+
exclude_patterns = ["_includes", "changes/dev"]
130130

131131
# The suffix of source filenames.
132132
source_suffix = ".rst"

doc/development/contributing.rst

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)