From e2893c1f55b7fbd5a84dc4aedcc8c81fc5c55c9b Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 21 Jul 2021 11:52:42 -0700 Subject: [PATCH] Clean up released features/items Change-Id: I5e4d262a8570cf7c61ac0f3410a4cb35e8245690 --- doc/source/index.rst | 72 +++++++++++++++++++ .../support-intel-speed-select.rst | 0 .../new-release-model.rst | 0 .../ramdisk_deploy_virtual_media_boot_iso.rst | 0 .../in-band-deploy-steps.rst | 0 .../L3-based-deployment.rst | 0 ...redefined-system-hw-config-single-step.rst | 0 .../{not-implemented => 17.0}/secure-rbac.rst | 0 .../bios-registry-api.rst | 0 .../anaconda-deploy-interface.rst | 0 10 files changed, 72 insertions(+) rename specs/{not-implemented => 13.0}/support-intel-speed-select.rst (100%) rename specs/{not-implemented => 15.1}/new-release-model.rst (100%) rename specs/{not-implemented => 15.2}/ramdisk_deploy_virtual_media_boot_iso.rst (100%) rename specs/{not-implemented => 16.0}/in-band-deploy-steps.rst (100%) rename specs/{not-implemented => 16.1}/L3-based-deployment.rst (100%) rename specs/{not-implemented => 17.0}/predefined-system-hw-config-single-step.rst (100%) rename specs/{not-implemented => 17.0}/secure-rbac.rst (100%) rename specs/{not-implemented => 18.0}/bios-registry-api.rst (100%) rename specs/{not-implemented => 18.1}/anaconda-deploy-interface.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index e9401447..5e9e19a3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -71,6 +71,78 @@ Implemented specifications These specifications have been implemented and are grouped in the development cycles in which they were completed. +Xena +---- + +18.1 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/18.1/* + +18.0 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/18.0/* + +Wallaby +------- + +17.0 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/17.0/* + +16.1 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/16.1/* + +Victoria +-------- + +16.0 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/16.0/* + +15.2 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/15.2/* + +15.1 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/15.1/* + Ussuri ------ diff --git a/specs/not-implemented/support-intel-speed-select.rst b/specs/13.0/support-intel-speed-select.rst similarity index 100% rename from specs/not-implemented/support-intel-speed-select.rst rename to specs/13.0/support-intel-speed-select.rst diff --git a/specs/not-implemented/new-release-model.rst b/specs/15.1/new-release-model.rst similarity index 100% rename from specs/not-implemented/new-release-model.rst rename to specs/15.1/new-release-model.rst diff --git a/specs/not-implemented/ramdisk_deploy_virtual_media_boot_iso.rst b/specs/15.2/ramdisk_deploy_virtual_media_boot_iso.rst similarity index 100% rename from specs/not-implemented/ramdisk_deploy_virtual_media_boot_iso.rst rename to specs/15.2/ramdisk_deploy_virtual_media_boot_iso.rst diff --git a/specs/not-implemented/in-band-deploy-steps.rst b/specs/16.0/in-band-deploy-steps.rst similarity index 100% rename from specs/not-implemented/in-band-deploy-steps.rst rename to specs/16.0/in-band-deploy-steps.rst diff --git a/specs/not-implemented/L3-based-deployment.rst b/specs/16.1/L3-based-deployment.rst similarity index 100% rename from specs/not-implemented/L3-based-deployment.rst rename to specs/16.1/L3-based-deployment.rst diff --git a/specs/not-implemented/predefined-system-hw-config-single-step.rst b/specs/17.0/predefined-system-hw-config-single-step.rst similarity index 100% rename from specs/not-implemented/predefined-system-hw-config-single-step.rst rename to specs/17.0/predefined-system-hw-config-single-step.rst diff --git a/specs/not-implemented/secure-rbac.rst b/specs/17.0/secure-rbac.rst similarity index 100% rename from specs/not-implemented/secure-rbac.rst rename to specs/17.0/secure-rbac.rst diff --git a/specs/not-implemented/bios-registry-api.rst b/specs/18.0/bios-registry-api.rst similarity index 100% rename from specs/not-implemented/bios-registry-api.rst rename to specs/18.0/bios-registry-api.rst diff --git a/specs/not-implemented/anaconda-deploy-interface.rst b/specs/18.1/anaconda-deploy-interface.rst similarity index 100% rename from specs/not-implemented/anaconda-deploy-interface.rst rename to specs/18.1/anaconda-deploy-interface.rst