Skip to content

Commit d4cc788

Browse files
Update documentation
0 parents  commit d4cc788

27 files changed

+3539
-0
lines changed

.nojekyll

Whitespace-only changes.

academic_research.md

Lines changed: 256 additions & 0 deletions
Large diffs are not rendered by default.

api/app.html

Lines changed: 52 additions & 0 deletions
Large diffs are not rendered by default.

api/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=./app.html"/>
6+
</head>
7+
</html>

api/search.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coverage/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Created by coverage.py
2+
*

coverage/class_index.html

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<title>Coverage report</title>
6+
<link rel="icon" sizes="32x32" href="favicon_32_cb_58284776.png">
7+
<link rel="stylesheet" href="style_cb_8e611ae1.css" type="text/css">
8+
<script src="coverage_html_cb_6fb7b396.js" defer></script>
9+
</head>
10+
<body class="indexfile">
11+
<header>
12+
<div class="content">
13+
<h1>Coverage report:
14+
<span class="pc_cov">100%</span>
15+
</h1>
16+
<aside id="help_panel_wrapper">
17+
<input id="help_panel_state" type="checkbox">
18+
<label for="help_panel_state">
19+
<img id="keyboard_icon" src="keybd_closed_cb_ce680311.png" alt="Show/hide keyboard shortcuts">
20+
</label>
21+
<div id="help_panel">
22+
<p class="legend">Shortcuts on this page</p>
23+
<div class="keyhelp">
24+
<p>
25+
<kbd>f</kbd>
26+
<kbd>n</kbd>
27+
<kbd>s</kbd>
28+
<kbd>m</kbd>
29+
<kbd>x</kbd>
30+
<kbd>c</kbd>
31+
&nbsp; change column sorting
32+
</p>
33+
<p>
34+
<kbd>[</kbd>
35+
<kbd>]</kbd>
36+
&nbsp; prev/next file
37+
</p>
38+
<p>
39+
<kbd>?</kbd> &nbsp; show/hide this help
40+
</p>
41+
</div>
42+
</div>
43+
</aside>
44+
<form id="filter_container">
45+
<input id="filter" type="text" value="" placeholder="filter...">
46+
<div>
47+
<input id="hide100" type="checkbox" >
48+
<label for="hide100">hide covered</label>
49+
</div>
50+
</form>
51+
<h2>
52+
<a class="button" href="index.html">Files</a>
53+
<a class="button" href="function_index.html">Functions</a>
54+
<a class="button current">Classes</a>
55+
</h2>
56+
<p class="text">
57+
<a class="nav" href="https://coverage.readthedocs.io/en/7.8.0">coverage.py v7.8.0</a>,
58+
created at 2026-04-16 15:51 +0000
59+
</p>
60+
</div>
61+
</header>
62+
<main id="index">
63+
<table class="index" data-sortable>
64+
<thead>
65+
<tr class="tablehead" title="Click to sort">
66+
<th id="file" class="name left" aria-sort="none" data-shortcut="f">File<span class="arrows"></span></th>
67+
<th id="region" class="name left" aria-sort="none" data-default-sort-order="ascending" data-shortcut="n">class<span class="arrows"></span></th>
68+
<th id="statements" aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements<span class="arrows"></span></th>
69+
<th id="missing" aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing<span class="arrows"></span></th>
70+
<th id="excluded" aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded<span class="arrows"></span></th>
71+
<th id="coverage" class="right" aria-sort="none" data-shortcut="c">coverage<span class="arrows"></span></th>
72+
</tr>
73+
</thead>
74+
<tbody>
75+
<tr class="region">
76+
<td class="name left"><a href="z_5f5a17c013354698___init___py.html">app/__init__.py</a></td>
77+
<td class="name left"><a href="z_5f5a17c013354698___init___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
78+
<td>0</td>
79+
<td>0</td>
80+
<td>0</td>
81+
<td class="right" data-ratio="0 0">100%</td>
82+
</tr>
83+
<tr class="region">
84+
<td class="name left"><a href="z_5f5a17c013354698___main___py.html">app/__main__.py</a></td>
85+
<td class="name left"><a href="z_5f5a17c013354698___main___py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
86+
<td>6</td>
87+
<td>0</td>
88+
<td>2</td>
89+
<td class="right" data-ratio="6 6">100%</td>
90+
</tr>
91+
</tbody>
92+
<tfoot>
93+
<tr class="total">
94+
<td class="name left">Total</td>
95+
<td class="name left">&nbsp;</td>
96+
<td>6</td>
97+
<td>0</td>
98+
<td>2</td>
99+
<td class="right" data-ratio="6 6">100%</td>
100+
</tr>
101+
</tfoot>
102+
</table>
103+
<p id="no_rows">
104+
No items found using the specified filter.
105+
</p>
106+
</main>
107+
<footer>
108+
<div class="content">
109+
<p>
110+
<a class="nav" href="https://coverage.readthedocs.io/en/7.8.0">coverage.py v7.8.0</a>,
111+
created at 2026-04-16 15:51 +0000
112+
</p>
113+
</div>
114+
<aside class="hidden">
115+
<a id="prevFileLink" class="nav" href=""></a>
116+
<a id="nextFileLink" class="nav" href=""></a>
117+
<button type="button" class="button_prev_file" data-shortcut="["></button>
118+
<button type="button" class="button_next_file" data-shortcut="]"></button>
119+
<button type="button" class="button_show_hide_help" data-shortcut="?"></button>
120+
</aside>
121+
</footer>
122+
</body>
123+
</html>

0 commit comments

Comments
 (0)