Skip to content

Commit

Permalink
fix links to images
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Dec 31, 2023
1 parent f959467 commit e076df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ifigures_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Inputs for interactive figures are range sliders (including specially coloured `
```
produces

![Annotation example](./assets/annotation_example.png)
![Annotation example](../assets/annotation_example.png)

!!! tip "Why should one use annotations?"
Modern figures in reserach papers are often dense with information,
Expand Down Expand Up @@ -201,7 +201,7 @@ Some special commands are defined by default for use in equation environment
```
results in

![highlighted equations](./assets/equation_example.png)
![highlighted equations](../assets/equation_example.png)

## Quantum state visualisations

Expand Down Expand Up @@ -295,7 +295,7 @@ Some special commands are defined by default for use in equation environment

plt.show()
```
![tst](./assets/dm_example.png)
![tst](../assets/dm_example.png)

!!! tip "Why use coloured density matrixes"
They are capable of quickly conveying numerical results, arguably providing
Expand Down

0 comments on commit e076df5

Please sign in to comment.