From fd8cce0708f933c4c0dbfdfebd8d1211b11aa517 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 13 Apr 2017 10:49:47 -0400 Subject: [PATCH] fix contents --- docs/contents.rst.inc | 3 +++ docs/starting/installation.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 22cbdc9..b5673cc 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -14,6 +14,9 @@ New to Python? Let's properly setup up your Python environment. :maxdepth: 1 starting/installation + starting/install3/osx + starting/install3/win + starting/install3/linux starting/install/osx starting/install/win starting/install/linux diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 83d4ad1..1fe6519 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -18,7 +18,7 @@ for development purposes, as well as setuptools, pip and virtualenv. - :ref:`Python 3 on MacOS ` - :ref:`Python 3 on Windows `. -- :ref:`Python 3 on Linux `. +- :ref:`Python 3 on Linux `. --------------------------------