From 3fa5a1736bbbc6ac9218f25b8146774fd1680078 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 1 Nov 2023 08:29:07 -0700 Subject: [PATCH] Update gen_ref_pages.py --- docs/gen_ref_pages.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/gen_ref_pages.py b/docs/gen_ref_pages.py index ff64a82..7dbd759 100644 --- a/docs/gen_ref_pages.py +++ b/docs/gen_ref_pages.py @@ -1,4 +1,8 @@ -"""Generate the code reference pages and navigation.""" +""" +Generate the code reference pages and navigation. + +You never have to run this manually! +""" from __future__ import annotations from pathlib import Path