File tree Expand file tree Collapse file tree 6 files changed +9
-21
lines changed Expand file tree Collapse file tree 6 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 53
53
html_theme = "furo"
54
54
55
55
html_theme_options = {
56
- "icon_links " : [
56
+ "footer_icons " : [
57
57
{
58
58
"name" : "GitHub" ,
59
59
"url" : "https://github.com/IntelPython/numba-dpex" ,
60
60
"icon" : "fab fa-github-square" ,
61
61
},
62
- {
63
- "name" : "Gitter" ,
64
- "url" : "https://app.gitter.im/#/room/#Data-Parallel-Python_community:gitter.im" ,
65
- "icon" : "fab fa-brands fa-gitter" ,
66
- },
67
62
],
68
- # "logo_only": True,
69
63
}
70
64
71
65
googleanalytics_id = "G-LGGL0NJK6P"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ to get the latest production releases.
19
19
.. code-block :: bash
20
20
21
21
conda create -n numba-dpex-env \
22
- numba-dpex dpnp dpctl dpcpp-llvm-spirv \
22
+ numba-dpex dpnp dpctl dpcpp-llvm-spirv \
23
23
-c intel -c conda-forge
24
24
25
25
To try out the bleeding edge, the latest packages built from tip of the main
@@ -28,7 +28,7 @@ source trunk can be installed from the ``dppy/label/dev`` conda channel.
28
28
.. code-block :: bash
29
29
30
30
conda create -n numba-dpex-env \
31
- numba-dpex dpnp dpctl dpcpp-llvm-spirv \
31
+ numba-dpex dpnp dpctl dpcpp-llvm-spirv \
32
32
-c dppy/label/dev -c intel -c conda-forge
33
33
34
34
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ Data Parallel Extension for Numba*
45
45
46
46
overview
47
47
getting_started
48
+ programming_model
48
49
user_guide/index
49
50
autoapi/index
51
+ useful_links
50
52
51
53
.. toctree ::
52
54
:maxdepth: 2
Original file line number Diff line number Diff line change 1
1
.. _programming_model :
2
- .. include :: ./../ ext_links.txt
2
+ .. include :: ./ext_links.txt
3
3
4
4
Programming Model
5
5
=================
Original file line number Diff line number Diff line change 1
1
.. _useful_links :
2
- .. include :: ./../ ext_links.txt
2
+ .. include :: ./ext_links.txt
3
3
4
4
Useful links
5
5
============
Original file line number Diff line number Diff line change 1
1
.. _index :
2
2
.. include :: ./../ext_links.txt
3
3
4
- .. .. image:: ./../../asset/images/DPEP-large.png
5
- .. :width: 400px
6
- .. :align: center
7
- .. :alt: Data Parallel Extensions for Python
8
-
9
- User Guide
10
- ==========
4
+ Tutorials
5
+ =========
11
6
12
7
.. toctree ::
13
8
:maxdepth: 2
14
9
15
- programming_model
16
10
kernel_programming/index
17
11
dpnp_offload
18
12
debugging/index
19
- caching
20
13
config
21
- useful_links
You can’t perform that action at this time.
0 commit comments