Skip to content

Commit 13d2e7f

Browse files
Fix showup and update documentation
1 parent 16c0782 commit 13d2e7f

29 files changed

+399
-339
lines changed

data/tutorial/manual.ipynb

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "stdout",
1111
"output_type": "stream",
1212
"text": [
13-
"pyWitness v1.0 : Authorship - https://lmickes.github.io/pyWitness/authorship.html\n",
13+
"pyWitness v1.1 : Authorship - https://lmickes.github.io/pyWitness/authorship.html\n",
1414
"pyWitness : Runtime warnings are suppressed\n",
1515
"pyWitness : to reinstate (import warnings; warnings.simplefilter(\"\") \n"
1616
]
@@ -1618,7 +1618,7 @@
16181618
},
16191619
{
16201620
"cell_type": "code",
1621-
"execution_count": 36,
1621+
"execution_count": 3,
16221622
"id": "e8996c61-ae57-47cf-ae74-064129279330",
16231623
"metadata": {},
16241624
"outputs": [
@@ -1842,7 +1842,7 @@
18421842
},
18431843
{
18441844
"cell_type": "code",
1845-
"execution_count": 40,
1845+
"execution_count": 4,
18461846
"id": "0a4ea1ad-cf82-4206-8ee3-2b00d8276f31",
18471847
"metadata": {},
18481848
"outputs": [
@@ -1859,18 +1859,18 @@
18591859
"DataRaw.checkData> confidence : [1 2 3 4 5 6 7]\n",
18601860
"DataRaw.checkData> number trials : 780\n",
18611861
"DataProcessed.comparePAUC> pAUC1 : 0.0259 +/- 0.003\n",
1862-
"DataProcessed.comparePAUC> pAUC2 : 0.031 +/- 0.0031\n",
1863-
"DataProcessed.comparePAUC> Z, p : 1.1833 0.2367\n",
1864-
"DataProcessed.comparePAUC> pooled sd 0.00432588239041744\n"
1862+
"DataProcessed.comparePAUC> pAUC2 : 0.031 +/- 0.0034\n",
1863+
"DataProcessed.comparePAUC> Z, p : 1.1158 0.2645\n",
1864+
"DataProcessed.comparePAUC> pooled sd 0.0045878106976578546\n"
18651865
]
18661866
},
18671867
{
18681868
"data": {
18691869
"text/plain": [
1870-
"[1.1833492845532336, 0.23667074791131681]"
1870+
"[1.1157892443939004, 0.2645123587843563]"
18711871
]
18721872
},
1873-
"execution_count": 40,
1873+
"execution_count": 4,
18741874
"metadata": {},
18751875
"output_type": "execute_result"
18761876
}
@@ -18681,7 +18681,7 @@
1868118681
"name": "python",
1868218682
"nbconvert_exporter": "python",
1868318683
"pygments_lexer": "ipython3",
18684-
"version": "3.10.8"
18684+
"version": "3.11.3"
1868518685
}
1868618686
},
1868718687
"nbformat": 4,

