-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathatlas.json
99 lines (99 loc) · 2.88 KB
/
atlas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"branch": "main",
"files": [
"cover.html",
"praise.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.asciidoc",
"pre-requisite-installations.asciidoc",
"video_plug.asciidoc",
"acknowledgments.asciidoc",
"part1.asciidoc",
"chapter_01.asciidoc",
"chapter_02_unittest.asciidoc",
"chapter_03_unit_test_first_view.asciidoc",
"chapter_04_philosophy_and_refactoring.asciidoc",
"chapter_05_post_and_database.asciidoc",
"chapter_06_explicit_waits_1.asciidoc",
"chapter_07_working_incrementally.asciidoc",
"part2.asciidoc",
"chapter_08_prettification.asciidoc",
"chapter_09_docker.asciidoc",
"chapter_10_production_readiness.asciidoc",
"chapter_11_server_prep.asciidoc",
"chapter_12_ansible.asciidoc",
"chapter_13_organising_test_files.asciidoc",
"chapter_14_database_layer_validation.asciidoc",
"chapter_15_simple_form.asciidoc",
"chapter_16_advanced_forms.asciidoc",
"chapter_17_javascript.asciidoc",
"chapter_18_second_deploy.asciidoc",
"part3.asciidoc",
"chapter_19_spiking_custom_auth.asciidoc",
"chapter_20_mocking_1.asciidoc",
"chapter_21_mocking_2.asciidoc",
"chapter_22_fixtures_and_wait_decorator.asciidoc",
"chapter_23_debugging_prod.asciidoc",
"chapter_24_outside_in.asciidoc",
"chapter_25_CI.asciidoc",
"chapter_26_page_pattern.asciidoc",
"chapter_27_hot_lava.asciidoc",
"epilogue.asciidoc",
"appendix_I_PythonAnywhere.asciidoc",
"appendix_Django_Class-Based_Views.asciidoc",
"appendix_IV_testing_migrations.asciidoc",
"appendix_purist_unit_tests.asciidoc",
"appendix_bdd.asciidoc",
"appendix_rest_api.asciidoc",
"appendix_DjangoRestFramework.asciidoc",
"appendix_IX_cheat_sheet.asciidoc",
"appendix_X_what_to_do_next.asciidoc",
"appendix_github_links.asciidoc",
"bibliography.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": false,
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"index": false,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"consolidated": false,
"syntaxhighlighting": true,
"show_comments": false
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "Test-Driven Development with Python",
"print_isbn13": "9781449364823",
"templating": false,
"lang": "en",
"accent_color": ""
}