Skip to content

Commit be8db9a

Browse files
committed
nitpick_ignore
1 parent 954ea50 commit be8db9a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/source-fabric/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@
292292
("py:.*", "torch_xla.*"),
293293
("py:class", "transformer_engine.*"),
294294
("py:class", "bitsandbytes.*"),
295+
# loggers
296+
('py:class', 'tensorboardX.writer.SummaryWriter'), # todo: this is unexpected as the imports locally works
295297
]
296298

297299
# -- Options for todo extension ----------------------------------------------

docs/source-pytorch/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
377377
# missing in generated API
378378
("py:exc", "MisconfigurationException"),
379379
# TODO: generated list of all existing ATM, need to be fixed
380+
('py:class', 'tensorboardX.writer.SummaryWriter'),
380381
("py:class", "AveragedModel"),
381382
("py:class", "CometExperiment"),
382383
("py:meth", "DataModule.__init__"),

0 commit comments

Comments
 (0)