1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 01:39:58 -05:00

Updating latest python vmc doc (318c680)

This commit is contained in:
amanp 2019-12-16 05:26:31 +00:00
parent 271a917731
commit 53c72c04c2
26 changed files with 52 additions and 47 deletions

View File

@ -1,5 +1,5 @@
.. vmc documentation master file, created by
sphinx-quickstart on Fri Dec 6 04:33:35 2019.
sphinx-quickstart on Mon Dec 16 05:26:06 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

View File

@ -672,6 +672,10 @@ div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}
div.code-block-caption span.caption-number {
padding: 0.1em 0.3em;
font-style: italic;

View File

@ -1,8 +1,9 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.19.0',
VERSION: '1.20.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',

View File

@ -245,7 +245,7 @@ var Search = {
if (results.length) {
var item = results.pop();
var listItem = $('<li style="display:none"></li>');
if (DOCUMENTATION_OPTIONS.FILE_SUFFIX === '') {
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
// dirhtml builder
var dirname = item[0] + '/';
if (dirname.match(/\/index\/$/)) {
@ -424,7 +424,7 @@ var Search = {
for (j = 0; j < _files.length; j++) {
file = _files[j];
if (!(file in scoreMap))
scoreMap[file] = {}
scoreMap[file] = {};
scoreMap[file][word] = o.score;
}
});
@ -432,7 +432,7 @@ var Search = {
// create the mapping
for (j = 0; j < files.length; j++) {
file = files[j];
if (file in fileMap)
if (file in fileMap && fileMap[file].indexOf(word) === -1)
fileMap[file].push(word);
else
fileMap[file] = [word];

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com package &mdash; vmc 1.19.0 documentation</title>
<title>com package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.clusters package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.clusters package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks package &mdash; vmc 1.19.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interface definition language to python mapping for enumerated types &mdash; vmc 1.19.0 documentation</title>
<title>Interface definition language to python mapping for enumerated types &mdash; vmc 1.20.0 documentation</title>
@ -58,7 +58,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index &mdash; vmc 1.19.0 documentation</title>
<title>Index &mdash; vmc 1.20.0 documentation</title>
@ -59,7 +59,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to vmcs documentation! &mdash; vmc 1.19.0 documentation</title>
<title>Welcome to vmcs documentation! &mdash; vmc 1.20.0 documentation</title>
@ -59,7 +59,7 @@
<div class="version">
1.19.0
1.20.0
</div>

Binary file not shown.

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Python Module Index &mdash; vmc 1.19.0 documentation</title>
<title>Python Module Index &mdash; vmc 1.20.0 documentation</title>
@ -61,7 +61,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search &mdash; vmc 1.19.0 documentation</title>
<title>Search &mdash; vmc 1.20.0 documentation</title>
@ -59,7 +59,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware package &mdash; vmc 1.19.0 documentation</title>
<title>vmware package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware.vapi package &mdash; vmc 1.19.0 documentation</title>
<title>vmware.vapi package &mdash; vmc 1.20.0 documentation</title>
@ -60,7 +60,7 @@
<div class="version">
1.19.0
1.20.0
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware.vapi.vmc package &mdash; vmc 1.19.0 documentation</title>
<title>vmware.vapi.vmc package &mdash; vmc 1.20.0 documentation</title>
@ -59,7 +59,7 @@
<div class="version">
1.19.0
1.20.0
</div>