Skip to content

Commit

Permalink
correct line numbers for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmirgut committed Mar 15, 2017
1 parent ad677e0 commit 9d1804f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/bb_binary/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
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
"""
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
"""
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
Expand All @@ -43,15 +43,15 @@
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
"""
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
Expand All @@ -60,7 +60,7 @@
`Editor GUI <https://github.com/BioroboticsLab/bb_analysis/tree/master/system2/editor-gui>`_.
.. literalinclude:: ../../bb_binary/bb_binary_schema.capnp
:lines: 44-59
:lines: 69-84
"""

CAM_IDX = 0
Expand Down

0 comments on commit 9d1804f

Please sign in to comment.