Skip to content

Commit d91c1aa

Browse files
committed
document package via README.md
1 parent fa782b5 commit d91c1aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/RootedTrees.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module RootedTrees
22

3+
@doc read(joinpath(dirname(@__DIR__), "README.md"), String) RootedTrees
4+
35

46
using LinearAlgebra
57

@@ -455,7 +457,7 @@ end
455457

456458

457459
"""
458-
butcher_represetation(t::RootedTree)
460+
butcher_represetation(t::RootedTree)
459461
460462
Returns the representation of `t::RootedTree` as introduced by Butcher.
461463

0 commit comments

Comments
 (0)