diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 533fc1e7af7..be6ce220456 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ For your convenience we also added [coding guidelines](http://oneapi-src.github. ### Threading Layer -In the source code of the algorithms, oneDAL does not use threading primitives directly. All the threading primitives used within oneDAL form so called [threading layer](http://oneapi-src.github.io/oneDAL/contribution/threading.html). +In the source code of the algorithms, oneDAL does not use threading primitives directly. All the threading primitives used within oneDAL form so called [threading layer](http://oneapi-src.github.io/oneDAL/contribution/threading.html). Contributors should leverage the primitives from the layer to implement parallel algorithms. ## Documentation Guidelines diff --git a/docs/source/contribution/threading.rst b/docs/source/contribution/threading.rst index f9820e3b044..dc333a2198c 100644 --- a/docs/source/contribution/threading.rst +++ b/docs/source/contribution/threading.rst @@ -19,4 +19,4 @@ Threading Layer ^^^^^^^^^^^^^^^ -DEscription of the threading layer to go here. +oneDAL uses Intel oneAPI Threading Building Blocks (Intel oneTBB) diff --git a/docs/source/index-toc.rst b/docs/source/index-toc.rst index 2c0ff1e6011..6ce2d33a458 100644 --- a/docs/source/index-toc.rst +++ b/docs/source/index-toc.rst @@ -22,7 +22,7 @@ data-analytics-pipeline.rst system-requirements.rst - + .. toctree:: :caption: Get Started :maxdepth: 2 @@ -52,3 +52,10 @@ :caption: Contributing Guide contribution/coding_guide.rst + +.. toctree:: + :maxdepth: 1 + :hidden: + :caption: Custom Components + + contribution/threading.rst