File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 @echo - make lint
88 @echo - make release
99 @echo - make clean
10+ @echo - make doc
1011
1112coverage :
1213 python3 -m coverage run --source=securid test.py && python3 -m coverage report -m
2829 -rm -rf build dist
2930 -rm -rf * .egg-info
3031
32+ doc :
33+ cd docs; $(MAKE ) html
Original file line number Diff line number Diff line change 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
44tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change 55 < head >
66 < meta charset ="utf-8 " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > Overview: module code — securid 0.9.4 documentation</ title >
8+ < title > Overview: module code — 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 > »</ li >
29+ < li class ="nav-item nav-item-0 "> < a href ="../index.html "> securid 0.9.5 documentation</ a > »</ 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 > »</ li >
77+ < li class ="nav-item nav-item-0 "> < a href ="../index.html "> securid 0.9.5 documentation</ a > »</ 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 >
Original file line number Diff line number Diff 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
738739abbr , acronym {
Original file line number Diff line number Diff line change 11var 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' ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55 < head >
66 < meta charset ="utf-8 " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > Index — securid 0.9.4 documentation</ title >
8+ < title > Index — 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 > »</ li >
29+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> securid 0.9.5 documentation</ a > »</ 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 > »</ li >
301+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> securid 0.9.5 documentation</ a > »</ 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 >
You can’t perform that action at this time.
0 commit comments