From d12c8402db2e7d6b482fb56018d4317f8be13bb2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 04:01:21 -0500 Subject: [PATCH] let's try this --- docs/contents.rst.inc | 11 ++++++++++- docs/starting/install/linux.rst | 2 ++ docs/starting/install/osx.rst | 2 ++ docs/starting/install/win.rst | 2 ++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/starting/install/linux.rst create mode 100644 docs/starting/install/osx.rst create mode 100644 docs/starting/install/win.rst diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 736d1a9..3b597da 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -7,7 +7,16 @@ This part of the guide focuses on setting up your Python environment. :maxdepth: 2 starting/which-python - starting/installation + +- Properly Install Python + + .. toctree:: + :maxdepth: 1 + + starting/install/osx + starting/install/win + starting/install/linux + Development Environment diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst new file mode 100644 index 0000000..0000532 --- /dev/null +++ b/docs/starting/install/linux.rst @@ -0,0 +1,2 @@ +Linux +===== diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst new file mode 100644 index 0000000..77de628 --- /dev/null +++ b/docs/starting/install/osx.rst @@ -0,0 +1,2 @@ +Mac OS X +======== diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst new file mode 100644 index 0000000..c863dc6 --- /dev/null +++ b/docs/starting/install/win.rst @@ -0,0 +1,2 @@ +Windows +=======