Skip to content

Use 'Data Parallel Control' for project name #1291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "Data-parallel Control (dpctl)"
PROJECT_NAME = "Data Parallel Control (dpctl)"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import extlinks_gen as urlgen

# -- Project information -----------------------------------------------------

project = "Data-parallel Control (dpctl)"
project = "Data Parallel Control (dpctl)"
copyright = "2020-21, Intel Corp."
author = "Intel Corp."

Expand Down
4 changes: 2 additions & 2 deletions docs/docfiles/intro.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to the Data-parallel Control (dpctl) Documentation!
Welcome to the Data Parallel Control (dpctl) Documentation!
===========================================================

The data-parallel control (dpctl) library provides C and Python bindings for
The Data Parallel Control (dpctl) package provides C and Python bindings for
:sycl_spec_2020:`SYCL 2020 <>`. The SYCL 2020 features supported by dpctl are
limited to those included by Intel(R) DPC++ compiler and specifically cover the
SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>`
Expand Down