Skip to content

Commit 424a6f3

Browse files
author
Andrea Bonomi
committed
docs
1 parent 9a58c67 commit 424a6f3

14 files changed

Lines changed: 58 additions & 53 deletions

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ help:
77
@echo - make lint
88
@echo - make release
99
@echo - make clean
10+
@echo - make doc
1011

1112
coverage:
1213
python3 -m coverage run --source=securid test.py && python3 -m coverage report -m
@@ -28,3 +29,5 @@ clean:
2829
-rm -rf build dist
2930
-rm -rf *.egg-info
3031

32+
doc:
33+
cd docs; $(MAKE) html
45 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

11 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 121089bba17eae3fc463e8abc111f22d
3+
config: c9c5c611d355f812ec594286982b1393
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_modules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; securid 0.9.4 documentation</title>
8+
<title>Overview: module code &#8212; securid 0.9.5 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/classic.css" />
1111

@@ -26,7 +26,7 @@ <h3>Navigation</h3>
2626
<li class="right" >
2727
<a href="../py-modindex.html" title="Python Module Index"
2828
>modules</a> |</li>
29-
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.4 documentation</a> &#187;</li>
29+
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.5 documentation</a> &#187;</li>
3030
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
3131
</ul>
3232
</div>
@@ -74,12 +74,12 @@ <h3>Navigation</h3>
7474
<li class="right" >
7575
<a href="../py-modindex.html" title="Python Module Index"
7676
>modules</a> |</li>
77-
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.4 documentation</a> &#187;</li>
77+
<li class="nav-item nav-item-0"><a href="../index.html">securid 0.9.5 documentation</a> &#187;</li>
7878
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
7979
</ul>
8080
</div>
8181
<div class="footer" role="contentinfo">
82-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
82+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
8383
</div>
8484
</body>
8585
</html>

docs/_build/html/_static/basic.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,9 @@ dl.glossary dt {
731731

732732
.classifier:before {
733733
font-style: normal;
734-
margin: 0.5em;
734+
margin: 0 0.5em;
735735
content: ":";
736+
display: inline-block;
736737
}
737738

738739
abbr, acronym {

docs/_build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.9.4',
3+
VERSION: '0.9.5',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_build/html/_static/searchtools.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ var Search = {
328328
var results = [];
329329

330330
for (var prefix in objects) {
331-
for (var name in objects[prefix]) {
331+
for (var iMatch = 0; iMatch != objects[prefix].length; ++iMatch) {
332+
var match = objects[prefix][iMatch];
333+
var name = match[4];
332334
var fullname = (prefix ? prefix + '.' : '') + name;
333335
var fullnameLower = fullname.toLowerCase()
334336
if (fullnameLower.indexOf(object) > -1) {
@@ -342,7 +344,6 @@ var Search = {
342344
} else if (parts[parts.length - 1].indexOf(object) > -1) {
343345
score += Scorer.objPartialMatch;
344346
}
345-
var match = objects[prefix][name];
346347
var objname = objnames[match[1]][2];
347348
var title = titles[match[0]];
348349
// If more than one term searched for, we require other words to be

docs/_build/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; securid 0.9.4 documentation</title>
8+
<title>Index &#8212; securid 0.9.5 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
1111

@@ -26,7 +26,7 @@ <h3>Navigation</h3>
2626
<li class="right" >
2727
<a href="py-modindex.html" title="Python Module Index"
2828
>modules</a> |</li>
29-
<li class="nav-item nav-item-0"><a href="index.html">securid 0.9.4 documentation</a> &#187;</li>
29+
<li class="nav-item nav-item-0"><a href="index.html">securid 0.9.5 documentation</a> &#187;</li>
3030
<li class="nav-item nav-item-this"><a href="">Index</a></li>
3131
</ul>
3232
</div>
@@ -298,12 +298,12 @@ <h3>Navigation</h3>
298298
<li class="right" >
299299
<a href="py-modindex.html" title="Python Module Index"
300300
>modules</a> |</li>
301-
<li class="nav-item nav-item-0"><a href="index.html">securid 0.9.4 documentation</a> &#187;</li>
301+
<li class="nav-item nav-item-0"><a href="index.html">securid 0.9.5 documentation</a> &#187;</li>
302302
<li class="nav-item nav-item-this"><a href="">Index</a></li>
303303
</ul>
304304
</div>
305305
<div class="footer" role="contentinfo">
306-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.2.0.
306+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
307307
</div>
308308
</body>
309309
</html>

0 commit comments

Comments
 (0)