forked from hjwp/Book-TDD-Web-Dev-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
98 lines (98 loc) · 2.87 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
{
"branch": "master",
"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_unit_test_first_view.asciidoc",
"chapter_philosophy_and_refactoring.asciidoc",
"chapter_post_and_database.asciidoc",
"chapter_explicit_waits_1.asciidoc",
"chapter_working_incrementally.asciidoc",
"part2.asciidoc",
"chapter_prettification.asciidoc",
"chapter_manual_deployment.asciidoc",
"chapter_making_deployment_production_ready.asciidoc",
"chapter_automate_deployment_with_fabric.asciidoc",
"chapter_organising_test_files.asciidoc",
"chapter_database_layer_validation.asciidoc",
"chapter_simple_form.asciidoc",
"chapter_advanced_forms.asciidoc",
"chapter_javascript.asciidoc",
"chapter_deploying_validation.asciidoc",
"part3.asciidoc",
"chapter_spiking_custom_auth.asciidoc",
"chapter_mocking.asciidoc",
"chapter_fixtures_and_wait_decorator.asciidoc",
"chapter_server_side_debugging.asciidoc",
"chapter_outside_in.asciidoc",
"chapter_purist_unit_tests.asciidoc",
"chapter_CI.asciidoc",
"chapter_page_pattern.asciidoc",
"chapter_hot_lava.asciidoc",
"epilogue.asciidoc",
"appendix_I_PythonAnywhere.asciidoc",
"appendix_Django_Class-Based_Views.asciidoc",
"appendix_III_provisioning_with_ansible.asciidoc",
"appendix_IV_testing_migrations.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": "print",
"toc": true,
"index": true,
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"index": true,
"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": "cmyk(26%, 89%, 0%, 0%)"
}