Explorar o código

Adding first steps chapter

Swaroop C H %!s(int64=12) %!d(string=hai) anos
pai
achega
9f2dc43a74
Modificáronse 3 ficheiros con 160 adicións e 3 borrados
  1. 152 0
      05-first-steps.md
  2. BIN=BIN
      assets/sublime-text-hello-world.png
  3. 8 3
      fabfile.py

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 152 - 0
05-first-steps.md


BIN=BIN
assets/sublime-text-hello-world.png


+ 8 - 3
fabfile.py

@@ -20,17 +20,22 @@ MARKDOWN_FILES = [
     {
         'file': '02-preface.md',
         'slug': "python_en-preface",
-        'title': "Preface",
+        'title': "Python : Preface",
     },
     {
         'file': '03-intro.md',
         'slug': "python_en-introduction",
-        'title': "Introduction",
+        'title': "Python : Introduction",
     },
     {
         'file': '04-installation.md',
         'slug': "python_en-installation",
-        'title': "Installation",
+        'title': "Python : Installation",
+    },
+    {
+        'file': '05-first-steps.md',
+        'slug': "python_en-first_steps",
+        'title': "Python : First Steps",
     },
 ]