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 +=======