From 54278b621d82e1cc9a05994f318756793d59343b Mon Sep 17 00:00:00 2001 From: QuillPusher <130300172+QuillPusher@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:51:51 +0500 Subject: [PATCH] Removed "Who is this article for" --- .../userDocs/source/user/FloatingPointErrorEstimation.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/userDocs/source/user/FloatingPointErrorEstimation.rst b/docs/userDocs/source/user/FloatingPointErrorEstimation.rst index 23e5f408c..a7deef4ef 100644 --- a/docs/userDocs/source/user/FloatingPointErrorEstimation.rst +++ b/docs/userDocs/source/user/FloatingPointErrorEstimation.rst @@ -10,14 +10,6 @@ heterogeneous computing environments require floating point stability. Robust floating-point error detection can help reduce data reprocessing costs and help develop important new lossy compression algorithms. -Who is this article for? -======================== - -This article serves as a high-level introduction to the Floating Point Error -Estimation (FPEE) using Clad. The audience for this article includes developers -that are looking to advance this research, or adapt it to their own specific -applications. - How does Automatic Differentiation (AD) fit into this? ======================================================