Skip to content

Commit

Permalink
Add favicon for DABEST tutorial pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobluke- committed Mar 15, 2024
1 parent 5e94ea0 commit cd2f398
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ website:
contents: tutorials/*
- section: API
contents: API/*
favicon: images/favicon.svg
favicon: images/DABEST-square-outline.svg
navbar:
background: primary
search: true
Expand Down
45 changes: 45 additions & 0 deletions nbs/images/DABEST-square-outline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions nbs/index.qmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,4 @@ def d(*args, **kwargs): print(qmd.div(*args, **kwargs))

b(f"""## Get started in seconds
{btn('Install dabest', '/01-getting_started.ipynb')}""", 'content-block', style={"margin-top": "40px"})






{btn('Install dabest', '/01-getting_started.ipynb')}""", 'content-block', style={"margin-top": "40px"})

0 comments on commit cd2f398

Please sign in to comment.