From f3142d161ae3aaa421c5137a130dfd89f4ec7ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkovsky@mmg.fjfi.cvut.cz> Date: Mon, 10 Jan 2022 18:06:10 +0100 Subject: [PATCH] Removed outdated notes from Markdown pages --- Documentation/Pages/core-concepts.md | 2 +- Documentation/Pages/main-page.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Documentation/Pages/core-concepts.md b/Documentation/Pages/core-concepts.md index 92a0d4f719..17e383fc33 100644 --- a/Documentation/Pages/core-concepts.md +++ b/Documentation/Pages/core-concepts.md @@ -18,7 +18,7 @@ TNL is based on the following core concepts: - Classes for general data structures. (TODO: alternatively use "Dense" and "Sparse", because a dense matrix can be an extended alias for 2D array) - - `Array`, `Vector` (also `VectorOperations`), `NDArray`, ... + - `Array`, `Vector`, `NDArray`, ... 5. Views - Views wrap only a raw pointer to data and some metadata (such as the array size), they do not do allocation and deallocation of the data. Hence, views diff --git a/Documentation/Pages/main-page.md b/Documentation/Pages/main-page.md index cf595614c9..8a1685b9c4 100644 --- a/Documentation/Pages/main-page.md +++ b/Documentation/Pages/main-page.md @@ -11,8 +11,6 @@ and distributed systems, which can be managed via a unified interface. Similarly to the STL, features provided by the TNL can be grouped into several modules: -> TODO: Each topic in this list should have a separate page or tutorial. - - _Core concepts_. The main concepts used in TNL are the _memory space_, which represents the part of memory where given data is allocated, and the _execution model_, -- GitLab