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