From e35bb4aa14ea1a3fb0cd7d3c1935085a0a34e2d4 Mon Sep 17 00:00:00 2001 From: MarsBarLee Date: Fri, 8 Oct 2021 18:55:58 +0000 Subject: Add Getting Started page --- doc/source/getting_started.rst | 4 ++++ doc/source/index.rst | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 doc/source/getting_started.rst (limited to 'doc/source') 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 Development - 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 -- cgit v1.2.1