Skip to content

Commit

Permalink
Update python-yubihsm docs for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Sep 9, 2024
1 parent a728520 commit a027189
Show file tree
Hide file tree
Showing 18 changed files with 875 additions and 184 deletions.
6 changes: 3 additions & 3 deletions static/python-yubihsm/API_Documentation/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; python-yubihsm 3.0.0.dev0 documentation</title>
<title>Overview: module code &mdash; python-yubihsm 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="shortcut icon" href="../_static/favicon.ico"/>
Expand All @@ -13,7 +13,7 @@

<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=3aa38957"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=ff68d3e4"></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>
Expand All @@ -33,7 +33,7 @@
python-yubihsm
</a>
<div class="version">
3.0
3.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
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>yubihsm.backends &mdash; python-yubihsm 3.0.0.dev0 documentation</title>
<title>yubihsm.backends &mdash; python-yubihsm 3.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
Expand All @@ -13,7 +13,7 @@

<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=3aa38957"></script>
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js?v=ff68d3e4"></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>
Expand All @@ -33,7 +33,7 @@
python-yubihsm
</a>
<div class="version">
3.0
3.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
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>yubihsm.backends.http &mdash; python-yubihsm 3.0.0.dev0 documentation</title>
<title>yubihsm.backends.http &mdash; python-yubihsm 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
Expand All @@ -13,7 +13,7 @@

<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=3aa38957"></script>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js?v=ff68d3e4"></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>
Expand All @@ -33,7 +33,7 @@
python-yubihsm
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>Source code for yubihsm.backends.http</h1><div class="highlight"><pre>
<span class="n">url</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;http://localhost:12345&quot;</span><span class="p">,</span>
<span class="n">timeout</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Union</span><span class="p">[</span><span class="n">Tuple</span><span class="p">[</span><span class="nb">int</span><span class="p">,</span> <span class="nb">int</span><span class="p">],</span> <span class="nb">int</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Constructs a new HttpBackend, connecting to the given URL.</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Construct a new HttpBackend, connecting to the given URL.</span>

<span class="sd"> The URL should be a http(s) URL to a running YubiHSM connector.</span>
<span class="sd"> By default, the backend will attempt to connect to a connector running</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>yubihsm.backends.usb &mdash; python-yubihsm 3.0.0.dev0 documentation</title>
<title>yubihsm.backends.usb &mdash; python-yubihsm 3.1.0 documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<!--[if lt IE 9]>
<script src="../../../_static/js/html5shiv.min.js"></script>
<![endif]-->

<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=3aa38957"></script>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js?v=ff68d3e4"></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" />
<link rel="search" title="Search" href="../../../search.html" />
</head>

<body class="wy-body-for-nav">
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../../index.html" class="icon icon-home">
python-yubihsm
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
Expand Down Expand Up @@ -69,7 +69,7 @@
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>Source code for yubihsm.backends.usb</h1><div class="highlight"><pre>
<span></span><span class="c1"># Copyright 2016-2018 Yubico AB</span>
<span class="c1">#</span>
Expand Down Expand Up @@ -177,7 +177,7 @@ <h1>Source code for yubihsm.backends.usb</h1><div class="highlight"><pre>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
Expand All @@ -188,7 +188,7 @@ <h1>Source code for yubihsm.backends.usb</h1><div class="highlight"><pre>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</script>

</body>
</html>
</html>
Loading

0 comments on commit a027189

Please sign in to comment.