From 624001a2adbb90eac7d9b461c915b701cd1abe4f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 10 Apr 2015 17:11:21 -0700 Subject: [PATCH] Include the 'dump_memory_backend' example in the docs This seems useful to expose to people on the main docs page so include it so that it shows up (versus not showing up and being a hidden example). Change-Id: I4898ee0bff4122e30fb3cbe4af29c323f03ff2bf --- doc/source/examples.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/examples.rst b/doc/source/examples.rst index ceed11a8..715a523a 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -34,6 +34,18 @@ Using listeners :linenos: :lines: 16- +Dumping a in-memory backend +=========================== + +.. note:: + + Full source located at :example:`dump_memory_backend`. + +.. literalinclude:: ../../taskflow/examples/dump_memory_backend.py + :language: python + :linenos: + :lines: 16- + Making phone calls ==================