chef 13.11.3 → 13.12.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -3
- data/README.md +35 -40
- data/Rakefile +18 -22
- data/chef-universal-mingw32.gemspec +1 -1
- data/chef.gemspec +3 -3
- data/lib/chef/client.rb +1 -1
- data/lib/chef/mixin/params_validate.rb +3 -1
- data/lib/chef/provider/script.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/http/simple_spec.rb +12 -6
- data/spec/functional/resource/remote_file_spec.rb +19 -15
- data/spec/support/platform_helpers.rb +2 -1
- data/tasks/announce.rb +1 -1
- data/tasks/dependencies.rb +5 -39
- data/tasks/maintainers.rb +10 -10
- data/tasks/rspec.rb +2 -2
- data/tasks/templates/prerelease.md.erb +11 -2
- data/tasks/templates/release.md.erb +9 -1
- metadata +6 -248
- data/CONTRIBUTING.md +0 -151
- data/VERSION +0 -1
- data/acceptance/.gitignore +0 -3
- data/acceptance/.shared/kitchen_acceptance/.kitchen.digitalocean.yml +0 -33
- data/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +0 -283
- data/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml +0 -59
- data/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb +0 -68
- data/acceptance/.shared/kitchen_acceptance/metadata.rb +0 -1
- data/acceptance/Gemfile +0 -19
- data/acceptance/Gemfile.lock +0 -266
- data/acceptance/README.md +0 -137
- data/acceptance/basics/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/basics/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/basics/.kitchen.yml +0 -4
- data/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb +0 -19
- data/acceptance/basics/test/integration/chef-current-install/serverspec/spec_helper.rb +0 -6
- data/acceptance/basics/test/integration/helpers/serverspec/Gemfile +0 -8
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -2
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/.gitignore +0 -16
- data/acceptance/data-collector/.acceptance/data-collector-test/Berksfile +0 -3
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/api.rb +0 -101
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/apigemfile +0 -3
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-both-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-client-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-no-endpoint.rb +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-solo-mode.rb +0 -4
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/config.ru +0 -2
- data/acceptance/data-collector/.acceptance/data-collector-test/metadata.rb +0 -7
- data/acceptance/data-collector/.acceptance/data-collector-test/recipes/default.rb +0 -44
- data/acceptance/data-collector/.kitchen.yml +0 -9
- data/acceptance/data-collector/Berksfile +0 -3
- data/acceptance/data-collector/test/integration/default/serverspec/default_spec.rb +0 -208
- data/acceptance/data-collector/test/integration/helpers/serverspec/Gemfile +0 -8
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/metadata.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -61
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/cookbook_kitchen.rb +0 -43
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +0 -41
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/metadata.rb +0 -3
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/top-cookbooks/.gitignore +0 -1
- data/acceptance/top-cookbooks/.kitchen.chocolatey.yml +0 -6
- data/acceptance/top-cookbooks/.kitchen.iis.yml +0 -4
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-ubuntu.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-windows.yml +0 -7
- data/acceptance/top-cookbooks/.kitchen.powershell.yml +0 -4
- data/acceptance/top-cookbooks/.kitchen.sql_server.yml +0 -5
- data/acceptance/top-cookbooks/.kitchen.winbox.yml +0 -8
- data/acceptance/top-cookbooks/.kitchen.windows.yml +0 -38
- data/acceptance/trivial/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/trivial/.acceptance/acceptance-cookbook/metadata.rb +0 -2
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/trivial/.kitchen.yml +0 -7
- data/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb +0 -5
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/.gitignore +0 -2
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/metadata.rb +0 -2
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
- data/acceptance/windows-service/.kitchen.yml +0 -7
- data/acceptance/windows-service/test/integration/chef-windows-service/inspec/chef_windows_service_spec.rb +0 -58
- data/distro/common/html/_sources/ctl_chef_client.txt +0 -36
- data/distro/common/html/_sources/ctl_chef_server.txt +0 -341
- data/distro/common/html/_sources/ctl_chef_shell.txt +0 -15
- data/distro/common/html/_sources/ctl_chef_solo.txt +0 -25
- data/distro/common/html/_sources/index.txt +0 -135
- data/distro/common/html/_sources/knife.txt +0 -74
- data/distro/common/html/_sources/knife_bootstrap.txt +0 -56
- data/distro/common/html/_sources/knife_client.txt +0 -151
- data/distro/common/html/_sources/knife_common_options.txt +0 -6
- data/distro/common/html/_sources/knife_configure.txt +0 -29
- data/distro/common/html/_sources/knife_cookbook.txt +0 -236
- data/distro/common/html/_sources/knife_cookbook_site.txt +0 -157
- data/distro/common/html/_sources/knife_data_bag.txt +0 -160
- data/distro/common/html/_sources/knife_delete.txt +0 -26
- data/distro/common/html/_sources/knife_deps.txt +0 -61
- data/distro/common/html/_sources/knife_diff.txt +0 -34
- data/distro/common/html/_sources/knife_download.txt +0 -44
- data/distro/common/html/_sources/knife_edit.txt +0 -26
- data/distro/common/html/_sources/knife_environment.txt +0 -158
- data/distro/common/html/_sources/knife_exec.txt +0 -47
- data/distro/common/html/_sources/knife_index_rebuild.txt +0 -21
- data/distro/common/html/_sources/knife_list.txt +0 -33
- data/distro/common/html/_sources/knife_node.txt +0 -250
- data/distro/common/html/_sources/knife_raw.txt +0 -35
- data/distro/common/html/_sources/knife_recipe_list.txt +0 -23
- data/distro/common/html/_sources/knife_role.txt +0 -157
- data/distro/common/html/_sources/knife_search.txt +0 -53
- data/distro/common/html/_sources/knife_serve.txt +0 -19
- data/distro/common/html/_sources/knife_show.txt +0 -27
- data/distro/common/html/_sources/knife_ssh.txt +0 -43
- data/distro/common/html/_sources/knife_ssl_check.txt +0 -41
- data/distro/common/html/_sources/knife_ssl_fetch.txt +0 -41
- data/distro/common/html/_sources/knife_status.txt +0 -37
- data/distro/common/html/_sources/knife_tag.txt +0 -69
- data/distro/common/html/_sources/knife_upload.txt +0 -49
- data/distro/common/html/_sources/knife_user.txt +0 -127
- data/distro/common/html/_sources/knife_using.txt +0 -43
- data/distro/common/html/_sources/knife_xargs.txt +0 -30
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +0 -537
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +0 -238
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +0 -505
- data/distro/common/html/_static/jquery.js +0 -2
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +0 -62
- data/distro/common/html/_static/searchtools.js +0 -622
- data/distro/common/html/_static/underscore.js +0 -31
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +0 -808
- data/distro/common/html/ctl_chef_client.html +0 -270
- data/distro/common/html/ctl_chef_server.html +0 -728
- data/distro/common/html/ctl_chef_shell.html +0 -163
- data/distro/common/html/ctl_chef_solo.html +0 -194
- data/distro/common/html/index.html +0 -202
- data/distro/common/html/knife.html +0 -170
- data/distro/common/html/knife_bootstrap.html +0 -285
- data/distro/common/html/knife_client.html +0 -285
- data/distro/common/html/knife_common_options.html +0 -96
- data/distro/common/html/knife_configure.html +0 -105
- data/distro/common/html/knife_cookbook.html +0 -487
- data/distro/common/html/knife_cookbook_site.html +0 -375
- data/distro/common/html/knife_data_bag.html +0 -374
- data/distro/common/html/knife_delete.html +0 -93
- data/distro/common/html/knife_deps.html +0 -143
- data/distro/common/html/knife_diff.html +0 -123
- data/distro/common/html/knife_download.html +0 -145
- data/distro/common/html/knife_edit.html +0 -89
- data/distro/common/html/knife_environment.html +0 -322
- data/distro/common/html/knife_exec.html +0 -220
- data/distro/common/html/knife_index_rebuild.html +0 -83
- data/distro/common/html/knife_list.html +0 -114
- data/distro/common/html/knife_node.html +0 -458
- data/distro/common/html/knife_raw.html +0 -110
- data/distro/common/html/knife_recipe_list.html +0 -91
- data/distro/common/html/knife_role.html +0 -295
- data/distro/common/html/knife_search.html +0 -203
- data/distro/common/html/knife_serve.html +0 -79
- data/distro/common/html/knife_show.html +0 -104
- data/distro/common/html/knife_ssh.html +0 -177
- data/distro/common/html/knife_ssl_check.html +0 -151
- data/distro/common/html/knife_ssl_fetch.html +0 -151
- data/distro/common/html/knife_status.html +0 -144
- data/distro/common/html/knife_tag.html +0 -138
- data/distro/common/html/knife_upload.html +0 -153
- data/distro/common/html/knife_user.html +0 -242
- data/distro/common/html/knife_using.html +0 -210
- data/distro/common/html/knife_xargs.html +0 -122
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +0 -82
- data/distro/common/html/searchindex.js +0 -1
- data/distro/common/man/man1/README.md +0 -58
- data/distro/common/man/man1/chef-shell.1 +0 -194
- data/distro/common/man/man1/knife-bootstrap.1 +0 -215
- data/distro/common/man/man1/knife-client.1 +0 -443
- data/distro/common/man/man1/knife-configure.1 +0 -161
- data/distro/common/man/man1/knife-cookbook-site.1 +0 -552
- data/distro/common/man/man1/knife-cookbook.1 +0 -770
- data/distro/common/man/man1/knife-data-bag.1 +0 -617
- data/distro/common/man/man1/knife-delete.1 +0 -127
- data/distro/common/man/man1/knife-deps.1 +0 -246
- data/distro/common/man/man1/knife-diff.1 +0 -226
- data/distro/common/man/man1/knife-download.1 +0 -258
- data/distro/common/man/man1/knife-edit.1 +0 -121
- data/distro/common/man/man1/knife-environment.1 +0 -496
- data/distro/common/man/man1/knife-exec.1 +0 -362
- data/distro/common/man/man1/knife-index-rebuild.1 +0 -63
- data/distro/common/man/man1/knife-list.1 +0 -174
- data/distro/common/man/man1/knife-node.1 +0 -716
- data/distro/common/man/man1/knife-raw.1 +0 -172
- data/distro/common/man/man1/knife-recipe-list.1 +0 -85
- data/distro/common/man/man1/knife-role.1 +0 -426
- data/distro/common/man/man1/knife-search.1 +0 -359
- data/distro/common/man/man1/knife-serve.1 +0 -109
- data/distro/common/man/man1/knife-show.1 +0 -160
- data/distro/common/man/man1/knife-ssh.1 +0 -284
- data/distro/common/man/man1/knife-ssl-check.1 +0 -207
- data/distro/common/man/man1/knife-ssl-fetch.1 +0 -207
- data/distro/common/man/man1/knife-status.1 +0 -234
- data/distro/common/man/man1/knife-tag.1 +0 -189
- data/distro/common/man/man1/knife-upload.1 +0 -280
- data/distro/common/man/man1/knife-user.1 +0 -356
- data/distro/common/man/man1/knife-xargs.1 +0 -189
- data/distro/common/man/man1/knife.1 +0 -332
- data/distro/common/man/man8/chef-apply.8 +0 -86
- data/distro/common/man/man8/chef-client.8 +0 -398
- data/distro/common/man/man8/chef-solo.8 +0 -260
- data/distro/common/markdown/README +0 -3
- data/distro/common/markdown/man1/chef-shell.mkd +0 -195
- data/distro/common/markdown/man1/knife-bootstrap.mkd +0 -141
- data/distro/common/markdown/man1/knife-client.mkd +0 -103
- data/distro/common/markdown/man1/knife-configure.mkd +0 -71
- data/distro/common/markdown/man1/knife-cookbook-site.mkd +0 -123
- data/distro/common/markdown/man1/knife-cookbook.mkd +0 -263
- data/distro/common/markdown/man1/knife-data-bag.mkd +0 -121
- data/distro/common/markdown/man1/knife-environment.mkd +0 -151
- data/distro/common/markdown/man1/knife-exec.mkd +0 -42
- data/distro/common/markdown/man1/knife-index.mkd +0 -30
- data/distro/common/markdown/man1/knife-node.mkd +0 -130
- data/distro/common/markdown/man1/knife-role.mkd +0 -85
- data/distro/common/markdown/man1/knife-search.mkd +0 -180
- data/distro/common/markdown/man1/knife-ssh.mkd +0 -69
- data/distro/common/markdown/man1/knife-status.mkd +0 -36
- data/distro/common/markdown/man1/knife-tag.mkd +0 -39
- data/distro/common/markdown/man1/knife.mkd +0 -213
- data/distro/common/markdown/man8/chef-client.mkd +0 -75
- data/distro/common/markdown/man8/chef-expander.mkd +0 -81
- data/distro/common/markdown/man8/chef-expanderctl.mkd +0 -57
- data/distro/common/markdown/man8/chef-server-webui.mkd +0 -121
- data/distro/common/markdown/man8/chef-server.mkd +0 -120
- data/distro/common/markdown/man8/chef-solo.mkd +0 -107
- data/distro/common/markdown/man8/chef-solr.mkd +0 -89
- data/distro/powershell/chef/chef.psm1 +0 -459
- data/tasks/cbgb.rb +0 -84
@@ -1,37 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
knife status
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_knife/includes_knife_status.rst
|
6
|
-
|
7
|
-
Syntax
|
8
|
-
=====================================================
|
9
|
-
.. include:: ../../includes_knife/includes_knife_status_syntax.rst
|
10
|
-
|
11
|
-
Options
|
12
|
-
=====================================================
|
13
|
-
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
-
|
15
|
-
.. include:: ../../release_chef_12-0/includes_knife_status_options.rst
|
16
|
-
|
17
|
-
Examples
|
18
|
-
=====================================================
|
19
|
-
The following examples show how to use this |knife| subcommand:
|
20
|
-
|
21
|
-
**View status, include run-lists**
|
22
|
-
|
23
|
-
.. include:: ../../step_knife/step_knife_status_include_run_lists.rst
|
24
|
-
|
25
|
-
**View status using a date range**
|
26
|
-
|
27
|
-
.. include:: ../../step_knife/step_knife_status_past_hour.rst
|
28
|
-
|
29
|
-
**View status using a query**
|
30
|
-
|
31
|
-
.. include:: ../../step_knife/step_knife_status_returned_by_query.rst
|
32
|
-
|
33
|
-
**View status for all nodes**
|
34
|
-
|
35
|
-
.. include:: ../../step_knife/step_knife_status_view_for_all_nodes.rst
|
36
|
-
|
37
|
-
|
@@ -1,69 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
knife tag
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_chef/includes_chef_tags.rst
|
6
|
-
|
7
|
-
.. include:: ../../includes_knife/includes_knife_tag.rst
|
8
|
-
|
9
|
-
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
10
|
-
|
11
|
-
create
|
12
|
-
=====================================================
|
13
|
-
.. include:: ../../includes_knife/includes_knife_tag_create.rst
|
14
|
-
|
15
|
-
Syntax
|
16
|
-
-----------------------------------------------------
|
17
|
-
.. include:: ../../includes_knife/includes_knife_tag_create_syntax.rst
|
18
|
-
|
19
|
-
Options
|
20
|
-
-----------------------------------------------------
|
21
|
-
|no_options|
|
22
|
-
|
23
|
-
Examples
|
24
|
-
-----------------------------------------------------
|
25
|
-
The following examples show how to use this |knife| subcommand:
|
26
|
-
|
27
|
-
**Create tags**
|
28
|
-
|
29
|
-
.. include:: ../../step_knife/step_knife_tag_create.rst
|
30
|
-
|
31
|
-
delete
|
32
|
-
=====================================================
|
33
|
-
.. include:: ../../includes_knife/includes_knife_tag_delete.rst
|
34
|
-
|
35
|
-
Syntax
|
36
|
-
-----------------------------------------------------
|
37
|
-
.. include:: ../../includes_knife/includes_knife_tag_delete_syntax.rst
|
38
|
-
|
39
|
-
Options
|
40
|
-
-----------------------------------------------------
|
41
|
-
|no_options|
|
42
|
-
|
43
|
-
Examples
|
44
|
-
-----------------------------------------------------
|
45
|
-
The following examples show how to use this |knife| subcommand:
|
46
|
-
|
47
|
-
**Delete tags**
|
48
|
-
|
49
|
-
.. include:: ../../step_knife/step_knife_tag_delete.rst
|
50
|
-
|
51
|
-
list
|
52
|
-
=====================================================
|
53
|
-
.. include:: ../../includes_knife/includes_knife_tag_list.rst
|
54
|
-
|
55
|
-
Syntax
|
56
|
-
-----------------------------------------------------
|
57
|
-
.. include:: ../../includes_knife/includes_knife_tag_list_syntax.rst
|
58
|
-
|
59
|
-
Options
|
60
|
-
-----------------------------------------------------
|
61
|
-
|no_options|
|
62
|
-
|
63
|
-
Examples
|
64
|
-
-----------------------------------------------------
|
65
|
-
The following examples show how to use this |knife| subcommand:
|
66
|
-
|
67
|
-
**View a list of tags**
|
68
|
-
|
69
|
-
.. include:: ../../step_knife/step_knife_tag_list.rst
|
@@ -1,49 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
knife upload
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_knife/includes_knife_upload.rst
|
6
|
-
|
7
|
-
Syntax
|
8
|
-
=====================================================
|
9
|
-
.. include:: ../../includes_knife/includes_knife_upload_syntax.rst
|
10
|
-
|
11
|
-
Options
|
12
|
-
=====================================================
|
13
|
-
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
-
|
15
|
-
.. include:: ../../includes_knife/includes_knife_upload_options.rst
|
16
|
-
|
17
|
-
Examples
|
18
|
-
=====================================================
|
19
|
-
The following examples show how to use this |knife| subcommand:
|
20
|
-
|
21
|
-
**Upload the entire chef-repo**
|
22
|
-
|
23
|
-
.. include:: ../../step_knife/step_knife_upload_repository.rst
|
24
|
-
|
25
|
-
**Upload the /cookbooks directory**
|
26
|
-
|
27
|
-
.. include:: ../../step_knife/step_knife_upload_directory_cookbooks.rst
|
28
|
-
|
29
|
-
**Upload the /environments directory**
|
30
|
-
|
31
|
-
.. include:: ../../step_knife/step_knife_upload_directory_environments.rst
|
32
|
-
|
33
|
-
**Upload a single environment**
|
34
|
-
|
35
|
-
.. include:: ../../step_knife/step_knife_upload_directory_environment.rst
|
36
|
-
|
37
|
-
**Upload the /roles directory**
|
38
|
-
|
39
|
-
.. include:: ../../step_knife/step_knife_upload_directory_roles.rst
|
40
|
-
|
41
|
-
**Upload cookbooks and roles**
|
42
|
-
|
43
|
-
.. include:: ../../step_knife/step_knife_upload_directory_cookbooks_and_role.rst
|
44
|
-
|
45
|
-
**Use output of knife deps to pass command to knife upload**
|
46
|
-
|
47
|
-
.. include:: ../../step_knife/step_knife_upload_pass_to_knife_deps.rst
|
48
|
-
|
49
|
-
|
@@ -1,127 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
knife user
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_knife/includes_knife_user.rst
|
6
|
-
|
7
|
-
.. note:: This subcommand ONLY works when run against the open source |chef server| and will not run against |chef server oec| (including hosted |chef server oec|), or |chef private|.
|
8
|
-
|
9
|
-
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
10
|
-
|
11
|
-
create
|
12
|
-
=====================================================
|
13
|
-
.. include:: ../../includes_knife/includes_knife_user_create.rst
|
14
|
-
|
15
|
-
Syntax
|
16
|
-
-----------------------------------------------------
|
17
|
-
.. include:: ../../includes_knife/includes_knife_user_create_syntax.rst
|
18
|
-
|
19
|
-
Options
|
20
|
-
-----------------------------------------------------
|
21
|
-
.. include:: ../../includes_knife/includes_knife_user_create_options.rst
|
22
|
-
|
23
|
-
Examples
|
24
|
-
-----------------------------------------------------
|
25
|
-
The following examples show how to use this |knife| subcommand:
|
26
|
-
|
27
|
-
**Create a user**
|
28
|
-
|
29
|
-
.. include:: ../../step_knife/step_knife_user_create.rst
|
30
|
-
|
31
|
-
delete
|
32
|
-
=====================================================
|
33
|
-
.. include:: ../../includes_knife/includes_knife_user_delete.rst
|
34
|
-
|
35
|
-
Syntax
|
36
|
-
-----------------------------------------------------
|
37
|
-
.. include:: ../../includes_knife/includes_knife_user_delete_syntax.rst
|
38
|
-
|
39
|
-
Options
|
40
|
-
-----------------------------------------------------
|
41
|
-
|no_options|
|
42
|
-
|
43
|
-
Examples
|
44
|
-
-----------------------------------------------------
|
45
|
-
The following examples show how to use this |knife| subcommand:
|
46
|
-
|
47
|
-
**Delete a user**
|
48
|
-
|
49
|
-
.. include:: ../../step_knife/step_knife_user_delete.rst
|
50
|
-
|
51
|
-
edit
|
52
|
-
=====================================================
|
53
|
-
.. include:: ../../includes_knife/includes_knife_user_edit.rst
|
54
|
-
|
55
|
-
Syntax
|
56
|
-
-----------------------------------------------------
|
57
|
-
.. include:: ../../includes_knife/includes_knife_user_edit_syntax.rst
|
58
|
-
|
59
|
-
Options
|
60
|
-
-----------------------------------------------------
|
61
|
-
|no_options|
|
62
|
-
|
63
|
-
Examples
|
64
|
-
-----------------------------------------------------
|
65
|
-
None.
|
66
|
-
|
67
|
-
|
68
|
-
list
|
69
|
-
=====================================================
|
70
|
-
.. include:: ../../includes_knife/includes_knife_user_list.rst
|
71
|
-
|
72
|
-
Syntax
|
73
|
-
-----------------------------------------------------
|
74
|
-
.. include:: ../../includes_knife/includes_knife_user_list_syntax.rst
|
75
|
-
|
76
|
-
Options
|
77
|
-
-----------------------------------------------------
|
78
|
-
.. include:: ../../includes_knife/includes_knife_user_list_options.rst
|
79
|
-
|
80
|
-
Examples
|
81
|
-
-----------------------------------------------------
|
82
|
-
None.
|
83
|
-
|
84
|
-
reregister
|
85
|
-
=====================================================
|
86
|
-
.. include:: ../../includes_knife/includes_knife_user_reregister.rst
|
87
|
-
|
88
|
-
Syntax
|
89
|
-
-----------------------------------------------------
|
90
|
-
.. include:: ../../includes_knife/includes_knife_user_reregister_syntax.rst
|
91
|
-
|
92
|
-
Options
|
93
|
-
-----------------------------------------------------
|
94
|
-
.. include:: ../../includes_knife/includes_knife_user_reregister_options.rst
|
95
|
-
|
96
|
-
Examples
|
97
|
-
-----------------------------------------------------
|
98
|
-
The following examples show how to use this |knife| subcommand:
|
99
|
-
|
100
|
-
**Regenerate the RSA key-pair**
|
101
|
-
|
102
|
-
.. include:: ../../step_knife/step_knife_user_reregister.rst
|
103
|
-
|
104
|
-
show
|
105
|
-
=====================================================
|
106
|
-
.. include:: ../../includes_knife/includes_knife_user_show.rst
|
107
|
-
|
108
|
-
Syntax
|
109
|
-
-----------------------------------------------------
|
110
|
-
.. include:: ../../includes_knife/includes_knife_user_show_syntax.rst
|
111
|
-
|
112
|
-
Options
|
113
|
-
-----------------------------------------------------
|
114
|
-
.. include:: ../../includes_knife/includes_knife_user_show_options.rst
|
115
|
-
|
116
|
-
Examples
|
117
|
-
-----------------------------------------------------
|
118
|
-
The following examples show how to use this |knife| subcommand:
|
119
|
-
|
120
|
-
**Show user data**
|
121
|
-
|
122
|
-
.. include:: ../../step_knife/step_knife_user_show.rst
|
123
|
-
|
124
|
-
**Show user data as JSON**
|
125
|
-
|
126
|
-
.. include:: ../../step_knife/step_knife_user_show_json.rst
|
127
|
-
|
@@ -1,43 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
Working with Knife
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_knife/includes_knife_using.rst
|
6
|
-
|
7
|
-
JSON Data Format
|
8
|
-
=====================================================
|
9
|
-
.. include:: ../../includes_knife/includes_knife_using_json.rst
|
10
|
-
|
11
|
-
Set the Text Editor
|
12
|
-
-----------------------------------------------------
|
13
|
-
.. include:: ../../step_knife/step_knife_common_set_editor.rst
|
14
|
-
|
15
|
-
Using Quotes
|
16
|
-
=====================================================
|
17
|
-
.. include:: ../../includes_knife/includes_knife_using_quotes.rst
|
18
|
-
|
19
|
-
Sub-commands
|
20
|
-
=====================================================
|
21
|
-
.. include:: ../../includes_knife/includes_knife_using_subcommands.rst
|
22
|
-
|
23
|
-
Verb Sub-commands
|
24
|
-
=====================================================
|
25
|
-
.. include:: ../../includes_knife/includes_knife_verbs.rst
|
26
|
-
|
27
|
-
Wildcard Search
|
28
|
-
-----------------------------------------------------
|
29
|
-
.. include:: ../../includes_knife/includes_knife_verbs_wildcard.rst
|
30
|
-
|
31
|
-
Plug-ins
|
32
|
-
=====================================================
|
33
|
-
.. include:: ../../includes_knife/includes_knife_using_plugins.rst
|
34
|
-
|
35
|
-
Syntax
|
36
|
-
=====================================================
|
37
|
-
.. include:: ../../includes_knife/includes_knife_using_syntax.rst
|
38
|
-
|
39
|
-
Many Users, Same Repo
|
40
|
-
=====================================================
|
41
|
-
.. include:: ../../includes_repository/includes_repository_many_users_same_repo.rst
|
42
|
-
|
43
|
-
|
@@ -1,30 +0,0 @@
|
|
1
|
-
=====================================================
|
2
|
-
knife xargs
|
3
|
-
=====================================================
|
4
|
-
|
5
|
-
.. include:: ../../includes_knife/includes_knife_xargs.rst
|
6
|
-
|
7
|
-
Syntax
|
8
|
-
=====================================================
|
9
|
-
.. include:: ../../includes_knife/includes_knife_xargs_syntax.rst
|
10
|
-
|
11
|
-
Options
|
12
|
-
=====================================================
|
13
|
-
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
14
|
-
|
15
|
-
.. include:: ../../includes_knife/includes_knife_xargs_options.rst
|
16
|
-
|
17
|
-
Examples
|
18
|
-
=====================================================
|
19
|
-
The following examples show how to use this |knife| subcommand:
|
20
|
-
|
21
|
-
**Use output of knife deps to pass command to knife xargs**
|
22
|
-
|
23
|
-
.. include:: ../../step_knife/step_knife_xargs_pass_command_to.rst
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
Binary file
|
@@ -1,537 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* basic.css
|
3
|
-
* ~~~~~~~~~
|
4
|
-
*
|
5
|
-
* Sphinx stylesheet -- basic theme.
|
6
|
-
*
|
7
|
-
* :copyright: Copyright 2007-2016, by the Sphinx team, see AUTHORS.
|
8
|
-
* :license: BSD, see LICENSE for details.
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
/* -- main layout ----------------------------------------------------------- */
|
13
|
-
|
14
|
-
div.clearer {
|
15
|
-
clear: both;
|
16
|
-
}
|
17
|
-
|
18
|
-
/* -- relbar ---------------------------------------------------------------- */
|
19
|
-
|
20
|
-
div.related {
|
21
|
-
width: 100%;
|
22
|
-
font-size: 90%;
|
23
|
-
}
|
24
|
-
|
25
|
-
div.related h3 {
|
26
|
-
display: none;
|
27
|
-
}
|
28
|
-
|
29
|
-
div.related ul {
|
30
|
-
margin: 0;
|
31
|
-
padding: 0 0 0 10px;
|
32
|
-
list-style: none;
|
33
|
-
}
|
34
|
-
|
35
|
-
div.related li {
|
36
|
-
display: inline;
|
37
|
-
}
|
38
|
-
|
39
|
-
div.related li.right {
|
40
|
-
float: right;
|
41
|
-
margin-right: 5px;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* -- sidebar --------------------------------------------------------------- */
|
45
|
-
|
46
|
-
div.sphinxsidebarwrapper {
|
47
|
-
padding: 10px 5px 0 10px;
|
48
|
-
}
|
49
|
-
|
50
|
-
div.sphinxsidebar {
|
51
|
-
float: left;
|
52
|
-
width: 230px;
|
53
|
-
margin-left: -100%;
|
54
|
-
font-size: 90%;
|
55
|
-
}
|
56
|
-
|
57
|
-
div.sphinxsidebar ul {
|
58
|
-
list-style: none;
|
59
|
-
}
|
60
|
-
|
61
|
-
div.sphinxsidebar ul ul,
|
62
|
-
div.sphinxsidebar ul.want-points {
|
63
|
-
margin-left: 20px;
|
64
|
-
list-style: square;
|
65
|
-
}
|
66
|
-
|
67
|
-
div.sphinxsidebar ul ul {
|
68
|
-
margin-top: 0;
|
69
|
-
margin-bottom: 0;
|
70
|
-
}
|
71
|
-
|
72
|
-
div.sphinxsidebar form {
|
73
|
-
margin-top: 10px;
|
74
|
-
}
|
75
|
-
|
76
|
-
div.sphinxsidebar input {
|
77
|
-
border: 1px solid #98dbcc;
|
78
|
-
font-family: sans-serif;
|
79
|
-
font-size: 1em;
|
80
|
-
}
|
81
|
-
|
82
|
-
div.sphinxsidebar #searchbox input[type="text"] {
|
83
|
-
width: 170px;
|
84
|
-
}
|
85
|
-
|
86
|
-
div.sphinxsidebar #searchbox input[type="submit"] {
|
87
|
-
width: 30px;
|
88
|
-
}
|
89
|
-
|
90
|
-
img {
|
91
|
-
border: 0;
|
92
|
-
max-width: 100%;
|
93
|
-
}
|
94
|
-
|
95
|
-
/* -- search page ----------------------------------------------------------- */
|
96
|
-
|
97
|
-
ul.search {
|
98
|
-
margin: 10px 0 0 20px;
|
99
|
-
padding: 0;
|
100
|
-
}
|
101
|
-
|
102
|
-
ul.search li {
|
103
|
-
padding: 5px 0 5px 20px;
|
104
|
-
background-image: url(file.png);
|
105
|
-
background-repeat: no-repeat;
|
106
|
-
background-position: 0 7px;
|
107
|
-
}
|
108
|
-
|
109
|
-
ul.search li a {
|
110
|
-
font-weight: bold;
|
111
|
-
}
|
112
|
-
|
113
|
-
ul.search li div.context {
|
114
|
-
color: #888;
|
115
|
-
margin: 2px 0 0 30px;
|
116
|
-
text-align: left;
|
117
|
-
}
|
118
|
-
|
119
|
-
ul.keywordmatches li.goodmatch a {
|
120
|
-
font-weight: bold;
|
121
|
-
}
|
122
|
-
|
123
|
-
/* -- index page ------------------------------------------------------------ */
|
124
|
-
|
125
|
-
table.contentstable {
|
126
|
-
width: 90%;
|
127
|
-
}
|
128
|
-
|
129
|
-
table.contentstable p.biglink {
|
130
|
-
line-height: 150%;
|
131
|
-
}
|
132
|
-
|
133
|
-
a.biglink {
|
134
|
-
font-size: 1.3em;
|
135
|
-
}
|
136
|
-
|
137
|
-
span.linkdescr {
|
138
|
-
font-style: italic;
|
139
|
-
padding-top: 5px;
|
140
|
-
font-size: 90%;
|
141
|
-
}
|
142
|
-
|
143
|
-
/* -- general index --------------------------------------------------------- */
|
144
|
-
|
145
|
-
table.indextable {
|
146
|
-
width: 100%;
|
147
|
-
}
|
148
|
-
|
149
|
-
table.indextable td {
|
150
|
-
text-align: left;
|
151
|
-
vertical-align: top;
|
152
|
-
}
|
153
|
-
|
154
|
-
table.indextable dl, table.indextable dd {
|
155
|
-
margin-top: 0;
|
156
|
-
margin-bottom: 0;
|
157
|
-
}
|
158
|
-
|
159
|
-
table.indextable tr.pcap {
|
160
|
-
height: 10px;
|
161
|
-
}
|
162
|
-
|
163
|
-
table.indextable tr.cap {
|
164
|
-
margin-top: 10px;
|
165
|
-
background-color: #f2f2f2;
|
166
|
-
}
|
167
|
-
|
168
|
-
img.toggler {
|
169
|
-
margin-right: 3px;
|
170
|
-
margin-top: 3px;
|
171
|
-
cursor: pointer;
|
172
|
-
}
|
173
|
-
|
174
|
-
div.modindex-jumpbox {
|
175
|
-
border-top: 1px solid #ddd;
|
176
|
-
border-bottom: 1px solid #ddd;
|
177
|
-
margin: 1em 0 1em 0;
|
178
|
-
padding: 0.4em;
|
179
|
-
}
|
180
|
-
|
181
|
-
div.genindex-jumpbox {
|
182
|
-
border-top: 1px solid #ddd;
|
183
|
-
border-bottom: 1px solid #ddd;
|
184
|
-
margin: 1em 0 1em 0;
|
185
|
-
padding: 0.4em;
|
186
|
-
}
|
187
|
-
|
188
|
-
/* -- general body styles --------------------------------------------------- */
|
189
|
-
|
190
|
-
a.headerlink {
|
191
|
-
visibility: hidden;
|
192
|
-
}
|
193
|
-
|
194
|
-
h1:hover > a.headerlink,
|
195
|
-
h2:hover > a.headerlink,
|
196
|
-
h3:hover > a.headerlink,
|
197
|
-
h4:hover > a.headerlink,
|
198
|
-
h5:hover > a.headerlink,
|
199
|
-
h6:hover > a.headerlink,
|
200
|
-
dt:hover > a.headerlink {
|
201
|
-
visibility: visible;
|
202
|
-
}
|
203
|
-
|
204
|
-
div.body p.caption {
|
205
|
-
text-align: inherit;
|
206
|
-
}
|
207
|
-
|
208
|
-
div.body td {
|
209
|
-
text-align: left;
|
210
|
-
}
|
211
|
-
|
212
|
-
.field-list ul {
|
213
|
-
padding-left: 1em;
|
214
|
-
}
|
215
|
-
|
216
|
-
.first {
|
217
|
-
margin-top: 0 !important;
|
218
|
-
}
|
219
|
-
|
220
|
-
p.rubric {
|
221
|
-
margin-top: 30px;
|
222
|
-
font-weight: bold;
|
223
|
-
}
|
224
|
-
|
225
|
-
img.align-left, .figure.align-left, object.align-left {
|
226
|
-
clear: left;
|
227
|
-
float: left;
|
228
|
-
margin-right: 1em;
|
229
|
-
}
|
230
|
-
|
231
|
-
img.align-right, .figure.align-right, object.align-right {
|
232
|
-
clear: right;
|
233
|
-
float: right;
|
234
|
-
margin-left: 1em;
|
235
|
-
}
|
236
|
-
|
237
|
-
img.align-center, .figure.align-center, object.align-center {
|
238
|
-
display: block;
|
239
|
-
margin-left: auto;
|
240
|
-
margin-right: auto;
|
241
|
-
}
|
242
|
-
|
243
|
-
.align-left {
|
244
|
-
text-align: left;
|
245
|
-
}
|
246
|
-
|
247
|
-
.align-center {
|
248
|
-
text-align: center;
|
249
|
-
}
|
250
|
-
|
251
|
-
.align-right {
|
252
|
-
text-align: right;
|
253
|
-
}
|
254
|
-
|
255
|
-
/* -- sidebars -------------------------------------------------------------- */
|
256
|
-
|
257
|
-
div.sidebar {
|
258
|
-
margin: 0 0 0.5em 1em;
|
259
|
-
border: 1px solid #ddb;
|
260
|
-
padding: 7px 7px 0 7px;
|
261
|
-
background-color: #ffe;
|
262
|
-
width: 40%;
|
263
|
-
float: right;
|
264
|
-
}
|
265
|
-
|
266
|
-
p.sidebar-title {
|
267
|
-
font-weight: bold;
|
268
|
-
}
|
269
|
-
|
270
|
-
/* -- topics ---------------------------------------------------------------- */
|
271
|
-
|
272
|
-
div.topic {
|
273
|
-
border: 1px solid #ccc;
|
274
|
-
padding: 7px 7px 0 7px;
|
275
|
-
margin: 10px 0 10px 0;
|
276
|
-
}
|
277
|
-
|
278
|
-
p.topic-title {
|
279
|
-
font-size: 1.1em;
|
280
|
-
font-weight: bold;
|
281
|
-
margin-top: 10px;
|
282
|
-
}
|
283
|
-
|
284
|
-
/* -- admonitions ----------------------------------------------------------- */
|
285
|
-
|
286
|
-
div.admonition {
|
287
|
-
margin-top: 10px;
|
288
|
-
margin-bottom: 10px;
|
289
|
-
padding: 7px;
|
290
|
-
}
|
291
|
-
|
292
|
-
div.admonition dt {
|
293
|
-
font-weight: bold;
|
294
|
-
}
|
295
|
-
|
296
|
-
div.admonition dl {
|
297
|
-
margin-bottom: 0;
|
298
|
-
}
|
299
|
-
|
300
|
-
p.admonition-title {
|
301
|
-
margin: 0px 10px 5px 0px;
|
302
|
-
font-weight: bold;
|
303
|
-
}
|
304
|
-
|
305
|
-
div.body p.centered {
|
306
|
-
text-align: center;
|
307
|
-
margin-top: 25px;
|
308
|
-
}
|
309
|
-
|
310
|
-
/* -- tables ---------------------------------------------------------------- */
|
311
|
-
|
312
|
-
table.docutils {
|
313
|
-
border: 0;
|
314
|
-
border-collapse: collapse;
|
315
|
-
}
|
316
|
-
|
317
|
-
table.docutils td, table.docutils th {
|
318
|
-
padding: 1px 8px 1px 5px;
|
319
|
-
border-top: 0;
|
320
|
-
border-left: 0;
|
321
|
-
border-right: 0;
|
322
|
-
border-bottom: 1px solid #aaa;
|
323
|
-
}
|
324
|
-
|
325
|
-
table.field-list td, table.field-list th {
|
326
|
-
border: 0 !important;
|
327
|
-
}
|
328
|
-
|
329
|
-
table.footnote td, table.footnote th {
|
330
|
-
border: 0 !important;
|
331
|
-
}
|
332
|
-
|
333
|
-
th {
|
334
|
-
text-align: left;
|
335
|
-
padding-right: 5px;
|
336
|
-
}
|
337
|
-
|
338
|
-
table.citation {
|
339
|
-
border-left: solid 1px gray;
|
340
|
-
margin-left: 1px;
|
341
|
-
}
|
342
|
-
|
343
|
-
table.citation td {
|
344
|
-
border-bottom: none;
|
345
|
-
}
|
346
|
-
|
347
|
-
/* -- other body styles ----------------------------------------------------- */
|
348
|
-
|
349
|
-
ol.arabic {
|
350
|
-
list-style: decimal;
|
351
|
-
}
|
352
|
-
|
353
|
-
ol.loweralpha {
|
354
|
-
list-style: lower-alpha;
|
355
|
-
}
|
356
|
-
|
357
|
-
ol.upperalpha {
|
358
|
-
list-style: upper-alpha;
|
359
|
-
}
|
360
|
-
|
361
|
-
ol.lowerroman {
|
362
|
-
list-style: lower-roman;
|
363
|
-
}
|
364
|
-
|
365
|
-
ol.upperroman {
|
366
|
-
list-style: upper-roman;
|
367
|
-
}
|
368
|
-
|
369
|
-
dl {
|
370
|
-
margin-bottom: 15px;
|
371
|
-
}
|
372
|
-
|
373
|
-
dd p {
|
374
|
-
margin-top: 0px;
|
375
|
-
}
|
376
|
-
|
377
|
-
dd ul, dd table {
|
378
|
-
margin-bottom: 10px;
|
379
|
-
}
|
380
|
-
|
381
|
-
dd {
|
382
|
-
margin-top: 3px;
|
383
|
-
margin-bottom: 10px;
|
384
|
-
margin-left: 30px;
|
385
|
-
}
|
386
|
-
|
387
|
-
dt:target, .highlighted {
|
388
|
-
background-color: #fbe54e;
|
389
|
-
}
|
390
|
-
|
391
|
-
dl.glossary dt {
|
392
|
-
font-weight: bold;
|
393
|
-
font-size: 1.1em;
|
394
|
-
}
|
395
|
-
|
396
|
-
.field-list ul {
|
397
|
-
margin: 0;
|
398
|
-
padding-left: 1em;
|
399
|
-
}
|
400
|
-
|
401
|
-
.field-list p {
|
402
|
-
margin: 0;
|
403
|
-
}
|
404
|
-
|
405
|
-
.optional {
|
406
|
-
font-size: 1.3em;
|
407
|
-
}
|
408
|
-
|
409
|
-
.versionmodified {
|
410
|
-
font-style: italic;
|
411
|
-
}
|
412
|
-
|
413
|
-
.system-message {
|
414
|
-
background-color: #fda;
|
415
|
-
padding: 5px;
|
416
|
-
border: 3px solid red;
|
417
|
-
}
|
418
|
-
|
419
|
-
.footnote:target {
|
420
|
-
background-color: #ffa;
|
421
|
-
}
|
422
|
-
|
423
|
-
.line-block {
|
424
|
-
display: block;
|
425
|
-
margin-top: 1em;
|
426
|
-
margin-bottom: 1em;
|
427
|
-
}
|
428
|
-
|
429
|
-
.line-block .line-block {
|
430
|
-
margin-top: 0;
|
431
|
-
margin-bottom: 0;
|
432
|
-
margin-left: 1.5em;
|
433
|
-
}
|
434
|
-
|
435
|
-
.guilabel, .menuselection {
|
436
|
-
font-family: sans-serif;
|
437
|
-
}
|
438
|
-
|
439
|
-
.accelerator {
|
440
|
-
text-decoration: underline;
|
441
|
-
}
|
442
|
-
|
443
|
-
.classifier {
|
444
|
-
font-style: oblique;
|
445
|
-
}
|
446
|
-
|
447
|
-
abbr, acronym {
|
448
|
-
border-bottom: dotted 1px;
|
449
|
-
cursor: help;
|
450
|
-
}
|
451
|
-
|
452
|
-
/* -- code displays --------------------------------------------------------- */
|
453
|
-
|
454
|
-
pre {
|
455
|
-
overflow: auto;
|
456
|
-
overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
457
|
-
}
|
458
|
-
|
459
|
-
td.linenos pre {
|
460
|
-
padding: 5px 0px;
|
461
|
-
border: 0;
|
462
|
-
background-color: transparent;
|
463
|
-
color: #aaa;
|
464
|
-
}
|
465
|
-
|
466
|
-
table.highlighttable {
|
467
|
-
margin-left: 0.5em;
|
468
|
-
}
|
469
|
-
|
470
|
-
table.highlighttable td {
|
471
|
-
padding: 0 0.5em 0 0.5em;
|
472
|
-
}
|
473
|
-
|
474
|
-
tt.descname {
|
475
|
-
background-color: transparent;
|
476
|
-
font-weight: bold;
|
477
|
-
font-size: 1.2em;
|
478
|
-
}
|
479
|
-
|
480
|
-
tt.descclassname {
|
481
|
-
background-color: transparent;
|
482
|
-
}
|
483
|
-
|
484
|
-
tt.xref, a tt {
|
485
|
-
background-color: transparent;
|
486
|
-
font-weight: bold;
|
487
|
-
}
|
488
|
-
|
489
|
-
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
|
490
|
-
background-color: transparent;
|
491
|
-
}
|
492
|
-
|
493
|
-
.viewcode-link {
|
494
|
-
float: right;
|
495
|
-
}
|
496
|
-
|
497
|
-
.viewcode-back {
|
498
|
-
float: right;
|
499
|
-
font-family: sans-serif;
|
500
|
-
}
|
501
|
-
|
502
|
-
div.viewcode-block:target {
|
503
|
-
margin: -1px -10px;
|
504
|
-
padding: 0 10px;
|
505
|
-
}
|
506
|
-
|
507
|
-
/* -- math display ---------------------------------------------------------- */
|
508
|
-
|
509
|
-
img.math {
|
510
|
-
vertical-align: middle;
|
511
|
-
}
|
512
|
-
|
513
|
-
div.body div.math p {
|
514
|
-
text-align: center;
|
515
|
-
}
|
516
|
-
|
517
|
-
span.eqno {
|
518
|
-
float: right;
|
519
|
-
}
|
520
|
-
|
521
|
-
/* -- printout stylesheet --------------------------------------------------- */
|
522
|
-
|
523
|
-
@media print {
|
524
|
-
div.document,
|
525
|
-
div.documentwrapper,
|
526
|
-
div.bodywrapper {
|
527
|
-
margin: 0 !important;
|
528
|
-
width: 100%;
|
529
|
-
}
|
530
|
-
|
531
|
-
div.sphinxsidebar,
|
532
|
-
div.related,
|
533
|
-
div.footer,
|
534
|
-
#top-link {
|
535
|
-
display: none;
|
536
|
-
}
|
537
|
-
}
|