Skip to content

Commit 7344866

Browse files
authored
fix link in change file for examples in circleci (#438)
* fix link change for examples [skip tests] * fix script [skip tests]
1 parent 509fa95 commit 7344866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/plot_knockoff_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# metrics requires knowledge of the actual data-generating process.
3838
# We therefore use simulated data with the following parameters:
3939

40-
# number of repetitions of the methods
40+
# number of repetitions of he methods
4141
runs = 20
4242
# Number of observations
4343
n_samples = 200

tools/documentation/circleci/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ affected_doc_paths() {
126126
# list of the modified documentation files
127127
echo "$files" | grep ^docs/src/.*\.rst | sed 's/^docs\/src\/\(.*\)\.rst$/\1.html/'
128128
# list of the modified examples
129-
echo "$files" | grep ^examples/.*.py | sed 's/^\(.*\)\.py$/auto_\1.html/'
129+
echo "$files" | grep ^examples/.*.py | sed 's/^\(.*\)\.py$/generated\/gallery\/\1.html/'
130130
# list of the modified source file
131131
project_files=$(echo "$files" | grep 'src/hidimstat/')
132132
if [ -n "$project_files" ]

0 commit comments

Comments
 (0)