Skip to content

Commit 651eebd

Browse files
kwagyemanclaude
andcommitted
docs: Reword YOLOv8 bullet to mention Roboflow.
Drop the marketing-y "three lines of glue" claim and link to Roboflow as the suggested place to train a custom YOLOv8 model. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 84c2070 commit 651eebd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def _render_landing_code(src):
242242
k: _render_landing_code(v) for k, v in _landing_examples_src.items()
243243
}
244244

245-
246245
# -- General configuration ------------------------------------------------
247246

248247
# If your documentation needs a minimal Sphinx version, state it here.
@@ -569,7 +568,6 @@ def _render_landing_code(src):
569568
# If true, show URL addresses after external links.
570569
# man_show_urls = False
571570

572-
573571
# -- Options for Texinfo output -------------------------------------------
574572

575573
# Grouping the document tree into Texinfo files. List of tuples
@@ -599,6 +597,5 @@ def _render_landing_code(src):
599597
# If true, do not generate a @detailmenu in the "Top" node's menu.
600598
# texinfo_no_detailmenu = False
601599

602-
603600
# Example configuration for intersphinx: refer to the Python standard library.
604601
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

docs/templates/topindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ <h3>Real-time person tracking</h3>
819819
<p>The on-board YOLOv8 model is a single-class person detector — int8 quantised and shipped in ROM.</p>
820820
<div class="omv-bullet"><span class="check"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><path d="M5 12l5 5L20 7"/></svg></span><span>Loaded from <code>/rom/yolov8n_192.tflite</code> — no SD card or download needed.</span></div>
821821
<div class="omv-bullet"><span class="check"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><path d="M5 12l5 5L20 7"/></svg></span><span>Runs in real time on NPU-equipped boards — the OpenMV N6 and AE3.</span></div>
822-
<div class="omv-bullet"><span class="check"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><path d="M5 12l5 5L20 7"/></svg></span><span>Train your own YOLOv8 in Ultralytics — same three lines of glue.</span></div>
822+
<div class="omv-bullet"><span class="check"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><path d="M5 12l5 5L20 7"/></svg></span><span>Bring your own YOLOv8 model trained on <a href="https://roboflow.com">Roboflow</a> and load it the same way.</span></div>
823823
</div>
824824
</div>
825825
<div class="tab-body" data-tab="apriltag" role="tabpanel">

0 commit comments

Comments
 (0)