Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit c0e0642

Browse files
committed
Remove tutorials from main repository.
* They now live at https://github.com/caffe2/tutorials * Updating caffe2.ai website to match in a separate commit.
1 parent b129e2a commit c0e0642

63 files changed

Lines changed: 12 additions & 16197 deletions

Some content is hidden

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

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.jenkins/caffe2/test.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ fi
6262

6363
exit_code=0
6464

65-
cd "$ROOT_DIR"/caffe2/python/tutorials
66-
python tutorials_to_script_converter.py
67-
git status
68-
if git diff --quiet HEAD; then
69-
echo "Source tree is clean."
70-
else
71-
echo "After running a tutorial -> script sync there are changes. This probably means you edited an ipython notebook without a proper sync to a script. Please see caffe2/python/tutorials/README.md for more information"
72-
if [ "$exit_code" -eq 0 ]; then
73-
exit_code=1
74-
fi
75-
fi
76-
7765
cd "$ROOT_DIR"
7866

7967
if [ -d ./test ]; then

0 commit comments

Comments
 (0)