From b5401a6266f1bfd7f02eb3c483646c600bf8083b Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sat, 7 Sep 2024 22:42:44 -0600 Subject: Docs: Revert false MyST Parser toctree conversions Commit 35599f9a6671 (Docs: Replace Recommonmark with MyST Parser) converted recommonmark style toctrees in bulk using a script. This was done by searching for lists of references, which is how recommonmark denoted toctree entries. However, this also converted lists of external URLs, which would not normally be included in the toctree. Revert these cases back to lists of URLs as they were before the migration. Change-Id: Ie4da3d908d4b84c2c7e3572fb4baaeed1f8edb45 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/84244 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- Documentation/acronyms.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Documentation/acronyms.md') diff --git a/Documentation/acronyms.md b/Documentation/acronyms.md index 8dbb067bbc..2f32b85222 100644 --- a/Documentation/acronyms.md +++ b/Documentation/acronyms.md @@ -1141,8 +1141,4 @@ Spec](https://uefi.org/specifications) for details, or run the tool ## References: -```{toctree} -:maxdepth: 1 - -AMD Glossary of terms -``` +* [AMD Glossary of terms](https://www.amd.com/system/files/documents/glossary-of-terms-20220505-for-web.pdf) -- cgit v1.2.3