From 7b9ce066f85f956f4fb7f31cd4102cbb428279f5 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Thu, 16 Jun 2022 09:48:28 -0400 Subject: [PATCH] DOC: Add convert-generic-seq to toctree in doc/howto.md --- doc/howto.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/howto.md b/doc/howto.md index 3995fc41..23e20a1e 100644 --- a/doc/howto.md +++ b/doc/howto.md @@ -7,5 +7,6 @@ This section shows you how to use `crowsetta` for specific tasks. ```{toctree} :maxdepth: 1 -howto-user-format/howto-user-format +howto/howto-user-format +howto/convert-generic-seq ```