From 2f7cbd286a885e123dc8a58744f543f5a6765285 Mon Sep 17 00:00:00 2001 From: Guillaume Fraux Date: Fri, 4 Oct 2024 20:16:56 +0200 Subject: [PATCH] Fix admonition syntax --- python/examples/2-structure_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/2-structure_map.py b/python/examples/2-structure_map.py index ada0657a6..95b6b0783 100644 --- a/python/examples/2-structure_map.py +++ b/python/examples/2-structure_map.py @@ -38,7 +38,7 @@ # When both environments and structure property are present, a toggle allows you to # switch between both modes. # -# .. info:: +# .. note:: # # if there are properties stored in the ASE frames, you can extract them with # chemiscope.extract_properties(frames)