mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
28 lines
704 B
Markdown
28 lines
704 B
Markdown
# Legacy documentation
|
|
|
|
This section documents the previous BatDetect2 workflow.
|
|
|
|
Use these pages if you need to keep working with the older `batdetect2 detect` command or the older `batdetect2.api` interface.
|
|
|
|
For new projects, we recommend the current workflow:
|
|
|
|
- CLI: `batdetect2 predict`
|
|
- Python: `batdetect2.api_v2.BatDetect2API`
|
|
|
|
If you are moving from the older workflow, start with {doc}`migration-guide`.
|
|
|
|
```{warning}
|
|
These pages describe the previous workflow.
|
|
They are kept for continuity and migration support.
|
|
New users should start with {doc}`../getting_started` and {doc}`../tutorials/index`.
|
|
```
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
cli-detect
|
|
python-api
|
|
feature-extraction
|
|
migration-guide
|
|
```
|