Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ deps/src/
*.ipynb

pyenv/

# these are all temporary files that will be generated during Quarto render
/.quarto/
/_freeze/
/_site/
/_output/
*.html
*.svg
*.json
/site_libs/
23 changes: 21 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
type: website
output-dir: _output
title: "Tutorials for Quantum Toolbox in Julia"
title: Tutorials for Quantum Toolbox in Julia
render:
- "*.md"
- "*.qmd"
Expand All @@ -10,8 +10,27 @@ project:
- "!tutorial_template.qmd" # ignore

website:
title: "Tutorials for Quantum Toolbox in Julia"
title: Tutorials for Quantum Toolbox in Julia
site-url: https://qutip.org/qutip-julia-tutorials/
favicon: assets/favicon.ico

#announcement:
# icon: info-circle
# dismissable: true
# content: "**Alert** - this is some information that you should pay attention to"
# type: primary # primary, secondary, success, danger, warning, info, light, dark
# position: below-navbar

# GitHub links in the sidebar of each page
repo-url: https://github.com/qutip/qutip-julia-tutorials
repo-actions: [edit, source, issue]

page-footer: Copyright © 2025 <a href="https://qutip.org/" target="_blank"><strong>QuTiP.org</strong></a>.

navbar:
logo: assets/logo.png
logo-alt: "QuantumToolbox logo."
title: Tutorials for Quantum Toolbox in Julia
search: true
left:
- href: index.md
Expand Down
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading