Skip to content

Commit fc88b44

Browse files
authored
update toml + doc (#467)
1 parent 0d97e6a commit fc88b44

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/source/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# pydmd documentation build configuration file, created by
3+
# PINA documentation build configuration file, created by
44
# sphinx-quickstart on Mon Jun 22 16:09:40 2015.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -72,17 +72,15 @@
7272

7373
intersphinx_mapping = {
7474
'python': ('http://docs.python.org/3', None),
75-
# 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
76-
# 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
7775
'matplotlib': ('https://matplotlib.org/stable', None),
7876
'torch': ('https://pytorch.org/docs/stable/', None),
79-
'pytorch_lightning': ("https://lightning.ai/docs/pytorch/stable/", None),
77+
'lightning.pytorch': ("https://lightning.ai/docs/pytorch/stable/", None),
8078
}
8179

8280
nitpicky = True
8381
nitpick_ignore = [
84-
('py:meth', 'pytorch_lightning.core.module.LightningModule.log'),
85-
('py:meth', 'pytorch_lightning.core.module.LightningModule.log_dict'),
82+
('py:meth', 'lightning.pytorch.core.module.LightningModule.log'),
83+
('py:meth', 'lightning.pytorch.core.module.LightningModule.log_dict'),
8684
('py:exc', 'MisconfigurationException'),
8785
('py:func', 'torch.inference_mode'),
8886
('py:func', 'torch.no_grad'),

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ test = [
3737
dev = [
3838
"black @ git+https://github.com/psf/black"
3939
]
40+
tutorials = [
41+
"smithers @ git+https://github.com/mathLab/smithers.git",
42+
]
4043

4144
[project.urls]
4245
Homepage = "https://mathlab.github.io/PINA/"

0 commit comments

Comments
 (0)