From f48dfbc8405368a75df30e2f9eeb099151f2bbd3 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 29 Oct 2024 17:06:34 -0500 Subject: [PATCH] Removed todo that Sphinx no longer accepts --- docs/ADCore/NDPluginFFT.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ADCore/NDPluginFFT.rst b/docs/ADCore/NDPluginFFT.rst index 7986f646d..3b6f70595 100644 --- a/docs/ADCore/NDPluginFFT.rst +++ b/docs/ADCore/NDPluginFFT.rst @@ -20,8 +20,6 @@ The FFT algorithm used requires that the input array dimensions be a power of 2. The plugin will pad the array to the next larger power of 2 if the input array does not meet this requirement. -.. todo:: Fix links - The `ADCSimDetector `__ application simulates an 8-channel ADC with different waveforms. This application is useful for testing and demonstrating the NDPluginFFT plugin with 1-D NDArray input.