Skip to content

Commit db383e7

Browse files
committed
dev
1 parent 595ec0d commit db383e7

19 files changed

+31
-31
lines changed

docs/.doctrees/environment.pickle

56 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

-4 Bytes
Binary file not shown.

docs/.doctrees/versioning.doctree

90 Bytes
Binary file not shown.

docs/LLMs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<li><a href="text2voice.html">Text-to-Voice</a></li>
207207
<li><a href="localization.html">Localization</a></li>
208208
<li><a href="#">LLMs Features</a></li>
209-
<li><a href="versioning.html">Variant Tracking</a></li>
209+
<li><a href="versioning.html">Task Management</a></li>
210210

211211
</ul>
212212
</div>

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TaskBeacon also provides features that enhance reusability, localization, and co
1919
- :doc:`Text-to-voice </text2voice>` – Automatically generate voice instructions from translated text for consistent and accessible delivery
2020
- :doc:`Localization </localization>` – Enables cross-cultural localization by separating text components from task logic
2121
- :doc:`LLMs </LLMs>` – Leverage Large Language Models to assist with task documentation and localization
22-
- :doc:`Variant tracking </versioning>` – Manage task variants using GitHub branches
22+
- :doc:`Task management </versioning>` – Manage task variants using GitHub branches
2323

2424
We are continuously working to expand the number of curated tasks and enhance automation in LLM-powered task generation.
2525

docs/_sources/versioning.md.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Task Variant Tracking
2+
## Task Management
33

44
TaskBeacon supports **task variant tracking** to promote transparency, reproducibility, and collaboration across the research community. Task variant tracking allows the community to build on shared paradigms while keeping modifications clear and organized. It encourages open science and makes experimental replication easier — without losing flexibility.
55

@@ -28,7 +28,9 @@ sst/
2828

2929
### What Counts as a Variant?
3030

31-
Not all changes are meaningful enough to count as a separate variant. Here’s a general guideline:
31+
Not all changes are meaningful enough to count as a separate variant.
32+
33+
Here’s a general guideline:
3234

3335
✅ Counted as a variant:
3436
- Changing the type of feedback or stimuli (e.g., replacing visual stop signals with audio in SST;Switching from monetary to social rewards in MID)
@@ -42,7 +44,6 @@ Not all changes are meaningful enough to count as a separate variant. Here’s a
4244
Variant contributions are reviewed and approved by TaskBeacon's administrative team to ensure they meet the standard for meaningful differentiation.
4345

4446

45-
4647
### Contribute a Variant
4748

4849
To contribute a new task variant:
@@ -88,7 +89,7 @@ TaskBeacon uses a script (`fetch_all_task_variants.py`) to automatically scan ta
8889
- A task-specific index file is created listing all branches
8990
- This gets compiled into the global `Task Library` page on the TaskBeacon site
9091

91-
### Key Logic (Simplified)
92+
**Key Logic (Simplified)**
9293

9394
```python
9495
# For each repo

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<li><a href="text2voice.html">Text-to-Voice</a></li>
205205
<li><a href="localization.html">Localization</a></li>
206206
<li><a href="LLMs.html">LLMs Features</a></li>
207-
<li><a href="versioning.html">Variant Tracking</a></li>
207+
<li><a href="versioning.html">Task Management</a></li>
208208

209209
</ul>
210210
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<li><a href="text2voice.html">Text-to-Voice</a></li>
207207
<li><a href="localization.html">Localization</a></li>
208208
<li><a href="LLMs.html">LLMs Features</a></li>
209-
<li><a href="versioning.html">Variant Tracking</a></li>
209+
<li><a href="versioning.html">Task Management</a></li>
210210

211211
</ul>
212212
</div>
@@ -260,7 +260,7 @@ <h1>TaskBeacon<a class="headerlink" href="#taskbeacon" title="Link to this headi
260260
<li><p><a class="reference internal" href="text2voice.html"><span class="doc">Text-to-voice</span></a> – Automatically generate voice instructions from translated text for consistent and accessible delivery</p></li>
261261
<li><p><a class="reference internal" href="localization.html"><span class="doc">Localization</span></a> – Enables cross-cultural localization by separating text components from task logic</p></li>
262262
<li><p><a class="reference internal" href="LLMs.html"><span class="doc">LLMs</span></a> – Leverage Large Language Models to assist with task documentation and localization</p></li>
263-
<li><p><a class="reference internal" href="versioning.html"><span class="doc">Variant tracking</span></a> – Manage task variants using GitHub branches</p></li>
263+
<li><p><a class="reference internal" href="versioning.html"><span class="doc">Task management</span></a> – Manage task variants using GitHub branches</p></li>
264264
</ul>
265265
<p>We are continuously working to expand the number of curated tasks and enhance automation in LLM-powered task generation.</p>
266266
<p><strong>Join Us</strong>: <a class="reference external" href="https://github.com/TaskBeacon">TaskBeacon Organization</a></p>

docs/localization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<li><a href="text2voice.html">Text-to-Voice</a></li>
207207
<li><a href="#">Localization</a></li>
208208
<li><a href="LLMs.html">LLMs Features</a></li>
209-
<li><a href="versioning.html">Variant Tracking</a></li>
209+
<li><a href="versioning.html">Task Management</a></li>
210210

211211
</ul>
212212
</div>

docs/objects.inv

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)