File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "Data-parallel Control (dpctl)"
35
+ PROJECT_NAME = "Data Parallel Control (dpctl)"
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import extlinks_gen as urlgen
36
36
37
37
# -- Project information -----------------------------------------------------
38
38
39
- project = "Data-parallel Control (dpctl)"
39
+ project = "Data Parallel Control (dpctl)"
40
40
copyright = "2020-21, Intel Corp."
41
41
author = "Intel Corp."
42
42
Original file line number Diff line number Diff line change 1
- Welcome to the Data-parallel Control (dpctl) Documentation!
1
+ Welcome to the Data Parallel Control (dpctl) Documentation!
2
2
===========================================================
3
3
4
- The data-parallel control (dpctl) library provides C and Python bindings for
4
+ The Data Parallel Control (dpctl) package provides C and Python bindings for
5
5
:sycl_spec_2020: `SYCL 2020 <> `. The SYCL 2020 features supported by dpctl are
6
6
limited to those included by Intel(R) DPC++ compiler and specifically cover the
7
7
SYCL runtime classes described in :sycl_runtime_classes: `Section 4.6 <> `
You can’t perform that action at this time.
0 commit comments