Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jul 17, 2023
1 parent 04d674e commit 45aff8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/update-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"/../

ROOT=`pwd`
INDEX=$ROOT/examples/doc/source/index.md
INSERT_LINE=7
INSERT_LINE=6

sed -i.bu '8,$d' $INDEX
sed -i.bu '7,$d' $INDEX

cd examples/
for d in */ ; do
Expand Down
1 change: 0 additions & 1 deletion examples/doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
---
maxdepth: 1
---
sklearn-logreg-mnist
simulation_tensorflow
simulation_pytorch_colab
Expand Down

0 comments on commit 45aff8a

Please sign in to comment.