Rename Intro.md to Main.md in docs
This commit is contained in:
parent
a31a7178f5
commit
5fef91ade7
1 changed files with 3 additions and 3 deletions
|
|
@ -4,13 +4,13 @@ Welcome to NumIdr's guide!
|
||||||
|
|
||||||
If you're familiar with the Python library [NumPy](https://numpy.org/) or anything based on it, then a lot of the early content will be familiar, as NumIdr is based on the same array type.
|
If you're familiar with the Python library [NumPy](https://numpy.org/) or anything based on it, then a lot of the early content will be familiar, as NumIdr is based on the same array type.
|
||||||
|
|
||||||
#### Tutorial
|
### Tutorial
|
||||||
|
|
||||||
1. [Fundamental Data Types](DataTypes.md)
|
1. [Fundamental Data Types](DataTypes.md)
|
||||||
2. [Basic Operations on Arrays](Operations.md)
|
2. [Basic Operations on Arrays](Operations.md)
|
||||||
3. Working with Vectors and Matrices
|
3. [Working with Vectors and Matrices](VectorsMatrices.md)
|
||||||
4. Transforms
|
4. Transforms
|
||||||
|
|
||||||
#### Advanced Concepts
|
### Advanced Concepts
|
||||||
|
|
||||||
5. Array Representations
|
5. Array Representations
|
||||||
Loading…
Add table
Add a link
Reference in a new issue