mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Document TreeNode via Tree itself
There's a couple of other types in the public interface of Tree that should be teased out, and it feels odd to have one type in one file and a bunch of others in another. So this sets us up for having them all the same place. This should make it easier for the reader to find related information.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
::: textual.widgets.Tree
|
||||
::: textual.widgets._tree.TreeNode
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.tree.TreeNode
|
||||
Reference in New Issue
Block a user