Skip to content

Commit c09ed7a

Browse files
authored
Fix date format and add title to each table listings (#12)
1 parent 2269afe commit c09ed7a

File tree

7 files changed

+33
-24
lines changed

7 files changed

+33
-24
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Thank you for contributing to Tutorials for Quantum Toolbox in `Julia`! Please make sure you have finished the following tasks before opening the PR.
33

44
- [ ] Please read [Contributing to QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/stable/resources/contributing).
5+
- [ ] The (last update) `date` were modified for new or updated tutorials.
56
- [ ] All tutorials were able to render locally by running: `make render`.
67

78
Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/) to let the others know this on-going work.

HierarchicalEOM.jl/cavityQED.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Cavity QED system"
33
author: Shen-Liang Yang, Yi-Te Huang
4-
date: last-modified
5-
date-format: iso
4+
date: 2025-01-13 # last update (keep this comment as a reminder)
65

76
engine: julia
87
---

HierarchicalEOM.jl/toc.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
22
title: "Tutorials for `HierarchicalEOM.jl`"
33
listing:
4-
id: HierarchicalEOM-listings
5-
type: table
6-
date-format: iso
7-
sort: false
8-
sort-ui: false
9-
fields: [date, title, author]
10-
contents:
11-
- "cavityQED.qmd"
4+
- id: examples
5+
type: table
6+
sort: false
7+
sort-ui: false
8+
filter-ui: false
9+
fields: [date, title, author]
10+
field-display-names:
11+
date: "Last Update"
12+
contents:
13+
- "*.qmd"
1214
---
1315

1416
The following tutorials demonstrate and introduce specific functionality of `HierarchicalEOM.jl`.
1517

16-
::: {#HierarchicalEOM-listings}
18+
### Examples
19+
20+
::: {#examples}
1721
:::

QuantumToolbox.jl/lowrank.qmd renamed to QuantumToolbox.jl/time_evolution/lowrank.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Low rank master equation
33
author: Luca Gravina
4-
date: last-modified
5-
date-format: iso
4+
date: 2025-01-13 # last update (keep this comment as a reminder)
65

76
engine: julia
87
---

QuantumToolbox.jl/toc.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
22
title: "Tutorials for `QuantumToolbox.jl`"
33
listing:
4-
id: QuantumToolbox-listings
5-
type: table
6-
date-format: iso
7-
sort: false
8-
sort-ui: false
9-
fields: [date, title, author]
10-
contents:
11-
- "lowrank.qmd"
4+
- id: time-evolution
5+
type: table
6+
sort: false
7+
sort-ui: false
8+
filter-ui: false
9+
fields: [date, title, author]
10+
field-display-names:
11+
date: "Last Update"
12+
contents:
13+
- "time_evolution/*.qmd"
1214
---
1315

1416
The following tutorials demonstrate and introduce specific functionality of `QuantumToolbox.jl`.
1517

16-
::: {#QuantumToolbox-listings}
18+
### Time Evolution
19+
20+
::: {#time-evolution}
1721
:::

_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ website:
4545

4646
bibliography: bibliography.bib
4747

48+
# default format for all files
4849
format:
4950
html:
5051
theme:
@@ -53,6 +54,8 @@ format:
5354
highlight-style: atom-one
5455
css: styles.css
5556
toc: true
57+
published-title: Last Update
58+
date-format: iso
5659
code-line-numbers: true
5760
colorlinks: true
5861
footnotes-hover: true

tutorial_template.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Tutorial Template"
33
author: Author(s) Name
4-
date: last-modified
5-
date-format: iso
4+
date: YYYY-MM-DD # last update (keep this comment as a reminder)
65

76
engine: julia
87
---

0 commit comments

Comments
 (0)