From e8f49fc86da47b4fbc6ffad1f6245041aab1cbc8 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 17 Jun 2017 16:58:05 +0200 Subject: [PATCH] Bump version (+pep8) --- ActionTree/__init__.py | 2 ++ docs/genindex.html | 10 ++++++---- docs/index.html | 4 ++-- docs/objects.inv | Bin 991 -> 993 bytes docs/py-modindex.html | 4 ++-- docs/reference.html | 20 ++++++++++++++++++-- docs/search.html | 4 ++-- docs/searchindex.js | 2 +- docs/user_guide.html | 4 ++-- docs/user_guide/drawings.html | 4 ++-- docs/user_guide/hooks.html | 4 ++-- docs/user_guide/introduction.html | 4 ++-- docs/user_guide/outputs.html | 4 ++-- docs/user_guide/resources.html | 4 ++-- docs/user_guide/source_files.html | 4 ++-- docs/user_guide/timing.html | 4 ++-- setup.py | 2 +- 17 files changed, 50 insertions(+), 30 deletions(-) diff --git a/ActionTree/__init__.py b/ActionTree/__init__.py index 2b5d20a..630d726 100644 --- a/ActionTree/__init__.py +++ b/ActionTree/__init__.py @@ -28,8 +28,10 @@ except ValueError: # Not unittested: Not doctested: specific to macOS stderr = ctypes.c_void_p.in_dll(libc, "__stderrp") + # @todo Evaluate https://pypi.python.org/pypi/PyContracts + def execute(action, cpu_cores=None, keep_going=False, do_raise=True, hooks=None): """ Recursively execute an :class:`.Action`'s dependencies then the action. diff --git a/docs/genindex.html b/docs/genindex.html index dea3a9b..bebb2b7 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -7,7 +7,7 @@ - Index — ActionTree 0.9.0 documentation + Index — ActionTree 0.10.0 documentation @@ -15,7 +15,7 @@