update toml + doc (#467)
This commit is contained in:
committed by
Nicola Demo
parent
d9fcc46e2e
commit
a2c08ae211
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# pydmd documentation build configuration file, created by
|
# PINA documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Mon Jun 22 16:09:40 2015.
|
# sphinx-quickstart on Mon Jun 22 16:09:40 2015.
|
||||||
#
|
#
|
||||||
# This file is execfile()d with the current directory set to its
|
# This file is execfile()d with the current directory set to its
|
||||||
@@ -72,17 +72,15 @@ numpydoc_show_class_members = False
|
|||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('http://docs.python.org/3', None),
|
'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': ('https://matplotlib.org/stable', None),
|
'matplotlib': ('https://matplotlib.org/stable', None),
|
||||||
'torch': ('https://pytorch.org/docs/stable/', None),
|
'torch': ('https://pytorch.org/docs/stable/', None),
|
||||||
'pytorch_lightning': ("https://lightning.ai/docs/pytorch/stable/", None),
|
'lightning.pytorch': ("https://lightning.ai/docs/pytorch/stable/", None),
|
||||||
}
|
}
|
||||||
|
|
||||||
nitpicky = True
|
nitpicky = True
|
||||||
nitpick_ignore = [
|
nitpick_ignore = [
|
||||||
('py:meth', 'pytorch_lightning.core.module.LightningModule.log'),
|
('py:meth', 'lightning.pytorch.core.module.LightningModule.log'),
|
||||||
('py:meth', 'pytorch_lightning.core.module.LightningModule.log_dict'),
|
('py:meth', 'lightning.pytorch.core.module.LightningModule.log_dict'),
|
||||||
('py:exc', 'MisconfigurationException'),
|
('py:exc', 'MisconfigurationException'),
|
||||||
('py:func', 'torch.inference_mode'),
|
('py:func', 'torch.inference_mode'),
|
||||||
('py:func', 'torch.no_grad'),
|
('py:func', 'torch.no_grad'),
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ test = [
|
|||||||
dev = [
|
dev = [
|
||||||
"black @ git+https://github.com/psf/black"
|
"black @ git+https://github.com/psf/black"
|
||||||
]
|
]
|
||||||
|
tutorials = [
|
||||||
|
"smithers @ git+https://github.com/mathLab/smithers.git",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://mathlab.github.io/PINA/"
|
Homepage = "https://mathlab.github.io/PINA/"
|
||||||
|
|||||||
Reference in New Issue
Block a user