Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
_make.py | ||
_rcnn.py | ||
_vision.py | ||
_yolo.py | ||
multibox.py | ||
nms.py | ||
rcnn.py | ||
yolo.py |
* [DOCS] Sphinx -- Introduce alias detection. Background: some of our namespaces import function from another namespace. For example tvm.te imports most of the operators from tvm.tir. Previously we manually exclude these aliases from the doc. However that means we can not link them by the alias name. This PR adds a sphinx callback plugin to detect such aliases, and create a rubric block on the button of its current docstring `Alias of the original class`. It is done in a way so that we can refer to the generated docs. We also fixed a few docs errors. * Fix most of the issues
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
_make.py | Loading commit data... | |
_rcnn.py | Loading commit data... | |
_vision.py | Loading commit data... | |
_yolo.py | Loading commit data... | |
multibox.py | Loading commit data... | |
nms.py | Loading commit data... | |
rcnn.py | Loading commit data... | |
yolo.py | Loading commit data... |