Skip to content

Commit d12c840

Browse files
author
Kenneth Reitz
committed
let's try this
1 parent 8d0b035 commit d12c840

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

docs/contents.rst.inc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ This part of the guide focuses on setting up your Python environment.
77
:maxdepth: 2
88

99
starting/which-python
10-
starting/installation
10+
11+
- Properly Install Python
12+
13+
.. toctree::
14+
:maxdepth: 1
15+
16+
starting/install/osx
17+
starting/install/win
18+
starting/install/linux
19+
1120

1221

1322
Development Environment

docs/starting/install/linux.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Linux
2+
=====

docs/starting/install/osx.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Mac OS X
2+
========

docs/starting/install/win.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Windows
2+
=======

0 commit comments

Comments
 (0)