chef 11.12.8-x86-mingw32 → 11.14.0.alpha.2-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -2
  3. data/distro/common/html/_sources/index.txt +6 -0
  4. data/distro/common/html/_sources/knife_ssl_check.txt +41 -0
  5. data/distro/common/html/_sources/knife_ssl_fetch.txt +41 -0
  6. data/distro/common/html/_static/basic.css +2 -5
  7. data/distro/common/html/_static/doctools.js +5 -14
  8. data/distro/common/html/_static/jquery.js +2 -154
  9. data/distro/common/html/_static/pygments.css +2 -2
  10. data/distro/common/html/_static/searchtools.js +212 -150
  11. data/distro/common/html/_static/underscore.js +29 -21
  12. data/distro/common/html/_static/websupport.js +1 -1
  13. data/distro/common/html/ctl_chef_client.html +15 -18
  14. data/distro/common/html/ctl_chef_server.html +7 -7
  15. data/distro/common/html/ctl_chef_shell.html +6 -6
  16. data/distro/common/html/ctl_chef_solo.html +7 -8
  17. data/distro/common/html/index.html +34 -24
  18. data/distro/common/html/knife.html +23 -24
  19. data/distro/common/html/knife_bootstrap.html +13 -9
  20. data/distro/common/html/knife_client.html +10 -11
  21. data/distro/common/html/knife_common_options.html +6 -7
  22. data/distro/common/html/knife_configure.html +3 -4
  23. data/distro/common/html/knife_cookbook.html +18 -11
  24. data/distro/common/html/knife_cookbook_site.html +14 -14
  25. data/distro/common/html/knife_data_bag.html +24 -23
  26. data/distro/common/html/knife_delete.html +4 -5
  27. data/distro/common/html/knife_deps.html +4 -5
  28. data/distro/common/html/knife_diff.html +6 -7
  29. data/distro/common/html/knife_download.html +12 -13
  30. data/distro/common/html/knife_edit.html +4 -5
  31. data/distro/common/html/knife_environment.html +8 -9
  32. data/distro/common/html/knife_exec.html +9 -10
  33. data/distro/common/html/knife_index_rebuild.html +4 -5
  34. data/distro/common/html/knife_list.html +8 -9
  35. data/distro/common/html/knife_node.html +34 -33
  36. data/distro/common/html/knife_raw.html +2 -3
  37. data/distro/common/html/knife_recipe_list.html +3 -4
  38. data/distro/common/html/knife_role.html +30 -29
  39. data/distro/common/html/knife_search.html +7 -7
  40. data/distro/common/html/knife_show.html +4 -5
  41. data/distro/common/html/knife_ssh.html +2 -3
  42. data/distro/common/html/knife_ssl_check.html +148 -0
  43. data/distro/common/html/knife_ssl_fetch.html +152 -0
  44. data/distro/common/html/knife_status.html +4 -5
  45. data/distro/common/html/knife_tag.html +2 -3
  46. data/distro/common/html/knife_upload.html +5 -6
  47. data/distro/common/html/knife_user.html +9 -10
  48. data/distro/common/html/knife_using.html +12 -12
  49. data/distro/common/html/knife_xargs.html +11 -12
  50. data/distro/common/html/search.html +1 -2
  51. data/distro/common/html/searchindex.js +1 -1
  52. data/distro/common/man/man1/chef-shell.1 +19 -11
  53. data/distro/common/man/man1/knife-bootstrap.1 +35 -19
  54. data/distro/common/man/man1/knife-client.1 +111 -28
  55. data/distro/common/man/man1/knife-configure.1 +30 -14
  56. data/distro/common/man/man1/knife-cookbook-site.1 +105 -22
  57. data/distro/common/man/man1/knife-cookbook.1 +164 -23
  58. data/distro/common/man/man1/knife-data-bag.1 +157 -33
  59. data/distro/common/man/man1/knife-delete.1 +21 -17
  60. data/distro/common/man/man1/knife-deps.1 +60 -16
  61. data/distro/common/man/man1/knife-diff.1 +37 -17
  62. data/distro/common/man/man1/knife-download.1 +68 -24
  63. data/distro/common/man/man1/knife-edit.1 +19 -15
  64. data/distro/common/man/man1/knife-environment.1 +105 -17
  65. data/distro/common/man/man1/knife-exec.1 +78 -18
  66. data/distro/common/man/man1/knife-index-rebuild.1 +16 -8
  67. data/distro/common/man/man1/knife-list.1 +39 -23
  68. data/distro/common/man/man1/knife-node.1 +170 -22
  69. data/distro/common/man/man1/knife-raw.1 +33 -13
  70. data/distro/common/man/man1/knife-recipe-list.1 +17 -5
  71. data/distro/common/man/man1/knife-role.1 +86 -18
  72. data/distro/common/man/man1/knife-search.1 +80 -16
  73. data/distro/common/man/man1/knife-show.1 +30 -14
  74. data/distro/common/man/man1/knife-ssh.1 +54 -14
  75. data/distro/common/man/man1/knife-ssl-check.1 +207 -0
  76. data/distro/common/man/man1/knife-ssl-fetch.1 +207 -0
  77. data/distro/common/man/man1/knife-status.1 +48 -12
  78. data/distro/common/man/man1/knife-tag.1 +30 -10
  79. data/distro/common/man/man1/knife-upload.1 +72 -20
  80. data/distro/common/man/man1/knife-user.1 +79 -23
  81. data/distro/common/man/man1/knife-xargs.1 +61 -53
  82. data/distro/common/man/man8/chef-client.8 +87 -29
  83. data/distro/common/man/man8/chef-solo.8 +36 -15
  84. data/lib/chef/application.rb +19 -14
  85. data/lib/chef/application/client.rb +5 -0
  86. data/lib/chef/application/solo.rb +5 -0
  87. data/lib/chef/application/windows_service_manager.rb +3 -0
  88. data/lib/chef/chef_fs/chef_fs_data_store.rb +72 -24
  89. data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbook_dir.rb +20 -4
  90. data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbooks_dir.rb +20 -1
  91. data/lib/chef/chef_fs/file_system/file_system_entry.rb +10 -2
  92. data/lib/chef/client.rb +2 -3
  93. data/lib/chef/config.rb +34 -8
  94. data/lib/chef/cookbook/cookbook_version_loader.rb +45 -4
  95. data/lib/chef/cookbook_version.rb +38 -30
  96. data/lib/chef/dsl/recipe.rb +4 -1
  97. data/lib/chef/event_dispatch/base.rb +14 -0
  98. data/lib/chef/event_dispatch/events_output_stream.rb +29 -0
  99. data/lib/chef/exceptions.rb +8 -0
  100. data/lib/chef/formatters/base.rb +16 -45
  101. data/lib/chef/formatters/doc.rb +51 -26
  102. data/lib/chef/formatters/indentable_output_stream.rb +165 -0
  103. data/lib/chef/knife/node_environment_set.rb +54 -0
  104. data/lib/chef/knife/user_create.rb +1 -1
  105. data/lib/chef/monkey_patches/pathname.rb +32 -0
  106. data/lib/chef/node.rb +1 -1
  107. data/lib/chef/platform/provider_mapping.rb +345 -338
  108. data/lib/chef/policy_builder/expand_node_object.rb +1 -1
  109. data/lib/chef/policy_builder/policyfile.rb +1 -1
  110. data/lib/chef/provider.rb +1 -0
  111. data/lib/chef/provider/git.rb +1 -1
  112. data/lib/chef/provider/link.rb +2 -2
  113. data/lib/chef/provider/remote_file/content.rb +1 -1
  114. data/lib/chef/provider/remote_file/local_file.rb +8 -2
  115. data/lib/chef/provider/service/arch.rb +0 -1
  116. data/lib/chef/provider/service/debian.rb +0 -2
  117. data/lib/chef/provider/service/freebsd.rb +2 -1
  118. data/lib/chef/provider/service/gentoo.rb +1 -1
  119. data/lib/chef/provider/service/init.rb +0 -1
  120. data/lib/chef/provider/service/insserv.rb +0 -2
  121. data/lib/chef/provider/service/invokercd.rb +0 -2
  122. data/lib/chef/provider/service/macosx.rb +2 -1
  123. data/lib/chef/provider/service/redhat.rb +0 -1
  124. data/lib/chef/provider/service/simple.rb +1 -0
  125. data/lib/chef/provider/service/solaris.rb +1 -0
  126. data/lib/chef/provider/service/systemd.rb +1 -1
  127. data/lib/chef/provider/service/upstart.rb +1 -1
  128. data/lib/chef/provider/user.rb +9 -9
  129. data/lib/chef/provider/user/solaris.rb +2 -0
  130. data/lib/chef/resource.rb +1 -0
  131. data/lib/chef/resource/remote_file.rb +32 -6
  132. data/lib/chef/run_context.rb +22 -0
  133. data/lib/chef/run_lock.rb +43 -4
  134. data/lib/chef/version.rb +2 -2
  135. data/spec/functional/http/simple_spec.rb +84 -0
  136. data/spec/functional/resource/remote_file_spec.rb +107 -43
  137. data/spec/functional/rest_spec.rb +94 -0
  138. data/spec/functional/run_lock_spec.rb +1 -1
  139. data/spec/functional/win32/service_manager_spec.rb +6 -0
  140. data/spec/integration/knife/chef_fs_data_store_spec.rb +2 -0
  141. data/spec/integration/recipes/lwrp_inline_resources_spec.rb +76 -0
  142. data/spec/spec_helper.rb +2 -0
  143. data/spec/support/mock/platform.rb +7 -0
  144. data/spec/support/pedant/pedant_config.rb +121 -0
  145. data/spec/support/pedant/run_pedant.rb +63 -0
  146. data/spec/support/pedant/stickywicket.pem +27 -0
  147. data/spec/support/shared/functional/http.rb +242 -0
  148. data/spec/support/shared/unit/api_error_inspector.rb +2 -2
  149. data/spec/unit/api_client_spec.rb +2 -2
  150. data/spec/unit/application/client_spec.rb +6 -1
  151. data/spec/unit/application/knife_spec.rb +4 -0
  152. data/spec/unit/application/solo_spec.rb +2 -0
  153. data/spec/unit/application_spec.rb +7 -0
  154. data/spec/unit/client_spec.rb +16 -0
  155. data/spec/unit/config_spec.rb +3 -20
  156. data/spec/unit/cookbook_version_spec.rb +224 -122
  157. data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +2 -2
  158. data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +2 -2
  159. data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +2 -2
  160. data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +2 -2
  161. data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +2 -2
  162. data/spec/unit/handler_spec.rb +0 -1
  163. data/spec/unit/knife/client_bulk_delete_spec.rb +3 -0
  164. data/spec/unit/knife/cookbook_bulk_delete_spec.rb +2 -0
  165. data/spec/unit/knife/cookbook_metadata_spec.rb +2 -2
  166. data/spec/unit/knife/cookbook_site_install_spec.rb +3 -1
  167. data/spec/unit/knife/cookbook_upload_spec.rb +10 -10
  168. data/spec/unit/knife/node_environment_set_spec.rb +80 -0
  169. data/spec/unit/knife/user_create_spec.rb +6 -4
  170. data/spec/unit/knife/user_edit_spec.rb +5 -0
  171. data/spec/unit/knife_spec.rb +3 -0
  172. data/spec/unit/mixin/securable_spec.rb +18 -20
  173. data/spec/unit/node/attribute_spec.rb +15 -2
  174. data/spec/unit/node/immutable_collections_spec.rb +4 -4
  175. data/spec/unit/provider/cron_spec.rb +14 -14
  176. data/spec/unit/provider/git_spec.rb +4 -4
  177. data/spec/unit/provider/group_spec.rb +1 -1
  178. data/spec/unit/provider/ohai_spec.rb +2 -2
  179. data/spec/unit/provider/remote_file/content_spec.rb +58 -35
  180. data/spec/unit/provider/remote_file/local_file_spec.rb +23 -0
  181. data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
  182. data/spec/unit/resource/mount_spec.rb +0 -1
  183. data/spec/unit/resource/remote_file_spec.rb +29 -0
  184. data/spec/unit/resource_spec.rb +1 -1
  185. data/spec/unit/run_context_spec.rb +7 -0
  186. data/spec/unit/run_lock_spec.rb +98 -0
  187. data/spec/unit/version_constraint_spec.rb +1 -1
  188. metadata +166 -153
  189. data/distro/common/html/_static/chef.css +0 -507
  190. data/distro/common/html/_static/chef_logo.png +0 -0
  191. data/lib/chef/checksum/storage.rb +0 -18
  192. data/lib/chef/checksum/storage/filesystem.rb +0 -56
  193. data/spec/unit/checksum/storage/filesystem_spec.rb +0 -70
