From 8ba983dea4a44fdf9946e4031db621815852394c Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 14 May 2018 11:41:21 +0200 Subject: update doc + speedup autopep8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95714b8..5fa80e9 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,9 @@ notebook : ipython notebook --matplotlib=inline --notebook-dir=notebooks/ autopep8 : - autopep8 -ir test ot examples + autopep8 -ir test ot examples --jobs -1 aautopep8 : - autopep8 -air test ot examples + autopep8 -air test ot examples --jobs -1 FORCE : -- cgit v1.2.3