From f4bd02da72cfb81b60214ed6159db4d614380d02 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:46:42 -0800 Subject: [PATCH] Make admonition more admonitiony (#2982) --- docs/docs/how-tos/persistence_postgres.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/how-tos/persistence_postgres.ipynb b/docs/docs/how-tos/persistence_postgres.ipynb index ab6b6e51a..572759289 100644 --- a/docs/docs/how-tos/persistence_postgres.ipynb +++ b/docs/docs/how-tos/persistence_postgres.ipynb @@ -42,7 +42,10 @@ "checkpointer = # postgres checkpointer (see examples below)\n", "graph = builder.compile(checkpointer=checkpointer)\n", "...\n", - "```" + "```\n", + "\n", + "!!! info \"Setup\n", + " You need to run `.setup()` once on your checkpointer to initialize the database before you can use it." ] }, {