From d9f1320e8a94163f639d7062a9363e3c0c0be3e5 Mon Sep 17 00:00:00 2001 From: Simon Branford Date: Mon, 18 Mar 2024 10:46:27 +0000 Subject: [PATCH 1/2] redirect WRF easyconfig parameters to current content --- docs/version-specific/eb-a-wrf.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/version-specific/eb-a-wrf.md diff --git a/docs/version-specific/eb-a-wrf.md b/docs/version-specific/eb-a-wrf.md deleted file mode 100644 index c78cc714b..000000000 --- a/docs/version-specific/eb-a-wrf.md +++ /dev/null @@ -1,14 +0,0 @@ -# Available easyconfig parameters for WRF easyblock - -!!! warning - This page will soon replace . - - ** - It still needs to be ported from *reStructuredText* (.rst) to *MarkDown* (.md), - and you can help with that! - ** - - - source: [`docs/eb_a_e_EB_WRF.rst` in `easybuilders/easybuild` repo](https://raw.githubusercontent.com/easybuilders/easybuild/develop/docs/eb_a_e_EB_WRF.rst) - - target: [`docs/version-specific/eb-a-wrf.md` in `easybuilders/easybuild-docs` repo](https://github.com/easybuilders/easybuild-docs/tree/main/docs/version-specific/eb-a-wrf.md) - - See for more information. From b3e3796301e5d098e4edc3163619671176a654be Mon Sep 17 00:00:00 2001 From: Simon Branford Date: Mon, 18 Mar 2024 10:53:54 +0000 Subject: [PATCH 2/2] redirect API index to real content --- docs/api/index.md | 14 -------------- mkdocs.yml | 5 +++-- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 docs/api/index.md diff --git a/docs/api/index.md b/docs/api/index.md deleted file mode 100644 index 75e912122..000000000 --- a/docs/api/index.md +++ /dev/null @@ -1,14 +0,0 @@ -# API - -!!! warning - This page will soon replace . - - ** - It still needs to be ported from *reStructuredText* (.rst) to *MarkDown* (.md), - and you can help with that! - ** - - - source: [`docs/api.rst` in `easybuilders/easybuild` repo](https://raw.githubusercontent.com/easybuilders/easybuild/develop/docs/api.rst) - - target: [`docs/api/index.md` in `easybuilders/easybuild-docs` repo](https://github.com/easybuilders/easybuild-docs/tree/main/docs/api/index.md) - - See for more information. diff --git a/mkdocs.yml b/mkdocs.yml index 81db743ee..fc749164e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,7 +96,6 @@ nav: - Easyblocks: version-specific/easyblocks.md - EasyBuild configuration options: version-specific/eb-help.md - Easyconfig parameters: version-specific/easyconfig-parameters.md - - Easyconfig parameters for WRF: version-specific/eb-a-wrf.md - Generic easyblocks: version-specific/generic-easyblocks.md - License constants for easyconfigs: version-specific/easyconfig-license-constants.md - Templates for easyconfigs: version-specific/easyconfig-templates.md @@ -200,6 +199,8 @@ plugins: redirect_maps: # redirect removed pages to sensible alternative easybuild-v5/proposed-changes/: easybuild-v5/index.md + version-specific/eb-a-wrf.md: using-easybuild.md#eb_a_e_EB_WRF + api/index.md: api/summary.md # redirects for original EasyBuild documentation to avoid broken URLs en/latest/Archived-easyconfigs.html: archived-easyconfigs.md en/latest/Backup_modules.html: backup-modules.md @@ -522,5 +523,5 @@ plugins: en/latest/api/framework.extension.html: api/easybuild/framework/extension.md en/latest/api/framework.extensioneasyblock.html: api/easybuild/framework/extensioneasyblock.md en/latest/api/framework.html: api/easybuild/framework/index.md - en/latest/api/index.html: api/index.md + en/latest/api/index.html: api/summary.md en/latest/api/modules.html: api/summary.md