diff options
| author | MarsBarLee <mlee@quansight.com> | 2021-10-08 18:55:58 +0000 |
|---|---|---|
| committer | MarsBarLee <mlee@quansight.com> | 2021-12-08 18:42:45 +0000 |
| commit | e35bb4aa14ea1a3fb0cd7d3c1935085a0a34e2d4 (patch) | |
| tree | ceca26a78a3cbcf8362c1ef9cebc80fbd5cb20ba | |
| parent | 77a0563967b542f28dbbb3d7a8e67bb99eb5cc12 (diff) | |
| download | numpy-e35bb4aa14ea1a3fb0cd7d3c1935085a0a34e2d4.tar.gz | |
Add Getting Started page
| -rw-r--r-- | doc/source/getting_started.rst | 4 | ||||
| -rw-r--r-- | doc/source/index.rst | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst new file mode 100644 index 000000000..cd7a66317 --- /dev/null +++ b/doc/source/getting_started.rst @@ -0,0 +1,4 @@ +:orphan: + +Getting started +===============
\ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index f43b7b41f..b43c43a18 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,7 +12,6 @@ NumPy documentation API reference <reference/index> Development <dev/index> - NumPy documentation **Version**: |version| @@ -47,7 +46,7 @@ basic statistical operations, random simulation and much more. The user guide provides in-depth information on the key concepts of NumPy with useful background information and explanation. - .. link-button:: + .. link-button:: getting_started :type: ref :text: To the getting started page :classes: stretched-link |
