adjust LabelTensor (inheritance)
This commit is contained in:
@@ -47,12 +47,14 @@ extensions = [
|
||||
'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.mathjax',
|
||||
]
|
||||
autosummary_generate = True
|
||||
|
||||
intersphinx_mapping = {
|
||||
'python': ('http://docs.python.org/2', None), 'numpy':
|
||||
('http://docs.scipy.org/doc/numpy/', None), 'scipy':
|
||||
('http://docs.scipy.org/doc/scipy/reference/', None), 'matplotlib':
|
||||
('http://matplotlib.sourceforge.net/', None)
|
||||
'python': ('http://docs.python.org/2', None),
|
||||
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
|
||||
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
|
||||
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
|
||||
'torch': ('https://pytorch.org/docs/stable/', None)
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
||||
Reference in New Issue
Block a user