This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Moves Tree Contents until after simpsons DataTree is defined. #300
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since I'm reading the docs and don't know sphinx very well, I saw a problem with the is_hollow description and fixed it.
It may make more sense to have
Tree Contents: Hollow Trees
aboveManipulating Trees: Subsetting Tree Nodes
, but thesimpsons
DataTree is undefined. Rather than create a new tree for this example I just moved it.In addition to moving it I changed the description from a python method to the py:class so that the rendering didn't include the incorrect parens.
The updated docs after rebuilding show the tree is not hollow rather than
NameError: name 'simpsons' is not defined
as it did beforeAlso tossed in a visualization of the subsetting
dt.match(*.B)
result and a typowo
->two