From b279913b4a4119eaf77207af5df1ebd56f02c56d Mon Sep 17 00:00:00 2001 From: dastrobu Date: Mon, 21 Feb 2022 05:31:22 +0000 Subject: [PATCH] chore(docs): update TOC --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5d6d217..842bef4 100644 --- a/README.md +++ b/README.md @@ -13,35 +13,34 @@ features to enable fast and simple handling of multidimensional numeric data. - ## Table of Contents - [Installation](#installation) - - [Swift Package Manager](#swift-package-manager) + - [Swift Package Manager](#swift-package-manager) - [Multiple Views on Underlying Data](#multiple-views-on-underlying-data) - [Sliced and Strided Access](#sliced-and-strided-access) - - [Slices and the Stride Operator `~`](#slices-and-the-stride-operator-) - - [Single Slice](#single-slice) - - [`UnboundedRange` Slices](#unboundedrange-slices) - - [`Range` and `ClosedRange` Slices](#range-and-closedrange-slices) - - [`PartialRangeFrom`, `PartialRangeUpTo` and `PartialRangeThrough` Slices](#partialrangefrom-partialrangeupto-and-partialrangethrough-slices) + - [Slices and the Stride Operator `~`](#slices-and-the-stride-operator-) + - [Single Slice](#single-slice) + - [`UnboundedRange` Slices](#unboundedrange-slices) + - [`Range` and `ClosedRange` Slices](#range-and-closedrange-slices) + - [`PartialRangeFrom`, `PartialRangeUpTo` and `PartialRangeThrough` Slices](#partialrangefrom-partialrangeupto-and-partialrangethrough-slices) - [Element Manipulation](#element-manipulation) - [Reshaping](#reshaping) - [Elementwise Operations](#elementwise-operations) - - [Scalars](#scalars) - - [Basic Functions](#basic-functions) + - [Scalars](#scalars) + - [Basic Functions](#basic-functions) - [Linear Algebra Operations for `Double` and `Float` `NdArray`s.](#linear-algebra-operations-for-double-and-float-ndarrays) - - [Matrix Vector Multiplication](#matrix-vector-multiplication) - - [Matrix Matrix Multiplication](#matrix-matrix-multiplication) - - [Matrix Inversion](#matrix-inversion) - - [Solve a Linear System of Equations](#solve-a-linear-system-of-equations) + - [Matrix Vector Multiplication](#matrix-vector-multiplication) + - [Matrix Matrix Multiplication](#matrix-matrix-multiplication) + - [Matrix Inversion](#matrix-inversion) + - [Solve a Linear System of Equations](#solve-a-linear-system-of-equations) - [Pretty Printing](#pretty-printing) - [Type Concept](#type-concept) - - [Subtypes](#subtypes) + - [Subtypes](#subtypes) - [Numerical Backend](#numerical-backend) - [API Changes](#api-changes) - - [TLDR](#tldr) - - [Removal of `NdArraySlice`](#removal-of-ndarrayslice) + - [TLDR](#tldr) + - [Removal of `NdArraySlice`](#removal-of-ndarrayslice) - [Not Implemented](#not-implemented) - [Out of Scope](#out-of-scope) - [Docs](#docs)