From 6afc69a5e72174428b2533e804db8fb38ac49330 Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Fri, 17 Nov 2023 17:13:41 -0700 Subject: [PATCH] figure --- fortran/src/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/fortran/src/README.md b/fortran/src/README.md index 4cac82ee0f6..e9de6aa9e0f 100644 --- a/fortran/src/README.md +++ b/fortran/src/README.md @@ -117,6 +117,20 @@ FOR DEVELOPERS Procedure to add a new function -------------------------------- +> [!NOTE] +> Highlights information that users should take into account, even when skimming. + +> [!TIP] +> Optional information to help a user be more successful. + +> [!IMPORTANT] +> Crucial information necessary for users to succeed. + +> [!WARNING] +> Critical content demanding immediate user attention due to potential risks. + +> [!CAUTION] +> Negative potential consequences of an action. > [!IMPORTANT] The use of C stubs (H5\*f.c) is no longer recommended. The C APIs should now be called from Fortran wrappers. C wrappers description exists for maintenance purposes and to create and understand alternative development options.