|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# pydmd documentation build configuration file, created by |
| 3 | +# PINA documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Jun 22 16:09:40 2015. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
72 | 72 |
|
73 | 73 | intersphinx_mapping = { |
74 | 74 | '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), |
77 | 75 | 'matplotlib': ('https://matplotlib.org/stable', None), |
78 | 76 | '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), |
80 | 78 | } |
81 | 79 |
|
82 | 80 | nitpicky = True |
83 | 81 | 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'), |
86 | 84 | ('py:exc', 'MisconfigurationException'), |
87 | 85 | ('py:func', 'torch.inference_mode'), |
88 | 86 | ('py:func', 'torch.no_grad'), |
|
0 commit comments