From 24d9a95e4dd47ef908ade558f29e1897403d71d3 Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Tue, 23 Dec 2025 18:50:49 +0500 Subject: [PATCH] removed and from docs --- ...n-Creation:-Bundle.md => Competition-Creation-Bundle.md} | 0 ...ition-Creation:-Form.md => Competition-Creation-Form.md} | 0 .../Organizers/Benchmark_Creation/Competition-Creation.md | 4 ++-- ...aset-competition-creation-and-participate-instruction.md | 2 +- .../Running_a_benchmark/Competition-Management-&-List.md | 6 +++--- documentation/mkdocs.yml | 4 ++-- src/static/riot/competitions/editor/form.tag | 2 +- src/static/riot/competitions/upload.tag | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) rename documentation/docs/Organizers/Benchmark_Creation/{Competition-Creation:-Bundle.md => Competition-Creation-Bundle.md} (100%) rename documentation/docs/Organizers/Benchmark_Creation/{Competition-Creation:-Form.md => Competition-Creation-Form.md} (100%) diff --git a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Bundle.md similarity index 100% rename from documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md rename to documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Bundle.md diff --git a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Form.md b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md similarity index 100% rename from documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Form.md rename to documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md diff --git a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation.md b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation.md index 92c0b3409..1e04f9e65 100644 --- a/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation.md +++ b/documentation/docs/Organizers/Benchmark_Creation/Competition-Creation.md @@ -3,7 +3,7 @@ Competition creation can be done two ways. Through the online form on Codalab, o ## Bundle Upload For more information on Bundle Upload see here: -[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/) +[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/) For more information on Competition Bundle Structure, see here: @@ -12,4 +12,4 @@ For more information on Competition Bundle Structure, see here: ## GUI creation For more information on GUI creation see here: -[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Form/) +[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Form/) diff --git a/documentation/docs/Organizers/Benchmark_Creation/Dataset-competition-creation-and-participate-instruction.md b/documentation/docs/Organizers/Benchmark_Creation/Dataset-competition-creation-and-participate-instruction.md index 11044e436..647143b14 100644 --- a/documentation/docs/Organizers/Benchmark_Creation/Dataset-competition-creation-and-participate-instruction.md +++ b/documentation/docs/Organizers/Benchmark_Creation/Dataset-competition-creation-and-participate-instruction.md @@ -5,7 +5,7 @@ This page focuses on how to create a dataset contest via bundle and make submiss The brief process can be summarized in the following diagram![](../../_attachments/0_17528513120435548.png) There are two main parts: -- the contest organizer creates the dataset competition by uploading a bundle (For more information on how to create a contest via bundle, and the definition of bundle, you can refer to this link [Competition-Creation:-Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/)) +- the contest organizer creates the dataset competition by uploading a bundle (For more information on how to create a contest via bundle, and the definition of bundle, you can refer to this link [Competition-Creation-Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/)) - Competition participant submission dataset diff --git a/documentation/docs/Organizers/Running_a_benchmark/Competition-Management-&-List.md b/documentation/docs/Organizers/Running_a_benchmark/Competition-Management-&-List.md index 9d6b1e752..e4e3237da 100644 --- a/documentation/docs/Organizers/Running_a_benchmark/Competition-Management-&-List.md +++ b/documentation/docs/Organizers/Running_a_benchmark/Competition-Management-&-List.md @@ -5,11 +5,11 @@ It will also show you how to track the competitions you are currently in. ![v2_labeled_comp_list](../../_attachments/70932628-08974e80-1fef-11ea-9303-734d098df784_17528513089370105.png) ## Competition create button (Form) -This button will take you to the wizard/form for creating competitions. This will allow you to walk through each step of creating a competition using our creation/edit form. For more information on this form/wizard, please see the following link: [Competition Creation: Form](../Benchmark_Creation/Competition-Creation:-Form.md) +This button will take you to the wizard/form for creating competitions. This will allow you to walk through each step of creating a competition using our creation/edit form. For more information on this form/wizard, please see the following link: [Competition Creation: Form](../Benchmark_Creation/Competition-Creation-Form.md) ## Competition create button (Upload) -This button will take you to the upload page for competition bundles. Here you will be able to upload a competition bundle, and if it is validated and processed successfully, you should see a link to your new competition. For more information on this page, please see the following link: [Competition Creation: Bundle](../Benchmark_Creation/Competition-Creation:-Bundle.md) +This button will take you to the upload page for competition bundles. Here you will be able to upload a competition bundle, and if it is validated and processed successfully, you should see a link to your new competition. For more information on this page, please see the following link: [Competition Creation: Bundle](../Benchmark_Creation/Competition-Creation-Bundle.md) ## Competitions I'm running tab This should be the default selection for the tab navigation at the top. Having this selected will show you all the competitions you currently run/manage, and the available actions for them. @@ -21,7 +21,7 @@ Clicking on this tab will change the main view of the page. You should now see a This button will publish your competition in order to make it publicly available. If your competition is already published, this button will appear green and be used to remove your competition from public availability (It will not be deleted). By default, if your competition is un-published, it appears grey. ## Edit competition button -This button will take you to the wizard/form for editing competitions. For more information on the competition edit form, please see the link [here](../Benchmark_Creation/Competition-Creation:-Form.md) +This button will take you to the wizard/form for editing competitions. For more information on the competition edit form, please see the link [here](../Benchmark_Creation/Competition-Creation-Form.md) ## Delete competition button Deletes your competition. There will be a confirmation dialogue before deletion. We cannot recover deleted competitions. diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index 6ac5ed571..f7d45dc9c 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -115,8 +115,8 @@ nav: - Advanced Tutorial: Organizers/Benchmark_Creation/Advanced-Tutorial.md - How to Transition from Codalab to Codabench?: Organizers/Benchmark_Creation/How-to-transition-from-CodaLab-to-Codabench.md - Competition Creation: Organizers/Benchmark_Creation/Competition-Creation.md - - Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation:-Form.md - - Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md + - Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation-Form.md + - Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation-Bundle.md - Competition YAML Structure: Organizers/Benchmark_Creation/Competition-Bundle-Structure.md - YAML Structure: Organizers/Benchmark_Creation/Yaml-Structure.md - Competition Docker Image: Organizers/Benchmark_Creation/Competition-docker-image.md diff --git a/src/static/riot/competitions/editor/form.tag b/src/static/riot/competitions/editor/form.tag index 0d8a05ff1..fce7806ae 100644 --- a/src/static/riot/competitions/editor/form.tag +++ b/src/static/riot/competitions/editor/form.tag @@ -99,7 +99,7 @@ Back To Competition - + diff --git a/src/static/riot/competitions/upload.tag b/src/static/riot/competitions/upload.tag index 302ddf957..641bbd278 100644 --- a/src/static/riot/competitions/upload.tag +++ b/src/static/riot/competitions/upload.tag @@ -4,7 +4,7 @@

Benchmark upload

-