fixing documentation issues

This commit is contained in:
Dario Coscia
2024-09-03 17:27:26 +02:00
committed by Nicola Demo
parent 1aca017e1d
commit 25dc5693ff
4 changed files with 8 additions and 9 deletions

View File

@@ -74,8 +74,7 @@ intersphinx_mapping = {
'python': ('http://docs.python.org/3', None),
# 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
# 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
# 'matplotlib': ('https://matplotlib.org/stable', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'torch': ('https://pytorch.org/docs/stable/', None),
'pytorch_lightning': ("https://lightning.ai/docs/pytorch/stable/", None),
}
@@ -217,7 +216,7 @@ html_theme_options = {
},
{
"name": "Email",
"url": "pina.mathlab@gmail.com",
"url": "mailto:pina.mathlab@gmail.com",
"icon": "fas fa-envelope",
"type": "fontawesome",
},