config.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "SHORT_PROJECT_NAME": "python",
  3. "FULL_PROJECT_NAME": "byte_of_python",
  4. "MARKDOWN_FILES": [
  5. {
  6. "file": "01-frontpage.pd",
  7. "slug": "python",
  8. "title": "Python"
  9. },
  10. {
  11. "file": "02-preface.pd",
  12. "slug": "python_en-preface",
  13. "title": "Python : Preface"
  14. },
  15. {
  16. "file": "03-intro.pd",
  17. "slug": "python_en-introduction",
  18. "title": "Python : Introduction"
  19. },
  20. {
  21. "file": "04-installation.pd",
  22. "slug": "python_en-installation",
  23. "title": "Python : Installation"
  24. },
  25. {
  26. "file": "05-first-steps.pd",
  27. "slug": "python_en-first_steps",
  28. "title": "Python : First Steps"
  29. },
  30. {
  31. "file": "06-basics.pd",
  32. "slug": "python_en-basics",
  33. "title": "Python : Basics"
  34. },
  35. {
  36. "file": "07-operators-expressions.pd",
  37. "slug": "python_en-operators_and_expressions",
  38. "title": "Python : Operators and Expressions"
  39. },
  40. {
  41. "file": "08-control-flow.pd",
  42. "slug": "python_en-control_flow",
  43. "title": "Python : Control Flow"
  44. },
  45. {
  46. "file": "09-functions.pd",
  47. "slug": "python_en-functions",
  48. "title": "Python : Functions"
  49. },
  50. {
  51. "file": "10-modules.pd",
  52. "slug": "python_en-modules",
  53. "title": "Python : Modules"
  54. },
  55. {
  56. "file": "11-data-structures.pd",
  57. "slug": "python_en-data_structures",
  58. "title": "Python : Data Structures"
  59. },
  60. {
  61. "file": "12-problem-solving.pd",
  62. "slug": "python_en-problem_solving",
  63. "title": "Python : Problem Solving"
  64. },
  65. {
  66. "file": "13-oop.pd",
  67. "slug": "python_en-object_oriented_programming",
  68. "title": "Python : Object Oriented Programming"
  69. },
  70. {
  71. "file": "14-io.pd",
  72. "slug": "python_en-input_output",
  73. "title": "Python : Input Output"
  74. },
  75. {
  76. "file": "15-exceptions.pd",
  77. "slug": "python_en-exceptions",
  78. "title": "Python : Exceptions"
  79. },
  80. {
  81. "file": "16-standard-library.pd",
  82. "slug": "python_en-standard_library",
  83. "title": "Python : Standard Library"
  84. },
  85. {
  86. "file": "17-more.pd",
  87. "slug": "python_en-more",
  88. "title": "Python : More"
  89. },
  90. {
  91. "file": "18-what-next.pd",
  92. "slug": "python_en-what_next",
  93. "title": "Python : What Next"
  94. },
  95. {
  96. "file": "19-appendix-floss.pd",
  97. "slug": "python_en-appendix_floss",
  98. "title": "Python : Appendix : FLOSS"
  99. },
  100. {
  101. "file": "20-appendix-about.pd",
  102. "slug": "python_en-appendix_about",
  103. "title": "Python : Appendix : About"
  104. },
  105. {
  106. "file": "21-revision-history.pd",
  107. "slug": "python_en-appendix_revision_history",
  108. "title": "Python : Appendix : Revision History"
  109. },
  110. {
  111. "file": "22-translations.pd",
  112. "slug": "python_en-translations",
  113. "title": "Python : Appendix : Translations"
  114. },
  115. {
  116. "file": "23-translation-howto.pd",
  117. "slug": "python_en-translation_howto",
  118. "title": "Python : Appendix : Translation Howto"
  119. }
  120. ]
  121. }