瀏覽代碼

Adding first steps chapter

Swaroop C H 12 年之前
父節點
當前提交
9f2dc43a74
共有 3 個文件被更改,包括 160 次插入3 次删除
  1. 152 0
      05-first-steps.md
  2. 二進制
      assets/sublime-text-hello-world.png
  3. 8 3
      fabfile.py

文件差異過大導致無法顯示
+ 152 - 0
05-first-steps.md


二進制
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",
     },
 ]