From 2b6b6a0de04b93adc3c5b410fdc829bde7528b75 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 10 Dec 2019 18:47:14 +0100 Subject: [PATCH] docs: Link tutorial immediately --- sphinx_doc_src/index.rst | 1 + sphinx_doc_src/tutorial.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index adfba1a31..108695c3a 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -18,6 +18,7 @@ Some of the special features of fish are: - **Easy scripting**: new functions_ can be added on the fly. The syntax is easy to learn and use. +This bit of the documentation is a quick guide on how to get going. If you are new to this, see the :ref:`tutorial `. Installation and Start ====================== diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index df4e3a114..72f387aac 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -1,5 +1,7 @@ .. highlight:: fish-docs-samples +.. _tutorial: + Tutorial ========