Jirka Borovec
6969e7a78c
docs: fix copy doctests without `>>>` and `...` by button & ctr+c ( #2138 )
...
* Add custom JavaScript for copying Python REPL code examples without prompts and integrate it into the docs
* Enhance JavaScript copy button functionality to support `.md-code__button` and streamline clipboard handling
* Remove unused `pycon_copy.js` references and streamline JavaScript dependencies in docs and configuration
* Enhance `stripPythonPrompts` to handle triple-quoted strings in REPL code parsing
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-04 23:09:16 +09:00
jirka
53950fd426
Update and enhance `mkdocs.yml` with new features and configuration refinements
2026-02-04 20:31:18 +09:00
James
c592cd9ff3
Add count in zone guide to `supervision` docs ( #549 )
...
* add count in zone guide to table of contents
* add count in zone docs
* respond to feedback
* fix(pre_commit): 🎨 auto format pre-commit hooks
* update count in zone example
* Apply suggestions from code review
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-03 13:58:49 +01:00
Jirka Borovec
1bab3fff8f
Enable rendering of type annotations in signature headers ( #2085 )
...
* Enable rendering of type annotations in signature headers
* drop comment
---------
Co-authored-by: SkalskiP <piotr.skalski92@gmail.com>
2026-01-20 14:17:29 +01:00
pre-commit-ci[bot]
4ad36db3bb
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-08-07 09:53:22 +00:00
SkalskiP
5c6745291b
after few tests drop support for `pycon` in docs examples
2025-08-07 07:41:52 +02:00
SkalskiP
83d490dadc
initial support for `pycon` docs examples
2025-08-06 23:19:21 +02:00
SkalskiP
72fe0bf47f
initial version of `edit_distance` and `fuzzy_match_index` that will allow to match faulty class name generated by VLMs with exact class names
2025-07-24 15:05:19 +02:00
SkalskiP
6b905f2d18
works with python 3.9; docs update
2025-07-15 19:56:04 +02:00
soumik12345
bcbbc57854
chore: configure mkdocs to add mathjax support
2025-07-15 16:34:22 +05:30
Piotr Skalski
98ba121b5c
Merge pull request #1875 from roboflow/fix-wrapped-text
...
Fix wrapped `supervision` text in navigation bar
2025-07-10 12:43:44 +02:00
SkalskiP
f50216eebf
remove duplicated `features` from `mkdocs.yaml`
2025-07-10 12:10:10 +02:00
James
21a3584513
fix
2025-07-10 11:03:48 +01:00
James
89ca7226b9
Merge branch 'develop' into new-theme
2025-06-18 17:20:33 -04:00
James
568a94c0e1
fix kapa
2025-06-17 17:10:07 -04:00
James
4255e63269
work on new theme
2025-06-17 09:34:23 -04:00
Onuralp SEZER
9ed9cd2592
feat(mkdocs): 📝 add options for root heading and pygments language class in markdown extensions
2025-04-22 17:53:54 +03:00
Piotr Skalski
ca6609571a
Merge pull request #1796 from roboflow/dependabot/pip/develop/mkdocstrings-gte-0.25.2-and-lt-0.29.0
...
⬆️ Update mkdocstrings requirement from <0.27.0,>=0.25.2 to >=0.25.2,<0.29.0
2025-03-21 16:57:49 +01:00
Blake Burch
73d69172db
Add segment tracking
2025-03-20 14:46:07 -05:00
Onuralp SEZER
78d70085cb
pacakge: 📦 Update mkdocs configuration and bump mkdocstrings version to <0.29.0
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-02-24 06:26:01 +03:00
LinasKo
9975b63216
Enable kapa for 0.27.0
2024-12-13 12:22:45 +02:00
LinasKo
b6a6746f8b
Disable kapa until we test its functionality
2024-12-13 12:13:39 +02:00
LinasKo
fcf8b7f378
Fix Kapa widget initialization
2024-12-10 12:59:36 +02:00
LinasKo
d1c8adb33a
How To: Benchmark Model
...
* Initial version of model benchmarking guide
2024-11-28 15:53:44 +02:00
LinasKo
19677bede5
Merge branch 'develop' into fix/address-release-pr-comments
2024-11-08 01:34:27 +02:00
LinasKo
0bfcdeab6f
Add mAR docstrings & examples
2024-11-08 01:01:52 +02:00
LinasKo
c3d7dc0ee3
Move keypoint to detections converstion to sv.KeyPoints.
...
* Test colab: https://colab.research.google.com/drive/10PMuW0IyaksofqI70NLnB_-Fnr4oKVmk?usp=sharing
2024-11-07 17:59:02 +02:00
LinasKo
a0e909669d
Add keypoints_to_detections
2024-11-06 20:03:48 +02:00
LinasKo
fbd96d10c4
Add new and missing docstrings, examples to metrics, new Common section
2024-10-18 15:16:01 +03:00
LinasKo
c17de5c11b
Add precision and recall metrics
2024-10-18 14:37:36 +03:00
LinasKo
7f85963314
Add F1 to docs, rewrite the docstrings
2024-09-20 14:50:46 +03:00
LinasKo
55c8c07b90
Rename legacy metrics doc to metrics, preserve url
2024-08-28 20:16:44 +03:00
LinasKo
6bb5929e09
Remove IoU metric for now - unclear external API
2024-08-28 20:12:04 +03:00
LinasKo
84bb44d222
Metrics docs overhaul
2024-08-27 14:49:40 +03:00
LinasKo
e1ffd0e8a9
Address some review comments
2024-08-14 15:38:50 +03:00
SkalskiP
d91113c9e7
merge develop into task branch
2024-07-15 12:32:31 +02:00
LinasKo
57ae7467b9
Add cheatsheet links in supervision docs, readme
2024-07-08 13:57:12 +03:00
LinasKo
27de665940
Docs: Remove INFO about absolute links when building
2024-06-11 15:19:52 +03:00
SkalskiP
a3f299ceb0
update docs headers
2024-06-05 17:40:39 +02:00
Linas Kondrackis
f7bd7011fe
OverlapFilter: Add and validate docs, rename
2024-05-30 13:45:12 +03:00
Linas Kondrackis
c9c2dad316
Docs: shorter title for object tracking how-to
2024-05-22 23:47:45 +03:00
Linas Kondrackis
99854a5b66
minor docs change: rename How To - Track Objects
2024-05-22 23:14:17 +03:00
SkalskiP
d21c98a4d2
docs updated; `rle_to_mask` and `mask_to_rle` added to `__init__.py`
2024-05-13 12:06:38 +02:00
SkalskiP
77793571b0
major docs refactor
2024-04-24 15:39:08 +02:00
SkalskiP
2745c70ae0
docs plugged into `mkdocs.yml`
2024-04-24 00:21:19 +02:00
SkalskiP
574c61b6b0
initial commit
2024-04-09 14:28:40 +02:00
Piotr Skalski
372e703a7a
Merge pull request #1028 from roboflow/feature/add_tiles_generator
...
Add util to create image tiles
2024-04-05 18:37:19 +02:00
SkalskiP
473f140133
`create_batches` and `fill` docs added
2024-04-05 18:01:17 +02:00
SkalskiP
15e17adef1
Detect Small Objects documentation
2024-03-25 21:11:47 +01:00
Onuralp SEZER
8514f086b7
docs(fix): 🐞 📝 MKDOCS_GIT_COMMITTERS_APIKEY fix attempt v2
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-02-08 19:53:51 +03:00