Fix persistence doc inheritance hierarchy

The base persistence class moved out of the backends
module and up into the root persistence module to better
match the other pluggable backends; so we need to update
inheritance hierarchy to reflect this adjustment.

Change-Id: Ice98e424c574def0be2b6f8d60dba57cf9ca26f5
This commit is contained in:
Joshua Harlow
2015-01-21 15:44:34 -08:00
parent 2d9b5a8d92
commit 342c59eb6d

View File

@@ -283,7 +283,7 @@ Hierarchy
=========
.. inheritance-diagram::
taskflow.persistence.backends.base
taskflow.persistence.base
taskflow.persistence.backends.impl_dir
taskflow.persistence.backends.impl_memory
taskflow.persistence.backends.impl_sqlalchemy