You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/demos.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,14 @@ Demos
6
6
7
7
There are several demo applications illustrating the power of the **Data Parallel Extensions for Python**. They are:
8
8
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`.
10
11
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
12
14
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
14
17
15
18
All demos are located in the `GitHub repository <https://github.com/IntelPython/DPEP/tree/main/demos>`_.
16
19
For more details please refer to the documentation located in the individual demo directory.
0 commit comments