From 58f43d240cfcf664f5908d962968a383cd08e123 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 15 May 2015 09:47:14 -0700 Subject: [PATCH] Ensure path_based abstract base class is included in docs Adding this ensures that subclasses have there links setup to the right parent (vs having no link that works at all). Change-Id: I69409c09076f41fbcd4e38fe066e48e5b460e617 --- doc/source/persistence.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/persistence.rst b/doc/source/persistence.rst index 7db763414..70d6b7d77 100644 --- a/doc/source/persistence.rst +++ b/doc/source/persistence.rst @@ -283,6 +283,7 @@ Interfaces .. automodule:: taskflow.persistence.backends .. automodule:: taskflow.persistence.base +.. automodule:: taskflow.persistence.path_based Models ======