File tree Expand file tree Collapse file tree 3 files changed +33
-17
lines changed Expand file tree Collapse file tree 3 files changed +33
-17
lines changed Original file line number Diff line number Diff line change 55# This file does only contain a selection of the most common options. For a
66# full list see the documentation:
77# http://www.sphinx-doc.org/en/master/config
8- from labelbox import __version__
98
109# -- Path setup --------------------------------------------------------------
1110
1716import sys
1817sys .path .insert (0 , os .path .abspath ('../.' ))
1918
19+ import labelbox
20+
2021
2122# -- Project information -----------------------------------------------------
2223
2526author = 'Labelbox'
2627
2728# The short X.Y version
28- version = __version__
29+ version = labelbox . __version__
2930# The full version, including alpha/beta/rc tags
30- release = __version__
31+ release = labelbox . __version__
3132
3233
3334# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- labelbox namespace
2- ==================
1+ labelbox package
2+ ================
33
44Subpackages
55-----------
@@ -21,3 +21,10 @@ labelbox.exceptions module
2121 :show-inheritance:
2222
2323
24+ Module contents
25+ ---------------
26+
27+ .. automodule :: labelbox
28+ :members:
29+ :undoc-members:
30+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments