From 58fa3fcdc921646462a591f35e9810c3932cfca4 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:07:24 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy_fft_1/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/numpy_fft_1/README.md b/numpy_fft_1/README.md index 3d04ad7..fdbac84 100644 --- a/numpy_fft_1/README.md +++ b/numpy_fft_1/README.md @@ -3,6 +3,7 @@ * TOC {:toc} +{:.toc-class} ## Goal We want to calculate a well behaved power spectral density from a 1 dimensional time series.