From b6bbe3ef8a792eb293d5b415912f3e36cf9389ca Mon Sep 17 00:00:00 2001 From: Denise Draper Date: Wed, 29 Jun 2022 23:40:02 -0700 Subject: [PATCH] Fix runpdoc typo --- Documentation/autodocs/runpdoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/autodocs/runpdoc.py b/Documentation/autodocs/runpdoc.py index bfba68d8..8bc68bb0 100644 --- a/Documentation/autodocs/runpdoc.py +++ b/Documentation/autodocs/runpdoc.py @@ -62,7 +62,7 @@ def __init__(self): ('Top', root/'Documentation/Top.md', 'index.html'), ('Main Readme', root/'README.md', 'drawdown_solutions.html'), ('Concepts', root/'Documentation/Concepts.md', "concepts.html"), - ('Code', root/'Documentation/Code_Top.md', 'code_top.html') + ('Code', root/'Documentation/Code_Top.md', 'code_top.html'), ('Tools Readme', root/"tools/_README.md", 'tools.html'), ]