Skip to content

Commit

Permalink
unbreak docs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 3, 2024
1 parent 1cbce84 commit 267e337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ examples:
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

docs: html linkcheck
docs: html examples linkcheck

2 changes: 1 addition & 1 deletion mighty/mighty_runners/mighty_maml_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def maml_update(self, model, lr, grads=None): # type: ignore

def update_module(self, module, updates=None, memo=None): # type: ignore
r"""
[[Source]](https://github.com/learnables/learn2learn/blob/master/learn2learn/utils.py)
[[Source]](https://github.com/learnables/learn2learn/blob/meta-opt/learn2learn/utils.py)
**Description**
Expand Down

0 comments on commit 267e337

Please sign in to comment.