diff --git a/README.md b/README.md index e78b4fb..7068e7c 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,18 @@ Matrix ## Table of Contents 1. [Usage](#usage) - - [matrix](#matrix) - - [Properties](#properties) - - [dtype](#matrix-dtype) - - [ndims](#matrix-ndims) - - [shape](#matrix-shape) - - [strides](#matrix-strides) - - [length](#matrix-length) - - [nbytes](#matrix-nbytes) - - [data](#matrix-data) - - [Methods](#methods) - - [get](#matrix-get) - - [set](#matrix-set) - - [Constructors](#matrix-constructors) - - [matrix.raw](#matrix-raw) - - [Properties and Methods](#matrix-raw-properties-methods) - - [Constructors](#matrix-raw-constructors) + - [Matrix](#matrix) + - [dtype](#matrix-dtype) + - [ndims](#matrix-ndims) + - [shape](#matrix-shape) + - [strides](#matrix-strides) + - [length](#matrix-length) + - [nbytes](#matrix-nbytes) + - [data](#matrix-data) + - [get](#matrix-get) + - [set](#matrix-set) + - [Constructors](#matrix-constructors) + - [Raw](#matrix-raw) 1. [Examples](#examples)