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
This commit is contained in:
Joshua Harlow 2015-05-15 09:47:14 -07:00
parent ea1b1a4030
commit 58f43d240c

View File

@ -283,6 +283,7 @@ Interfaces
.. automodule:: taskflow.persistence.backends
.. automodule:: taskflow.persistence.base
.. automodule:: taskflow.persistence.path_based
Models
======