Skip to content

Commit 24d9a95

Browse files
committed
removed and from docs
1 parent b8ad0f9 commit 24d9a95

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md renamed to documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Bundle.md

File renamed without changes.

documentation/docs/Organizers/Benchmark_Creation/Competition-Creation:-Form.md renamed to documentation/docs/Organizers/Benchmark_Creation/Competition-Creation-Form.md

File renamed without changes.

documentation/docs/Organizers/Benchmark_Creation/Competition-Creation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Competition creation can be done two ways. Through the online form on Codalab, o
33
## Bundle Upload
44
For more information on Bundle Upload see here:
55

6-
[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/)
6+
[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/)
77

88
For more information on Competition Bundle Structure, see here:
99

@@ -12,4 +12,4 @@ For more information on Competition Bundle Structure, see here:
1212
## GUI creation
1313
For more information on GUI creation see here:
1414

15-
[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Form/)
15+
[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Form/)

documentation/docs/Organizers/Benchmark_Creation/Dataset-competition-creation-and-participate-instruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page focuses on how to create a dataset contest via bundle and make submiss
55
The brief process can be summarized in the following diagram![](../../_attachments/0_17528513120435548.png)
66

77
There are two main parts:
8-
- 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/))
8+
- 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/))
99

1010
- Competition participant submission dataset
1111

documentation/docs/Organizers/Running_a_benchmark/Competition-Management-&-List.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ It will also show you how to track the competitions you are currently in.
55
![v2_labeled_comp_list](../../_attachments/70932628-08974e80-1fef-11ea-9303-734d098df784_17528513089370105.png)
66

77
## Competition create button (Form)
8-
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)
8+
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)
99

1010

1111
## Competition create button (Upload)
12-
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)
12+
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)
1313

1414
## Competitions I'm running tab
1515
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
2121
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.
2222

2323
## Edit competition button
24-
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)
24+
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)
2525

2626
## Delete competition button
2727
Deletes your competition. There will be a confirmation dialogue before deletion. We cannot recover deleted competitions.

documentation/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ nav:
115115
- Advanced Tutorial: Organizers/Benchmark_Creation/Advanced-Tutorial.md
116116
- How to Transition from Codalab to Codabench?: Organizers/Benchmark_Creation/How-to-transition-from-CodaLab-to-Codabench.md
117117
- Competition Creation: Organizers/Benchmark_Creation/Competition-Creation.md
118-
- Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation:-Form.md
119-
- Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md
118+
- Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation-Form.md
119+
- Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation-Bundle.md
120120
- Competition YAML Structure: Organizers/Benchmark_Creation/Competition-Bundle-Structure.md
121121
- YAML Structure: Organizers/Benchmark_Creation/Yaml-Structure.md
122122
- Competition Docker Image: Organizers/Benchmark_Creation/Competition-docker-image.md

src/static/riot/competitions/editor/form.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<!-- Show back button when updating only -->
100100
<a if="{opts.competition_id}" class="ui secondary basic button" href="{URLS.COMPETITION_DETAIL(opts.competition_id)}">Back To Competition</a>
101101
<!-- Show help when creating only -->
102-
<help_button if="{!opts.competition_id}" href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Form/"></help_button>
102+
<help_button if="{!opts.competition_id}" href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Form/"></help_button>
103103
</div>
104104
</div>
105105
</div>

src/static/riot/competitions/upload.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="ui segment">
55
<div class="flex-header">
66
<h1 class="ui header">Benchmark upload</h1>
7-
<help_button href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/"
7+
<help_button href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/"
88
tooltip="More information on bundle creation">
99
</help_button>
1010
</div>

0 commit comments

Comments
 (0)