Skip to content

Commit

Permalink
fixes for spellcheck, api help 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nahumtimerman committed Jul 30, 2024
1 parent 80a6b5f commit 01f68d1
Show file tree
Hide file tree
Showing 22 changed files with 2,552 additions and 705 deletions.
12 changes: 12 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1612,3 +1612,15 @@ Ei
Gi
Dpa
EE
Setuptools
TooManyOpenSockets
UseRabbitServer
ZeroMQ
setuptools
urllib
DeleteExecutionServer
GetExecutionServers
GetResourceAttributeValues
GetResourceDetails
GetResourcesAttributeValues
performant
2 changes: 1 addition & 1 deletion docs/release-notes/bug-fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Bugs Fixed

The table below lists all the bugs reported by customers, that were resolved in version 2023.3. All releases may include additional resolved issues, which are not included in this list.
The table below lists all the bugs reported by customers, that were resolved in version 2024.1. All releases may include additional resolved issues, which are not included in this list.

| Support Case # | Internal WI # | Description | Fixed in Version |
| --- | --- | --- | --- |
Expand Down
3 changes: 2 additions & 1 deletion docs/release-notes/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ CloudShell offers two support phases:

| Release | GA Version release date | End of Premier support (18 months) | End of Extended support (30 months) |
| --- | --- | --- | --- |
| 2024.1 | August 2024 | Feb 1, 2026 | Feb 1, 2027 |
| 2023.3 | December 2023 | July 1, 2025 | July 1, 2026 |
| 2023.2 | July 2023 | Feb 1, 2025 | Feb 1, 2026 |
| 2023.1 | March 2023 | Oct 1, 2024 | Oct 1, 2025 |
| 2022.2 | September 2022 | Apr 1, 2024 | Apr 1, 2025 |
| 2022.2 | September 2022 | <span style={{ color:"gray" }}>Apr 1, 2024</span> | Apr 1, 2025 |
| 2022.1 | February 2022 | <span style={{ color:"gray" }}>Sept 1, 2023</span> | Sept 1, 2024 |
| <span style={{ color:"gray" }}>2021.2</span> | <span style={{ color:"gray" }}>August 2021</span> | <span style={{ color:"gray" }}>Jan 1, 2023</span> | <span style={{ color:"gray" }}>Jan 1, 2024</span> |
| <span style={{ color:"gray" }}>2021.1</span> | <span style={{ color:"gray" }}>April 2021</span> | <span style={{ color:"gray" }}>Nov 1, 2022</span> | <span style={{ color:"gray" }}>Nov 1, 2023</span> |
Expand Down
2 changes: 1 addition & 1 deletion static/api-docs/2024.1/Python-API/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 25c6c9d68ece59081974bc5509b2dd63
config: 57e774f05f576a704fcd294921c56ea4
tags: 645f666f9bcd5a90fca523b33c5a78b7
1,615 changes: 1,032 additions & 583 deletions static/api-docs/2024.1/Python-API/_modules/cloudshell/api/cloudshell_api.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions static/api-docs/2024.1/Python-API/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; CloudShell Python API 2022.3.0.185573 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<title>Overview: module code &mdash; CloudShell Python API 2024.1.0.187973 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />


<link rel="shortcut icon" href="../_static/favicon.ico"/>
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=7adfad2a"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
Expand All @@ -32,7 +36,7 @@
<img src="../_static/just_logo.png" class="logo" alt="Logo"/>
</a>
<div class="version">
2022.3
2024.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/* Compatability shim for jQuery and underscores.js.
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* small helper function to urldecode strings
*
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
*/
jQuery.urldecode = function(x) {
if (!x) {
return x
}
return decodeURIComponent(x.replace(/\+/g, ' '));
};

/**
* small helper function to urlencode strings
*/
jQuery.urlencode = encodeURIComponent;

/**
* This function returns the parsed url parameters of the
* current request. Multiple values per key are supported,
* it will always return arrays of strings for the value parts.
*/
jQuery.getQueryParameters = function(s) {
if (typeof s === 'undefined')
s = document.location.search;
var parts = s.substr(s.indexOf('?') + 1).split('&');
var result = {};
for (var i = 0; i < parts.length; i++) {
var tmp = parts[i].split('=', 2);
var key = jQuery.urldecode(tmp[0]);
var value = jQuery.urldecode(tmp[1]);
if (key in result)
result[key].push(value);
else
result[key] = [value];
}
return result;
};

/**
* highlight a given string on a jquery object by wrapping it in
* span elements with the given class name.
*/
jQuery.fn.highlightText = function(text, className) {
function highlight(node, addItems) {
if (node.nodeType === 3) {
var val = node.nodeValue;
var pos = val.toLowerCase().indexOf(text);
if (pos >= 0 &&
!jQuery(node.parentNode).hasClass(className) &&
!jQuery(node.parentNode).hasClass("nohighlight")) {
var span;
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
if (isInSVG) {
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
} else {
span = document.createElement("span");
span.className = className;
}
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
document.createTextNode(val.substr(pos + text.length)),
node.nextSibling));
node.nodeValue = val.substr(0, pos);
if (isInSVG) {
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
var bbox = node.parentElement.getBBox();
rect.x.baseVal.value = bbox.x;
rect.y.baseVal.value = bbox.y;
rect.width.baseVal.value = bbox.width;
rect.height.baseVal.value = bbox.height;
rect.setAttribute('class', className);
addItems.push({
"parent": node.parentNode,
"target": rect});
}
}
}
else if (!jQuery(node).is("button, select, textarea")) {
jQuery.each(node.childNodes, function() {
highlight(this, addItems);
});
}
}
var addItems = [];
var result = this.each(function() {
highlight(this, addItems);
});
for (var i = 0; i < addItems.length; ++i) {
jQuery(addItems[i].parent).before(addItems[i].target);
}
return result;
};

/*
* backward compatibility for jQuery.browser
* This will be supported until firefox bug is fixed.
*/
if (!jQuery.browser) {
jQuery.uaMatch = function(ua) {
ua = ua.toLowerCase();

var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
/(msie) ([\w.]+)/.exec(ua) ||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
[];

return {
browser: match[ 1 ] || "",
version: match[ 2 ] || "0"
};
};
jQuery.browser = {};
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
}
18 changes: 18 additions & 0 deletions static/api-docs/2024.1/Python-API/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -738,6 +748,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion static/api-docs/2024.1/Python-API/_static/css/theme.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2022.3.0.185573',
VERSION: '2024.1.0.187973',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 2 additions & 0 deletions static/api-docs/2024.1/Python-API/_static/jquery.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/api-docs/2024.1/Python-API/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
Expand Down
Loading

0 comments on commit 01f68d1

Please sign in to comment.