docs/_static/basic.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -324,13 +324,15 @@ aside.sidebar {
324324
p.sidebar-title {
325325
font-weight: bold;
326326
}
327+
327328
nav.contents,
328329
aside.topic,
329330
div.admonition, div.topic, blockquote {
330331
clear: left;
331332
}
332333

333334
/* -- topics ---------------------------------------------------------------- */
335+
334336
nav.contents,
335337
aside.topic,
336338
div.topic {
@@ -606,6 +608,7 @@ ol.simple p,
606608
ul.simple p {
607609
margin-bottom: 0;
608610
}
611+
609612
aside.footnote > span,
610613
div.citation > span {
611614
float: left;

docs/_static/css/badge_only.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/theme.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/doctools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/documentation_options.js

+1-1
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: '1.1',
3+
VERSION: '1.3',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_static/graphviz.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- graphviz extension.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/_static/language_data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/

docs/_static/searchtools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for the full-text search.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/authorship.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html class="writer-html5" lang="en" >
33
<head>
4-
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
4+
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Authorship &mdash; pyWitness 1.1 documentation</title>
7+
<title>Authorship &mdash; pyWitness 1.3 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
@@ -15,10 +15,9 @@
1515
<script src="_static/js/html5shiv.min.js"></script>
1616
<![endif]-->
1717

18-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
1918
<script src="_static/jquery.js"></script>
20-
<script src="_static/underscore.js"></script>
2119
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
20+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
2221
<script src="_static/doctools.js"></script>
2322
<script src="_static/sphinx_highlight.js"></script>
2423
<script src="_static/code-tabs.js"></script>
@@ -34,15 +33,19 @@
3433
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3534
<div class="wy-side-scroll">
3635
<div class="wy-side-nav-search" >
37-
<a href="index.html" class="icon icon-home"> pyWitness
38-
<img src="_static/pyWitnessLogo200.jpg" class="logo" alt="Logo"/>
36+
37+
38+
39+
<a href="index.html" class="icon icon-home">
40+
pyWitness
41+
<img src="_static/pyWitnessLogo200.jpg" class="logo" alt="Logo"/>
3942
</a>
4043
<div class="version">
41-
1.1
44+
1.3
4245
</div>
4346
<div role="search">
4447
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
45-
<input type="text" name="q" placeholder="Search docs" />
48+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
4649
<input type="hidden" name="check_keywords" value="yes" />
4750
<input type="hidden" name="area" value="default" />
4851
</form>
@@ -80,7 +83,7 @@
8083
<div class="rst-content">
8184
<div role="navigation" aria-label="Page navigation">
8285
<ul class="wy-breadcrumbs">
83-
<li><a href="index.html" class="icon icon-home"></a></li>
86+
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
8487
<li class="breadcrumb-item active">Authorship</li>
8588
<li class="wy-breadcrumbs-aside">
8689
<a href="_sources/authorship.rst.txt" rel="nofollow"> View page source</a>
@@ -131,7 +134,7 @@ <h2>Contacting us<a class="headerlink" href="#contacting-us" title="Permalink to
131134

132135
<div role="contentinfo">
133136
<p>&#169; Copyright Royal Holloway, University of London 2020 and University of Bristol 2020.
134-
<span class="lastupdated">Last updated on Dec 18, 2022.
137+
<span class="lastupdated">Last updated on Jun 04, 2023.
135138
</span></p>
136139
</div>
137140

docs/genindex.html

+18-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Index &mdash; pyWitness 1.1 documentation</title>
6+
<title>Index &mdash; pyWitness 1.3 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
@@ -14,10 +14,9 @@
1414
<script src="_static/js/html5shiv.min.js"></script>
1515
<![endif]-->
1616

17-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
1817
<script src="_static/jquery.js"></script>
19-
<script src="_static/underscore.js"></script>
2018
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
19+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
2120
<script src="_static/doctools.js"></script>
2221
<script src="_static/sphinx_highlight.js"></script>
2322
<script src="_static/tabs.js"></script>
@@ -32,15 +31,19 @@
3231
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3332
<div class="wy-side-scroll">
3433
<div class="wy-side-nav-search" >
35-
<a href="index.html" class="icon icon-home"> pyWitness
36-
<img src="_static/pyWitnessLogo200.jpg" class="logo" alt="Logo"/>
34+
35+
36+
37+
<a href="index.html" class="icon icon-home">
38+
pyWitness
39+
<img src="_static/pyWitnessLogo200.jpg" class="logo" alt="Logo"/>
3740
</a>
3841
<div class="version">
39-
1.1
42+
1.3
4043
</div>
4144
<div role="search">
4245
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
43-
<input type="text" name="q" placeholder="Search docs" />
46+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
4447
<input type="hidden" name="check_keywords" value="yes" />
4548
<input type="hidden" name="area" value="default" />
4649
</form>
@@ -73,8 +76,8 @@
7376
<div class="rst-content">
7477
<div role="navigation" aria-label="Page navigation">
7578
<ul class="wy-breadcrumbs">
76-
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
77-
<li>Index</li>
79+
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
80+
<li class="breadcrumb-item active">Index</li>
7881
<li class="wy-breadcrumbs-aside">
7982
</li>
8083
</ul>
@@ -193,8 +196,12 @@ <h2 id="F">F</h2>
193196
<h2 id="I">I</h2>
194197
<table style="width: 100%" class="indextable genindextable"><tr>
195198
<td style="width: 33%; vertical-align: top;"><ul>
196-
<li><a href="moduledocs.html#pyWitness.DataRaw.isDesignateId">isDesignateId() (pyWitness.DataRaw method)</a>
199+
<li><a href="moduledocs.html#pyWitness.DataProcessed.isDesignateId">isDesignateId() (pyWitness.DataProcessed method)</a>
200+
201+
<ul>
202+
<li><a href="moduledocs.html#pyWitness.DataRaw.isDesignateId">(pyWitness.DataRaw method)</a>
197203
</li>
204+
</ul></li>
198205
</ul></td>
199206
</tr></table>
200207

@@ -338,7 +345,7 @@ <h2 id="W">W</h2>
338345

339346
<div role="contentinfo">
340347
<p>&#169; Copyright Royal Holloway, University of London 2020 and University of Bristol 2020.
341-
<span class="lastupdated">Last updated on Jan 29, 2023.
348+
<span class="lastupdated">Last updated on Jun 04, 2023.
342349
</span></p>
343350
</div>
344351

0 commit comments

Comments
 (0)