Skip to content

Commit

Permalink
fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzl-777 committed Jun 7, 2024
1 parent bb8ab82 commit 86732a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/home/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In [VS Code](https://code.visualstudio.com/) this is automatic, just type the `.

<div align="center">
<picture>
<img src="/assets/quick_start/vscode-hints.gif" alt="VSCode Hints">
<img src="../assets/quick_start/vscode-hints.gif" alt="VSCode Hints">
</picture>
</div>

Expand All @@ -22,7 +22,7 @@ The same goes for [JetBrains PyCharm](https://www.jetbrains.com/pycharm/):

<div align="center">
<picture>
<img src="/assets/quick_start/pycharm-hints.gif" alt="PyCharm Hints">
<img src="../assets/quick_start/pycharm-hints.gif" alt="PyCharm Hints">
</picture>
</div>

Expand All @@ -32,7 +32,7 @@ In a [Jupyter Notebook](https://jupyter.org/) you'll need to type `.` and then h

<div align="center">
<picture>
<img src="/assets/quick_start/jupyter-hints.gif" alt="Jupyter Notebook Hints">
<img src="../assets/quick_start/jupyter-hints.gif" alt="Jupyter Notebook Hints">
</picture>
</div>

Expand All @@ -42,7 +42,7 @@ The same goes for [IPython](https://ipython.readthedocs.io/en/stable/):

<div align="center">
<picture>
<img src="/assets/quick_start/ipython-hints.gif" alt="IPython Hints">
<img src="../assets/quick_start/ipython-hints.gif" alt="IPython Hints">
</picture>
</div>

Expand All @@ -64,7 +64,7 @@ more_complex_geometry.show()
```
<div align="center">
<picture>
<img src="/assets/quick_start/geometry-visualization.png" style="width: 50%" alt="Geometry Visualization">
<img src="../assets/quick_start/geometry-visualization.png" style="width: 50%" alt="Geometry Visualization">
</picture>
</div>

Expand Down

0 comments on commit 86732a8

Please sign in to comment.