diff -r 54dd866b8951 -r c6e170452c7f docs/treeview.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/treeview.rst Mon Dec 17 23:19:58 2012 +0100 @@ -0,0 +1,23 @@ +TreeView +======== + +.. toctree:: + :maxdepth: 3 + :titlesonly: + +.. automodule:: tuikit.treeview + :members: + :show-inheritance: + + +Path +---- +The path may be string or list. Components are names or indexes. +String path uses slash char as separator, names as components. + +Examples: + * '/' + * '/a/b/c' + * ['a', 'b', 'c'] + * [0, 3, 1] +