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:
Dave Pearson
2023-03-01 13:21:45 +00:00
parent a837cd1d85
commit ac35c1d1d5
3 changed files with 1 additions and 2 deletions

View File

@@ -1 +1,2 @@
::: textual.widgets.Tree
::: textual.widgets._tree.TreeNode

View File

@@ -1 +0,0 @@
::: textual.widgets.tree.TreeNode