adjust LabelTensor (inheritance)

This commit is contained in:
Your Name
2022-03-28 15:11:22 +02:00
parent d65aea8759
commit 12f4084d7f
6 changed files with 198 additions and 60 deletions

View File

@@ -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.