@@ -1,507 +0,0 @@
1
- /*
2
- * opscode.css_t
3
- * ~~~~~~~~~~~~~~~
4
- *
5
- * Sphinx stylesheet -- opscode theme. Originally created by
6
- * Opscode for docs.opscode.com.
7
- *
8
- * :copyright: None.
9
- * :license: This work is licensed under a Creative Commons
10
- * Attribution 3.0 Unported License
11
- *
12
- */
13
-
14
- /*
15
- * Colors
16
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
- *
18
- * #f18a20 is Opscode orange.
19
- * #212c35 is Opscode blue.
20
- *
21
- * #212c35 is used for text color and header colors
22
- * #f18a20 for header underlines and border treatments
23
- *
24
- * Triads for #f18a20: #273fa4 (blue) and #18b246 (green)
25
- * Triads for #212c35: #524a31 (tan) and #523a31 (salmon)
26
- * Triads should only be used to accent the Opscode blue or orange
27
- *
28
- * For div.admonition: #6bb1e1
29
- * For div.warning: #fcb614
30
- *
31
- * For subheaders and other treatments: #7c858c, then #b5bec6, then #d8dde3
32
- * For table headers: #7c858c (with #000000 text color)
33
- * For links: #4d97c6, rollover #f18a20
34
- *
35
- * Alternate colors in the official color palette (but try not to use): #59b6b2, #6d3528
36
- *
37
- * For regular text: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
38
- * For monospace text: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
39
- *
40
- * For div.related, the 8px ensures that the | is spaced evenly.
41
- *
42
- */
43
-
44
- @import url("basic.css");
45
-
46
- /* -- the background color for the whole page and the borders for the topic page, header, footer */
47
- /* -- IMPORTANT -- color is the color of the text on div.document; must be black or Opscode blue */
48
-
49
- body {
50
- font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
51
- font-size: 14px;
52
- letter-spacing: -0.00em;
53
- line-height: 150%;
54
- text-align: center;
55
- background-color: #7c858c;
56
- color: #212c35;
57
- padding: 0;
58
- border: 4px solid #7c858c;
59
- border-top: 0px solid #7c858c;
60
- border-bottom: 0px solid #7c858c;
61
- margin: 0px 80px 0px 80px;
62
- min-width: 740px;
63
- }
64
-
65
-
66
-
67
- /* -- the actual topic background, must be white all the time no exceptions */
68
-
69
- div.document {
70
- background-color: #ffffff;
71
- text-align: left;
72
- background-image: url(contents.png);
73
- background-repeat: repeat-x;
74
- }
75
-
76
-
77
-
78
- /* -- the vertical line between the topics and the TOC */
79
-
80
- div.bodywrapper {
81
- margin: 0 240px 0 0;
82
- border-right: 4px solid #d8dde3;
83
- }
84
-
85
- div.body {
86
- margin: 0;
87
- padding: 0.5em 20px 20px 20px;
88
- }
89
-
90
- div.related {
91
- font-size: 1em;
92
- }
93
-
94
- /* -- the borders above and below the header and footer */
95
-
96
- div.related ul {
97
- background-color: #ffffff;
98
- height: 1.8em;
99
- border-top: 4px solid #d8dde3;
100
- border-bottom: 4px solid #4d97c6;
101
- }
102
-
103
- div.related ul li {
104
- margin: 0;
105
- padding: 0;
106
- height: 2em;
107
- float: left;
108
- }
109
-
110
- div.related ul li.right {
111
- float: right;
112
- margin-right: 5px;
113
- }
114
-
115
-
116
-
117
- /* -- the Sphinx-specific navigation text located just below the header and just above the footer */
118
-
119
- div.related ul li a {
120
- margin: 0;
121
- padding: 0 8px 0 5px;
122
- line-height: 1.75em;
123
- color: #212c35;
124
- }
125
-
126
- div.related ul li a:hover {
127
- color: #f18a20;
128
- }
129
-
130
-
131
- div.sphinxsidebarwrapper {
132
- padding: 0;
133
- }
134
-
135
- div.sphinxsidebar {
136
- margin: 0;
137
- padding: 0.5em 15px 15px 0;
138
- width: 210px;
139
- float: right;
140
- font-size: 1em;
141
- text-align: left;
142
-
143
- }
144
-
145
-
146
-
147
- /* -- The colors of the TOC sidebar; h3 is headers, a is the text links and both should be same color */
148
-
149
- div.sphinxsidebar h3, div.sphinxsidebar h4 {
150
- margin: 1em 0 0.5em 0;
151
- font-size: 1em;
152
- padding: 0.1em 0 0.1em 0.5em;
153
- color: #ffffff;
154
- border: 1px solid #ffffff;
155
- background-color: #7c858c;
156
- }
157
-
158
- div.sphinxsidebar a {
159
- color: #212c35;
160
- padding: 0.1em 0 0.1em 0.5em;
161
- text-decoration: none;
162
- }
163
-
164
- div.sphinxsidebar h3 a {
165
- color: #ffffff;
166
- }
167
-
168
- div.sphinxsidebar ul {
169
- padding-left: 1.5em;
170
- margin-top: 7px;
171
- padding: 0;
172
- line-height: 130%;
173
- }
174
-
175
- div.sphinxsidebar ul ul {
176
- margin-left: 20px;
177
- }
178
-
179
-
180
-
181
-
182
- /*
183
- * footer
184
- * ~~~~~~~~~~~~~~~~~~~
185
- *
186
- */
187
-
188
-
189
- div.footer {
190
- background-color: #ffffff;
191
- color: #212c35;
192
- padding: 3px 5px 3px 5px;
193
- clear: both;
194
- font-size: 0.8em;
195
- text-align: left;
196
- }
197
-
198
- div.footer a {
199
- color: #4d97c6;
200
- text-decoration: none;
201
- }
202
-
203
- div.footer a:hover {
204
- color: #f18a20;
205
- }
206
-
207
- /* -- body styles ----------------------------------------------------------- */
208
-
209
- p {
210
- margin: 0.8em 0 0.5em 0;
211
- }
212
-
213
-
214
- a {
215
- color: #4d97c6;
216
- text-decoration: none;
217
- }
218
-
219
- a:hover {
220
- color: #f18a20;
221
- }
222
-
223
- div.body a {
224
- text-decoration: none;
225
- }
226
-
227
- em {
228
- font-style: normal;
229
- }
230
-
231
- /* -- header styles, basically Opscode blue with colored underlines and decreasing border bottom sizes */
232
-
233
- h1 {
234
- margin: 0.5;
235
- padding: 0.7em 0 0.3em 0;
236
- font-size: 1.75em;
237
- color: #212c35;
238
- border-bottom:solid 4px #f18a20;
239
- }
240
-
241
- h2 {
242
- margin: 1.3em 0 0.2em 0;
243
- font-size: 1.55em;
244
- color: #212c35;
245
- padding: 0.7em 0 0.3em 0;
246
- border-bottom:solid 2px #7c858c;
247
- }
248
-
249
- h3 {
250
- margin: 1em 0 -0.3em 0;
251
- font-size: 1.35em;
252
- color: #212c35;
253
- padding: 0.7em 0 0.3em 0;
254
- border-bottom:solid 1px #7c858c;
255
- }
256
-
257
- h4 {
258
- margin: 1em 0 -0.3em 0;
259
- font-size: 1.15em;
260
- color: #212c35;
261
- padding: 0.7em 0 0.3em 0;
262
- border-bottom:solid 0px #7c858c;
263
- }
264
-
265
- div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
266
- color: #ffffff!important;
267
- }
268
-
269
- h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
270
- display: none;
271
- margin: 0 0 0 0.3em;
272
- padding: 0 0.2em 0 0.2em;
273
- color: #ffffff!important;
274
- }
275
-
276
- h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
277
- h5:hover a.anchor, h6:hover a.anchor {
278
- display: inline;
279
- }
280
-
281
- h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
282
- h5 a.anchor:hover, h6 a.anchor:hover {
283
- color: #ffffff;
284
- background-color: #ffffff;
285
- }
286
-
287
-
288
-
289
-
290
- a.headerlink {
291
- color: #ffffff!important;
292
- font-size: 1em;
293
- margin-left: 6px;
294
- padding: 0 4px 0 4px;
295
- text-decoration: none!important;
296
- }
297
-
298
- a.headerlink:hover {
299
- background-color: #ffffff;
300
- color: #ffffff!important;
301
- }
302
-
303
- cite, code, tt {
304
- font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
305
- font-size: 0.95em;
306
- letter-spacing: 0.01em;
307
- }
308
-
309
-
310
-
311
-
312
-
313
- tt {
314
- background-color: #ebecf1;
315
- border-bottom: 1px solid #d8dde3;
316
- color: #212c35;
317
- }
318
-
319
- tt.descname, tt.descclassname, tt.xref {
320
- border: 0;
321
- }
322
-
323
- /* -- has Opscode orange for testing */
324
-
325
- hr {
326
- border: 1px solid #f18a20;
327
- margin: 2em;
328
- }
329
-
330
- /* -- has Opscode orange for testing */
331
-
332
- a tt {
333
- border: 0;
334
- color: #f18a20;
335
- }
336
-
337
- /* -- has Opscode orange for testing */
338
-
339
- a tt:hover {
340
- color: #f18a20;
341
- }
342
-
343
- /* -- has Opscode orange for testing */
344
-
345
- pre {
346
- font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
347
- font-size: 0.95em;
348
- letter-spacing: 0.015em;
349
- line-height: 120%;
350
- padding: 0.5em;
351
- border: 0.0px solid #d8dde3;
352
- background-color: #ebecf1;
353
- }
354
-
355
- pre a {
356
- color: inherit;
357
- text-decoration: underline;
358
- }
359
-
360
- td.linenos pre {
361
- padding: 0.5em 0;
362
- }
363
-
364
- /* -- has Opscode orange for testing */
365
-
366
- div.quotebar {
367
- background-color: #f18a20;
368
- max-width: 250px;
369
- float: right;
370
- padding: 2px 7px;
371
- border: 1px solid #f18a20;
372
- }
373
-
374
- /* -- has Opscode orange for testing */
375
-
376
- div.topic {
377
- background-color: #f18a20;
378
- }
379
-
380
-
381
- /* -- table styles */
382
-
383
- table.docutils {
384
- border: 0;
385
- border-collapse: separate;
386
- border-spacing:4px;
387
-
388
- }
389
-
390
- table.docutils th {
391
- padding: 1px 8px 1px 5px;
392
- border-top: 0;
393
- border-left: 0;
394
- border-right: 0;
395
- border-bottom: 0px solid #ffffff;
396
- background-color: #7c858c;
397
- color: #ffffff;
398
- }
399
-
400
- table.docutils td {
401
- padding: 5px 5px 5px 5px;
402
- border-top: 0;
403
- border-left: 0;
404
- border-right: 0;
405
- border-bottom: 1px dashed #7c858c;
406
- }
407
-
408
- table.field-list td, table.field-list th {
409
- border: 0 !important;
410
- }
411
-
412
- table.footnote td, table.footnote th {
413
- border: 0 !important;
414
- }
415
-
416
- th {
417
- text-align: left;
418
- padding-right: 5px;
419
- }
420
-
421
- table.citation {
422
- border-left: solid 1px gray;
423
- margin-left: 1px;
424
- }
425
-
426
- table.citation td {
427
- border-bottom: none;
428
- }
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
- div.admonition, div.warning {
437
- font-size: 0.9em;
438
- margin: 1em 0 1em 0;
439
- border: 1px solid #6bb1e1;
440
- background-color: #ffffff;
441
- padding: 0;
442
- }
443
-
444
- div.admonition p, div.warning p {
445
- margin: 0.5em 1em 0.5em 1em;
446
- padding: 0;
447
- }
448
-
449
- div.admonition pre, div.warning pre {
450
- margin: 0.4em 1em 0.4em 1em;
451
- }
452
-
453
- div.admonition p.admonition-title,
454
- div.warning p.admonition-title {
455
- margin: 0;
456
- padding: 0.1em 0 0.1em 0.5em;
457
- color: #ffffff;
458
- border-bottom: 1px solid #6bb1e1;
459
- font-weight: bold;
460
- background-color: #6bb1e1;
461
- }
462
-
463
-
464
-
465
-
466
- div.warning {
467
- border: 1px solid #fcb614;
468
- }
469
-
470
- div.warning p.admonition-title {
471
- background-color: #fcb614;
472
- border-bottom-color: #fcb614;
473
- }
474
-
475
- div.admonition ul, div.admonition ol,
476
- div.warning ul, div.warning ol {
477
- margin: 0.1em 0.5em 0.5em 3em;
478
- padding: 0;
479
- }
480
-
481
-
482
-
483
-
484
- div.versioninfo {
485
- margin: 1em 0 0 0;
486
- border: 1px solid #ffffff;
487
- background-color: #ffffff;
488
- padding: 8px;
489
- line-height: 1.3em;
490
- font-size: 0.9em;
491
- }
492
-
493
-
494
-
495
-
496
- .viewcode-back {
497
- font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
498
- }
499
-
500
-
501
-
502
-
503
- div.viewcode-block:target {
504
- background-color: #ffffff;
505
- border-top: 1px solid #ffffff;
506
- border-bottom: 1px solid #ffffff;
507
- }