Skip to content

Commit 76617f4

Browse files
committed
Remove remaining HTML from notebook index.
1 parent b667458 commit 76617f4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

website/index.md.jinja

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,52 +18,52 @@ jupyter:
1818
## Python Introduction
1919

2020
{% for item in tutorials['python-introduction'] %}
21-
- <a href="{{ item.url }}">{{ item.title }}</a>
21+
- [{{ item.title }}]({{ item.url }})
2222
{% endfor %}
2323

2424

2525
## Visualization
2626

2727
{% for item in tutorials['visualization'] %}
28-
- <a href="{{ item.url }}">{{ item.title }}</a>
28+
- [{{ item.title }}]({{ item.url }})
2929
{% endfor %}
3030

3131

3232
## Quantum information processing
3333

34-
This section requires an additional package <a href="https://github.com/qutip/qutip-qip">qutip-qip</a>.
34+
This section requires an additional package [qutip-qip](https://github.com/qutip/qutip-qip).
3535

3636
### Quantum circuits and algorithms
3737

3838
{% for item in tutorials['quantum-circuits'] %}
39-
- <a href="{{ item.url }}">{{ item.title }}</a>
39+
- [{{ item.title }}]({{ item.url }})
4040
{% endfor %}
4141

4242
### Pulse-level circuit simulation
4343

4444
{% for item in tutorials['pulse-level-circuit-simulation'] %}
45-
- <a href="{{ item.url }}">{{ item.title }}</a>
45+
- [{{ item.title }}]({{ item.url }})
4646
{% endfor %}
4747

4848

4949
## Time evolution
5050

5151
{% for item in tutorials['time-evolution'] %}
52-
- <a href="{{ item.url }}">{{ item.title }}</a>
52+
- [{{ item.title }}]({{ item.url }})
5353
{% endfor %}
5454

5555

5656
## Hierarchical Equations of Motion
5757

5858
{% for item in tutorials['heom'] %}
59-
- <a href="{{ item.url }}">{{ item.title }}</a>
59+
- [{{ item.title }}]({{ item.url }})
6060
{% endfor %}
6161

6262

6363
## Miscellaneous tutorials
6464

6565
{% for item in tutorials['miscellaneous'] %}
66-
- <a href="{{ item.url }}">{{ item.title }}</a>
66+
- [{{ item.title }}]({{ item.url }})
6767
{% endfor %}
6868

6969

@@ -73,17 +73,16 @@ These lecture-style notebooks focus on particular quantum mechanics
7373
topics and analyze them numerically using QuTiP (some more detailed than others).
7474

7575
{% for item in tutorials['lectures'] %}
76-
- <a href="{{ item.url }}">{{ item.title }}</a>
76+
- [{{ item.title }}]({{ item.url }})
7777
{% endfor %}
7878

7979

8080
## Contributing
8181

8282
If you would like to contribute a notebook or report a bug, you may open
8383
an issue or pull request in the
84-
<a href="https://github.com/qutip/qutip-tutorials">qutip-tutorials</a>
85-
GitHub repository.
84+
[qutip-tutorials](https://github.com/qutip/qutip-tutorials) GitHub repository.
8685

8786
A few of the notebooks are still maintained in the repository
88-
<a href="https://github.com/qutip/qutip-notebooks">qutip-notebooks</a> and
87+
[qutip-notebooks](https://github.com/qutip/qutip-notebooks) and
8988
a complete archive of older versions of the tutorials is maintained there.

0 commit comments

Comments
 (0)