Skip to content

Commit feba81e

Browse files
author
Diptorup Deb
committed
Minor reorgs and edits to docs
1 parent 5792517 commit feba81e

File tree

6 files changed

+9
-21
lines changed

6 files changed

+9
-21
lines changed

docs/source/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,13 @@
5353
html_theme = "furo"
5454

5555
html_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

7165
googleanalytics_id = "G-LGGL0NJK6P"

docs/source/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/user_guide/programming_model.rst renamed to docs/source/programming_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. _programming_model:
2-
.. include:: ./../ext_links.txt
2+
.. include:: ./ext_links.txt
33

44
Programming Model
55
=================

docs/source/user_guide/useful_links.rst renamed to docs/source/useful_links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. _useful_links:
2-
.. include:: ./../ext_links.txt
2+
.. include:: ./ext_links.txt
33

44
Useful links
55
============

docs/source/user_guide/index.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
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

0 commit comments

Comments
 (0)