Skip to content

Commit 81d691d

Browse files
Merge pull request #1291 from IntelPython/docs-package-name
Use 'Data Parallel Control' for project name
2 parents e102121 + 246d3cd commit 81d691d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "Data-parallel Control (dpctl)"
35+
PROJECT_NAME = "Data Parallel Control (dpctl)"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

docs/conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import extlinks_gen as urlgen
3636

3737
# -- Project information -----------------------------------------------------
3838

39-
project = "Data-parallel Control (dpctl)"
39+
project = "Data Parallel Control (dpctl)"
4040
copyright = "2020-21, Intel Corp."
4141
author = "Intel Corp."
4242

docs/docfiles/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Welcome to the Data-parallel Control (dpctl) Documentation!
1+
Welcome to the Data Parallel Control (dpctl) Documentation!
22
===========================================================
33

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
55
:sycl_spec_2020:`SYCL 2020 <>`. The SYCL 2020 features supported by dpctl are
66
limited to those included by Intel(R) DPC++ compiler and specifically cover the
77
SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>`

0 commit comments

Comments
 (0)