mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Add WeChat social icon to Docs (#19702)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
29bb153276
commit
376a906dd3
2 changed files with 7 additions and 1 deletions
|
|
@ -91,6 +91,10 @@ keywords: Ultralytics, YOLO, Comet, callbacks, logging, machine learning, monito
|
|||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.utils.callbacks.comet._log_image_batches
|
||||
|
||||
<br><br><hr><br>
|
||||
|
||||
## ::: ultralytics.utils.callbacks.comet.on_pretrain_routine_start
|
||||
|
||||
<br><br><hr><br>
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ extra: # version:
|
|||
- icon: fontawesome/brands/linkedin
|
||||
link: https://www.linkedin.com/company/ultralytics/
|
||||
- icon: fontawesome/brands/x-twitter
|
||||
link: https://twitter.com/ultralytics
|
||||
link: https://x.com/ultralytics
|
||||
- icon: fontawesome/brands/youtube
|
||||
link: https://youtube.com/ultralytics?sub_confirmation=1
|
||||
- icon: fontawesome/brands/docker
|
||||
|
|
@ -95,6 +95,8 @@ extra: # version:
|
|||
link: https://discord.com/invite/ultralytics
|
||||
- icon: fontawesome/brands/reddit
|
||||
link: https://reddit.com/r/ultralytics
|
||||
- icon: fontawesome/brands/weixin
|
||||
link: https://weixin.qq.com/r/mp/LxckPDfEgWr_rXNf90I9
|
||||
|
||||
extra_css:
|
||||
- stylesheets/style.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue