ソースを参照

Adding first steps chapter

Swaroop C H 12 年 前
コミット
9f2dc43a74
3 ファイル変更160 行追加3 行削除
  1. 152 0
      05-first-steps.md
  2. BIN
      assets/sublime-text-hello-world.png
  3. 8 3
      fabfile.py

ファイルの差分が大きいため隠しています
+ 152 - 0
05-first-steps.md


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