starting to write docs, taking decisions on public api

This commit is contained in:
Romain Dorgueil
2016-12-27 13:31:38 +01:00
parent 512e2ab46d
commit 25ad284935
29 changed files with 604 additions and 96 deletions

View File

@ -36,16 +36,20 @@ with open(os.path.realpath(os.path.join(os.path.dirname(__file__), '../version.t
__all__ = [
'Bag',
'FileWriter',
'Graph',
'NaiveStrategy',
'JsonFileWriter',
'NOT_MODIFIED',
'NaiveStrategy',
'ProcessPoolExecutorStrategy',
'ThreadPoolExecutorStrategy',
'console_run',
'head',
'inject',
'jupyter_run',
'log',
'noop',
'run',
'service',
'tee',
'to_json',
]