From ab83298e0ed005a58e8b4b75d29be271a09f804c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 27 Aug 2024 19:09:46 -0400 Subject: [PATCH] DOC: Fix misplaced column separation character in table Fix misplaced column separation character in table: move the column separation `+` character so that it is aligned with the rest of the column separation characters in a blog entry table. --- docs/source/posts/2023/2023-01-29-final-report-shivam.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/posts/2023/2023-01-29-final-report-shivam.rst b/docs/source/posts/2023/2023-01-29-final-report-shivam.rst index 598f7026e..618fb9436 100644 --- a/docs/source/posts/2023/2023-01-29-final-report-shivam.rst +++ b/docs/source/posts/2023/2023-01-29-final-report-shivam.rst @@ -277,7 +277,7 @@ Timeline | Week 6 (25-07-2022) | Extracting the animation data | `FURY `__ - `Python `__ | +----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Week 7 (01-08-2022) | Fixing bugs in animations | `FURY `__ - `Python `__ | -+----------------------+-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ++----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Week 8 (09-08-2022) | Fixing animation bugs | `FURY `__ - `Python `__ | +----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Week 9 (17-08-2022) | First working skeletal animation prototype | `FURY `__ - `Python `__ |