Skip to content

Commit 9cbbe1f

Browse files
authored
[doc] Simplify README, incl. remove duplicates after hotfix (#689)
1 parent 06bf7e5 commit 9cbbe1f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
Welcome to the Parallel Programming Course!
1010

11-
For more detailed documentation and resources, please visit documentation pages: [en](https://learning-process.github.io/parallel_programming_course/en/), [ru](https://learning-process.github.io/parallel_programming_course/ru/). Course slides are available [here](https://learning-process.github.io/parallel_programming_slides/).
12-
13-
Course scoreboard is available [here](https://learning-process.github.io/parallel_programming_course/scoreboard/).
14-
15-
Coverage report is available [here](https://learning-process.github.io/parallel_programming_course/coverage/).
11+
Resources:
12+
- Documentation (full instructions and quick start): [English](https://learning-process.github.io/parallel_programming_course/en/), [Russian](https://learning-process.github.io/parallel_programming_course/ru/)
13+
- [Parallel Programming Course Slides](https://learning-process.github.io/parallel_programming_slides/)
14+
- [Course Scoreboard](https://learning-process.github.io/parallel_programming_course/scoreboard/)
15+
- [Code Coverage Report](https://learning-process.github.io/parallel_programming_course/coverage/)
1616

1717
### Parallel programming technologies:
1818
The following parallel programming technologies are considered in practice:
@@ -21,10 +21,6 @@ Coverage report is available [here](https://learning-process.github.io/parallel_
2121
* `oneAPI Threading Building Blocks (oneTBB)`
2222
* `Multithreading in C++ (std::thread)`
2323

24-
## Quickstart
25-
26-
See the full user guide for build, tests, docs, and tooling instructions: [documentation en](https://learning-process.github.io/parallel_programming_course/en/), [documentation ru](https://learning-process.github.io/parallel_programming_course/ru/).
27-
2824
### Rules for submissions:
2925
1. You are not supposed to trigger CI jobs by frequent updates of your pull request. First you should test you work locally with all the scripts (code style).
3026
* Respect others time and don't slow down the job queue

0 commit comments

Comments
 (0)