rebuilt man pages, versioned html theme css

This commit is contained in:
Jacob Hammons 2015-06-26 11:06:21 -06:00
parent 9f8cef2b8a
commit 30a907576c
6 changed files with 45995 additions and 4754 deletions

View file

@ -26,7 +26,7 @@
{% set css_files = [
'_static/css/core.min.css',
'_static/css/webhelp.min_v1.4.css',
'_static/css/webhelp.min_v1.4.1.css',
] %}
{%- macro relbar() %}

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CALL" "1" "May 06, 2015" "2015.5.0" "Salt"
.TH "SALT-CALL" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
.SH NAME
salt-call \- salt-call Documentation
.
@ -44,7 +44,20 @@ salt\-call [options]
.SH DESCRIPTION
.sp
The salt\-call command is used to run module functions locally on a minion
instead of executing them from the master.
instead of executing them from the master. Salt\-call is used to run a
\fIStandalone Minion\fP, and was originally
created for \fItroubleshooting\fP\&.
.sp
The Salt Master is contacted to retrieve state files and other resources
during execution unless the \fB\-\-local\fP option is specified.
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBsalt\-call\fP commands execute from the current user\(aqs shell
context, while \fBsalt\fP commands execute from the system\(aqs default context.
.UNINDENT
.UNINDENT
.SH OPTIONS
.INDENT 0.0
.TP

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CLOUD" "1" "May 06, 2015" "2015.5.0" "Salt"
.TH "SALT-CLOUD" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
.SH NAME
salt-cloud \- Salt Cloud Command
.
@ -141,12 +141,6 @@ cloud provider carefully.
.UNINDENT
.INDENT 0.0
.TP
.B \-Q, \-\-query
Execute a query and print out information about all cloud VMs. Can be used
in conjunction with \-m to display only information about the specified map.
.UNINDENT
.INDENT 0.0
.TP
.B \-u, \-\-update\-bootstrap
Update salt\-bootstrap to the latest develop version on GitHub.
.UNINDENT

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SALT-CP" "1" "May 06, 2015" "2015.5.0" "Salt"
.TH "SALT-CP" "1" "June 26, 2015" "2015.5.0-1639-g9f8cef2" "Salt"
.SH NAME
salt-cp \- salt-cp Documentation
.
@ -51,6 +51,11 @@ salt\-cp \-G \(aqos:Arch.*\(aq [ options ] SOURCE DEST
.sp
Salt copy copies a local file out to all of the Salt minions matched by the
given target.
.sp
Note: salt\-cp uses salt\(aqs publishing mechanism. This means the privacy of the
contents of the file on the wire are completely dependant upon the transport
in use. In addition, if the salt\-master is running with debug logging it is
possible that the contents of the file will be logged to disk.
.SH OPTIONS
.INDENT 0.0
.TP

File diff suppressed because it is too large Load diff