@@ -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
7373topics 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
8282If you would like to contribute a notebook or report a bug, you may open
8383an 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
8786A 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
8988a complete archive of older versions of the tutorials is maintained there.
0 commit comments