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 5353html_theme = "furo"
5454
5555html_theme_options = {
56- "icon_links " : [
56+ "footer_icons " : [
5757 {
5858 "name" : "GitHub" ,
5959 "url" : "https://github.com/IntelPython/numba-dpex" ,
6060 "icon" : "fab fa-github-square" ,
6161 },
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- },
6762 ],
68- # "logo_only": True,
6963}
7064
7165googleanalytics_id = "G-LGGL0NJK6P"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ to get the latest production releases.
1919.. code-block :: bash
2020
2121 conda create -n numba-dpex-env \
22- numba-dpex dpnp dpctl dpcpp-llvm-spirv \
22+ numba-dpex dpnp dpctl dpcpp-llvm-spirv \
2323 -c intel -c conda-forge
2424
2525 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.
2828.. code-block :: bash
2929
3030 conda create -n numba-dpex-env \
31- numba-dpex dpnp dpctl dpcpp-llvm-spirv \
31+ numba-dpex dpnp dpctl dpcpp-llvm-spirv \
3232 -c dppy/label/dev -c intel -c conda-forge
3333
3434
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ Data Parallel Extension for Numba*
4545
4646 overview
4747 getting_started
48+ programming_model
4849 user_guide/index
4950 autoapi/index
51+ useful_links
5052
5153.. toctree ::
5254 :maxdepth: 2
Original file line number Diff line number Diff line change 11.. _programming_model :
2- .. include :: ./../ ext_links.txt
2+ .. include :: ./ext_links.txt
33
44Programming Model
55=================
Original file line number Diff line number Diff line change 11.. _useful_links :
2- .. include :: ./../ ext_links.txt
2+ .. include :: ./ext_links.txt
33
44Useful links
55============
Original file line number Diff line number Diff line change 11.. _index :
22.. include :: ./../ext_links.txt
33
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+ =========
116
127.. toctree ::
138 :maxdepth: 2
149
15- programming_model
1610 kernel_programming/index
1711 dpnp_offload
1812 debugging/index
19- caching
2013 config
21- useful_links
You can’t perform that action at this time.
0 commit comments