From 9d1804f632c42b43520bbbe3367d8bbcacca1edb Mon Sep 17 00:00:00 2001 From: gitmirgut Date: Wed, 15 Mar 2017 18:30:51 +0100 Subject: [PATCH] correct line numbers for documentation --- python/bb_binary/common.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/bb_binary/common.py b/python/bb_binary/common.py index c26b3f5..e08f7a6 100644 --- a/python/bb_binary/common.py +++ b/python/bb_binary/common.py @@ -18,7 +18,7 @@ Each FrameContainer only has the frames of **one** camera. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 82-98 + :lines: 119-137 """ Frame = bbb.Frame @@ -26,7 +26,7 @@ A Frame holds all the information about a single image in a video. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 62-74 + :lines: 98-110 """ DataSource = bbb.DataSource @@ -34,7 +34,7 @@ This is a part of a :obj:`FrameContainer` and references the original video file. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 76-80 + :lines: 112-116 """ DetectionCVP = bbb.DetectionCVP @@ -43,7 +43,7 @@ It got replaced with :obj:`DetectionDP` in the Summer 2016. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 8-24 + :lines: 33-49 """ DetectionDP = bbb.DetectionDP @@ -51,7 +51,7 @@ This is the new format for a detection that replaced :obj:`DetectionCVP`. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 26-42 + :lines: 51-67 """ DetectionTruth = bbb.DetectionTruth @@ -60,7 +60,7 @@ `Editor GUI `_. .. literalinclude:: ../../bb_binary/bb_binary_schema.capnp - :lines: 44-59 + :lines: 69-84 """ CAM_IDX = 0