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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user