From 41ee644fdf669400de9acb0ddc4d4bc2f34e9439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Wed, 8 Mar 2017 16:38:54 +0200 Subject: [PATCH] Add link to pickle docs. Ref #13. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index cba4192..0d8d2a3 100644 --- a/README.rst +++ b/README.rst @@ -85,10 +85,10 @@ Traceback serialization library. It allows you to: -* Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. - This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, - celery etc). -* Parse traceback strings and raise with the parsed tracebacks. +* `Pickle `_ tracebacks and raise exceptions + with pickled tracebacks in different processes. This allows better error handling when running + code over multiple processes (imagine multiprocessing, billiard, futures, celery etc). +* Parse traceback strings and raise with the parsed tracebacks. *No pickling is used*. Installation ============