Skip to content

Commit 2f18547

Browse files
committed
merge from master
2 parents 3b0c66b + 47b224c commit 2f18547

File tree

5 files changed

+17
-23
lines changed

5 files changed

+17
-23
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ standard bodies, including The Khronos Group under their respective
1818
submission policies.
1919

2020
Contribute to the oneAPI Specification by opening issues in the oneAPI
21-
Specification `GitHub repository`_ or providing feedback in any other
22-
oneAPI Specification forum.
21+
Specification `GitHub repository
22+
<https://github.com/oneapi-src/oneapi-spec>`__.
2323

2424

2525
------------------
@@ -54,20 +54,8 @@ If you agree to the above, every contribution of your feedback
5454
must include the following line using your real name and email
5555
address: Signed-off-by: Joe Smith [email protected]
5656

57-
-------
58-
Testing
59-
-------
60-
61-
Before submitting a pull request, very that the document builds
62-
correctly by running::
63-
64-
make public
65-
66-
Inspect the areas that you changed to verify it formats correctly.
67-
57+
-----
6858
Style
6959
-----
7060

7161
See the `Style Guide <style-guide.rst>`_.
72-
73-
.. _`GitHub repository`: https://github.com/oneapispec/spec

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ We are currently using gitlab CI inside the intel firewall. See
132132
have been externally published, we will move it to public CI
133133
infrastructure.
134134

135-
On every commit, the CI system builds and publishes the document to a
135+
On every commit, the CI system builds and publishes the document to
136136
http://staging.spec.oneapi.com.s3-website-us-west-2.amazonaws.com/ci/branches
137137
with a different directory for the latest build of every branch.
138138

139139
For commits to the publish branch, the document is staged at:
140-
http://staging.spec.oneapi.com.s3-website-us-west-2.amazonaws.com/prod/versions. with
140+
http://staging.spec.oneapi.com.s3-website-us-west-2.amazonaws.com/site/versions. with
141141
a different directory for every version. The version is obtained from
142142
source/conf/common_conf.py. There is a redirect from:
143-
http://staging.spec.oneapi.com.s3-website-us-west-2.amazonaws.com/prod/index.html
143+
http://staging.spec.oneapi.com.s3-website-us-west-2.amazonaws.com/site/
144144
to the latest version.
145145

146146
To push to S3, the CI system configuration sets AWS_ACCESS_KEY_ID and

site-root/oneAPI/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>oneAPI</title>
5+
<meta http-equiv = "refresh" content = "0; url = ../versions/latest/index.html" />
6+
</head>
7+
<body>
8+
</body>
9+
</html>

source/conf/common_conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.. |mkl_full_name| replace:: oneAPI Math Kernel Library
99
.. |tbb_full_name| replace:: oneAPI Threading Building Blocks
1010
.. |vpl_full_name| replace:: oneAPI Video Processing Library
11-
.. |github_prefix| replace:: https://github.com/oneapi-src/oneapi-spec
1211
"""
1312

1413
oneapi_spec_version = '0.6.0'

source/introduction.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ standard bodies, including The Khronos Group under their respective
100100
submission policies.
101101

102102
Contribute to the oneAPI Specification by opening issues in the oneAPI
103-
Specification `GitHub repository`_ or providing feedback in any other
104-
oneAPI Specification forum.
103+
Specification `GitHub repository
104+
<https://github.com/oneapi-src/oneapi-spec>`__.
105105

106106
Sign your work
107107
++++++++++++++
@@ -144,5 +144,3 @@ Initial public release
144144

145145
.. [*]: Other names and brands may be claimed as the property of others.
146146
.. _`RFC 2119`: https://tools.ietf.org/html/rfc2119
147-
.. _`GitHub repository`: |github_prefix|
148-

0 commit comments

Comments
 (0)