Skip to content

Commit 3a7cbb2

Browse files
author
samaid
committed
Update demos.rst
1 parent 15e043b commit 3a7cbb2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/sources/demos.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Demos
66

77
There are several demo applications illustrating the power of the **Data Parallel Extensions for Python**. They are:
88

9-
- `Monte Carlo Pi <https://github.com/IntelPython/DPEP/tree/main/demos/mcpi>`_ - The Monte Carlo method to estimate the value of :math:`\pi`.
9+
- `Monte Carlo Pi <https://github.com/IntelPython/DPEP/tree/main/demos/mcpi>`_
10+
The Monte Carlo method to estimate the value of :math:`\pi`.
1011

11-
- `Mandelbrot Set <https://github.com/IntelPython/DPEP/tree/main/demos/mandelbrot>`_ - Visualization of the breathtaking process of diving in the famous Mandelbrot fractal
12+
- `Mandelbrot Set <https://github.com/IntelPython/DPEP/tree/main/demos/mandelbrot>`_
13+
Visualization of the breathtaking process of diving in the famous Mandelbrot fractal
1214

13-
- `Game of Life <https://github.com/IntelPython/DPEP/tree/main/demos/game-of-life>`_ - Visualization of the life evolution using famous Conway's model
15+
- `Game of Life <https://github.com/IntelPython/DPEP/tree/main/demos/game-of-life>`_
16+
Visualization of the life evolution using famous Conway's model
1417

1518
All demos are located in the `GitHub repository <https://github.com/IntelPython/DPEP/tree/main/demos>`_.
1619
For more details please refer to the documentation located in the individual demo directory.

0 commit comments

Comments
 (0)