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 (56a10ab)

This commit is contained in:
shwetapurohit 2022-03-08 06:39:52 +00:00
parent 99e9953178
commit 53edcf5f3e
20 changed files with 67 additions and 67 deletions

View File

@ -1,5 +1,5 @@
.. vmc documentation master file, created by
sphinx-quickstart on Fri Oct 29 04:29:06 2021.
sphinx-quickstart on Tue Mar 8 06:39:45 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

View File

@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.54.0',
VERSION: '1.55.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',

View File

@ -5,22 +5,22 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gr { color: #E40000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gi { color: #008400 } /* Generic.Inserted */
.highlight .go { color: #717171 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
@ -33,15 +33,15 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .na { color: #687822 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nl { color: #767600 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
@ -58,11 +58,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -156,7 +156,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -160,7 +160,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -157,7 +157,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc.orgs.aws package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc.orgs.aws package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -109,7 +109,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc.orgs.aws.resources package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc.orgs.aws.resources package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -104,7 +104,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc.orgs package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc.orgs package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -154,7 +154,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc.orgs.sddcs.clusters package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc.orgs.sddcs.clusters package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -110,7 +110,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>com.vmware.vmc.orgs.sddcs package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>com.vmware.vmc.orgs.sddcs package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -129,7 +129,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interface definition language to python mapping for enumerated types &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Interface definition language to python mapping for enumerated types &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -25,7 +25,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -152,7 +152,7 @@ enumerated type class.</p>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Index &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -25,7 +25,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -208,7 +208,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to vmcs documentation! &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Welcome to vmcs documentation! &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -26,7 +26,7 @@
<a href="#" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -162,7 +162,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

Binary file not shown.

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Python Module Index &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -28,7 +28,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -149,7 +149,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>Search &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
@ -28,7 +28,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
@ -87,7 +87,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vmware package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>vmware package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -107,7 +107,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vmware.vapi package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>vmware.vapi package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -105,7 +105,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vmware.vapi.vmc package &mdash; vmc 1.54.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<title>vmware.vapi.vmc package &mdash; vmc 1.55.0 documentation</title><link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
@ -26,7 +26,7 @@
<a href="index.html" class="icon icon-home"> vmc
</a>
<div class="version">
1.54.0
1.55.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@ -100,7 +100,7 @@
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2021, VMware, Inc..</p>
<p>&#169; Copyright 2022, VMware, Inc..</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a