From 40e42ed35b4ab58eb64a71f22c3f4d542961f7a2 Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Wed, 8 May 2024 16:49:53 +0200 Subject: [PATCH] Add `print*` functions to documentation Having to jump into the source code to find the latest docstrings is a bit of a pain. This reintroduces the functions to the main page of the package's published documentation. Closes #121. --- docs/src/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 0d34d35..398d41b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -184,6 +184,8 @@ treebreadth treeheight descendleft getroot +printtree +printnode ``` ## Example Implementations