You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the standard github workflow. Fork this repo, clone your fork,
12
+
make changes, commit to a new branch, push branch to your fork. Submit
13
+
a PR from your fork.
14
+
15
+
The CI runs static checks and runs the test system. See
16
+
[pre-commit](doc/developer/testing/pre-commit.rst) for information on
17
+
failing static checks.
18
+
9
19
### License
10
20
11
21
<PROJECTNAME> is licensed under the terms in [LICENSE]<linktolicensefileinrepo>. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
@@ -53,3 +63,23 @@ Use your real name (sorry, no pseudonyms or anonymous contributions.)
53
63
54
64
If you set your `user.name` and `user.email` git configs, you can sign your
55
65
commit automatically with `git commit -s`.
66
+
67
+
### Check your change locally
68
+
69
+
If you want to build the document or run the pre-commit checks, you
70
+
must install some python packages. Create a python virtual environment
.. _`Distributed Ranges, why you need it`: https://github.com/oneapi-src/distributed-ranges/blob/main/doc/presentations/Distributed%20Ranges%2C%20why%20you%20need%20it.pdf
144
+
.. _`Get Started with Distributed Ranges`: https://www.intel.com/content/www/us/en/developer/articles/guide/get-started-with-distributed-ranges.html
Copy file name to clipboardexpand all lines: doc/spec/source/arch.rst
+7
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,10 @@
5
5
==============
6
6
Architecture
7
7
==============
8
+
9
+
See `Distributed Ranges, why you need it`_ presentation
10
+
and all other materials listed in `Documentation`_ section
11
+
on Distributed Ranges repository main page.
12
+
13
+
.. _`Distributed Ranges, why you need it`: https://github.com/oneapi-src/distributed-ranges/blob/main/doc/presentations/Distributed%20Ranges%2C%20why%20you%20need%20it.pdf
0 commit comments