config.json 3.0 KB

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