Skip to content

Commit 6332a7b

Browse files
authored
update basic tutorial (#97)
* update basic tutorial * Update basics.md
1 parent d685efa commit 6332a7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/tutorials/basics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ for t in RootedTreeIterator(4)
3838
end
3939
```
4040

41+
This results in the following LaTeX output:
42+
43+
![latex-trees](https://user-images.githubusercontent.com/12693098/196148917-6e3cf000-5bc3-4798-8a82-d6e939bb6a8f.png)
44+
4145
If you want to visualize individual trees, you can also use our plot recipes
4246
for [Plots.jl](https://github.com/JuliaPlots/Plots.jl).
4347

@@ -58,7 +62,7 @@ iterating over some set of rooted trees. The implementations in
5862
[RootedTrees.jl](https://github.com/SciML/RootedTrees.jl)
5963
are reasonably efficient, but an exponential growth will always win in the end.
6064

61-
The function `count_trees`(@ref) iterates over rooted trees explicitly. Thus,
65+
The function [`count_trees`](@ref) iterates over rooted trees explicitly. Thus,
6266
it provides a lower bound on the computational complexity of operations on all
6367
trees. For example,
6468

0 commit comments

Comments
 (0)