Skip to content

Commit 5e517af

Browse files
author
bat67
committed
update SUMMARY
1 parent e88b939 commit 5e517af

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

2.Quickstart-tutorial/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# numpy 用户指南(numpy user guide翻译版)
22

3-
This guide is intended as an introductory overview of NumPy and explains how to install and make use of the most important features of NumPy. For detailed reference documentation of the functions and classes contained in the package, see the NumPy Reference.
4-
5-
- Setting up
6-
- Quickstart tutorial
7-
- NumPy basics
8-
- Miscellaneous
9-
- NumPy for Matlab users
10-
- Building from source
11-
- Using NumPy C-API
3+
此手册旨在初步介绍NumPy,并说明如何安装并使用好其最重要的功能。对于其中包含的函数和类的详细参考文档,请看[NumPy参考]()
124

5+
- [安装](1.Setting-up/README.md)
6+
- [快速开始](2.Quickstart-tutorial/Quickstart_tutorial.md)
7+
- [NumPy基础](3.NumPy-basics/README.md)
8+
- [杂项](4.Miscellaneous/README.md)
9+
- [与Matlab的对比](5.NumPy-for-Matlab-users/README.md)
10+
- [从源码安装](6.Building-from-source/README.md)
11+
- [使用NumPy的C-API](7.Using-NumPy-C-API/README.md)

SUMMARY.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
- [文档简介](README.md)
44
- [安装](1.Setting-up/README.md)
5-
- [快速开始](2.Quickstart-tutorial/README.md)
5+
- [什么是NumPy](1.Setting-up/What_is_NumPy.md)
6+
- [安装NumPy](1.Setting-up/Installing_NumPy.md)
7+
- [快速开始](2.Quickstart-tutorial/Quickstart_tutorial.md)
68
- [NumPy基础](3.NumPy-basics/README.md)
7-
- [](4.Miscellaneous/README.md)
9+
- [数据类型](3.NumPy-basics/Data_types.md)
10+
- [创建数组](3.NumPy-basics/Array_creation.md)
11+
- [](3.NumPy-basics/IO_with_NumPy.md)
12+
- [](3.NumPy-basics/Indexing.md)
13+
- [](3.NumPy-basics/Broadcasting.md)
14+
- [](3.NumPy-basics/Byte-swapping.md)
15+
- [](3.NumPy-basics/Structured_arrays.md)
16+
- [](3.NumPy-basics/Subclassing_ndarray.md)
17+
- [杂项](4.Miscellaneous/README.md)
818
- [](5.NumPy-for-Matlab-users/README.md)
919
- [](6.Building-from-source/README.md)
1020
- [](7.Using-NumPy-C-API/README.md)

0 commit comments

Comments
 (0)