mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 06:41:53 +02:00
31 lines
708 B
Markdown
31 lines
708 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 process`
|
|
- 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
|
|
```
|