Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2023
commit 78f92f4741220631ccccda8b16b637c389043cfe
7 changes: 5 additions & 2 deletions docs/source-pytorch/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
# -- Project documents -------------------------------------------------------
if _SHOULD_COPY_NOTEBOOKS:
AssistantCLI.copy_notebooks(
PATH_RAW_NB, PATH_HERE, "notebooks", patterns=[
PATH_RAW_NB,
PATH_HERE,
"notebooks",
patterns=[
".",
"course_UvA-DL",
"lightning_examples/augmentation_kornia",
Expand All @@ -59,7 +62,7 @@
"lightning_examples/datamodules",
"lightning_examples/mnist-hello-world",
"lightning_examples/mnist-tpu-training",
]
],
)


Expand Down