From 1fdc29e3200ad4918ca052f87f3ca0fdcd6d7629 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 14 Jan 2018 09:39:13 -0500 Subject: [PATCH] structure --- source/editor.rst | 0 source/getting-started.rst | 0 source/ide.rst | 0 source/index.rst | 11 +++++++++-- source/learning-the-basics.rst | 0 source/the-interpreter.rst | 0 6 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 source/editor.rst create mode 100644 source/getting-started.rst create mode 100644 source/ide.rst create mode 100644 source/learning-the-basics.rst create mode 100644 source/the-interpreter.rst diff --git a/source/editor.rst b/source/editor.rst new file mode 100644 index 0000000..e69de29 diff --git a/source/getting-started.rst b/source/getting-started.rst new file mode 100644 index 0000000..e69de29 diff --git a/source/ide.rst b/source/ide.rst new file mode 100644 index 0000000..e69de29 diff --git a/source/index.rst b/source/index.rst index f185572..de80e2c 100644 --- a/source/index.rst +++ b/source/index.rst @@ -3,13 +3,20 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to howtopython's documentation! -======================================= +Welcome to **How to Python**! +============================= + +This guide exists to teach you the very basics of how to effectively use Python and its tooling, as a programming language. .. toctree:: :maxdepth: 2 :caption: Contents: + getting-started + the-interpreter + learning-the-basics + editor + IDE Indices and tables diff --git a/source/learning-the-basics.rst b/source/learning-the-basics.rst new file mode 100644 index 0000000..e69de29 diff --git a/source/the-interpreter.rst b/source/the-interpreter.rst new file mode 100644 index 0000000..e69de29