Skip to content

Commit

Permalink
Merge pull request #42 from praksharma/development
Browse files Browse the repository at this point in the history
Logo change
  • Loading branch information
praksharma authored Feb 9, 2024
2 parents 6fdc3c5 + be0ec3c commit 84d0466
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: DeepINN
author: Prakhar Sharma
copyright: "2023"
logo: logo.png
logo: logo_deepinn.png

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand Down
Binary file added docs/logo_deepinn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ Last work : `DeepINN/constraint/gradients.py`

## Misc
- [x] Migrate to JupyterBooks.
- [x] Move everything after contribution in the [readme.md](readme.md) to the docs.
- [x] Move everything after contribution in the [readme.md](readme.md) to the docs.

## Technical stuff
- [ ] Substitute `raise NotImplementedError` to `@abc.abstractmethod` for better ABC implementation on concrete classes (classes where the member function are actually implemented).
- [ ] Use `functool.wraps` so that the decorator doesn't loose the metadata such as docsting.

0 comments on commit 84d0466

Please sign in to comment.