Skip to content

Commit c7c82a1

Browse files
committed
[docs] Cleanup v0.5 migration guide
1 parent f808d29 commit c7c82a1

File tree

2 files changed

+0
-144
lines changed

2 files changed

+0
-144
lines changed

docs/api.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,10 @@ Module Reference
104104
api/scene_detector
105105
api/video_stream
106106
api/platform
107-
api/migration_guide
108107

109108

110109
=======================================================================
111110
Logging
112111
=======================================================================
113112

114113
PySceneDetect outputs messages to a logger named ``pyscenedetect`` which does not have any default handlers. You can use :func:`scenedetect.init_logger <scenedetect.platform.init_logger>` with ``show_stdout=True`` or specify a log file (verbosity can also be specified) to attach some common handlers, or use ``logging.getLogger("pyscenedetect")`` and attach log handlers manually.
115-
116-
117-
=======================================================================
118-
Migrating From 0.5
119-
=======================================================================
120-
121-
PySceneDetect 0.6 introduces several breaking changes which are incompatible with 0.5. See :ref:`Migration Guide <scenedetect-migration_guide>` for details on how to update your application. In addition, demonstrations of common use cases can be found in the `tests/test_api.py <https://github.com/Breakthrough/PySceneDetect/blob/v0.6.4-release/tests/test_api.py>`_ file.

docs/api/migration_guide.rst

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)