Skip to content

Commit

Permalink
feat: Provide download in notebook examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
apage224 committed Jul 19, 2024
1 parent fbcd678 commit 9903820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion heartkit/datasets/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ..defines import HKDownloadParams
from ..utils import setup_logger
from .factory import DatasetFactory
from . import DatasetFactory

logger = setup_logger(__name__)

Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ theme:
name: material
favicon: assets/favicon.png
logo: assets/logo-white.png
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github-alt
font:
Expand Down Expand Up @@ -161,6 +162,7 @@ plugins:
show_root_heading: true
- mkdocs-jupyter:
include_requirejs: true
include_source: true

extra_css:
- css/mkdocstrings.css
Expand Down

0 comments on commit 9903820

Please sign in to comment.