Skip to content

Commit 52d79d2

Browse files
author
Dan-RAI
committed
docs updated
1 parent 8d622fe commit 52d79d2

22 files changed

Lines changed: 1351 additions & 1982 deletions

docs/.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: f1863ea7e58931da4d5e6b27c2f1fbf3
3+
config: 81d77dbf3ac23f578e81714cedfc59c4
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/PascalX.html

Lines changed: 521 additions & 453 deletions
Large diffs are not rendered by default.

docs/_sources/PascalX.rst.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,22 @@ _______________________
3535

3636
Genescorer
3737
----------
38-
.. autoclass:: PascalX.genescorer.chi2sum
38+
39+
.. autoclass:: PascalX.genescorer.genescorer
3940
:members:
4041
:inherited-members:
4142
:exclude-members:
4243
:member-order: bysource
4344

45+
.. autoclass:: PascalX.genescorer.chi2sum
46+
:members:
47+
:exclude-members:
48+
:member-order: bysource
49+
50+
.. autoclass:: PascalX.genescorer.wchi2sum
51+
:members:
52+
:exclude-members:
53+
:member-order: bysource
4454

4555

4656
.. _Pathwayscorer:

docs/_static/basic.css

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -222,7 +222,7 @@ table.modindextable td {
222222
/* -- general body styles --------------------------------------------------- */
223223

224224
div.body {
225-
min-width: 450px;
225+
min-width: 360px;
226226
max-width: 800px;
227227
}
228228

@@ -236,7 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236
a.headerlink {
237237
visibility: hidden;
238238
}
239-
240239
a.brackets:before,
241240
span.brackets > a:before{
242241
content: "[";
@@ -247,6 +246,7 @@ span.brackets > a:after {
247246
content: "]";
248247
}
249248

249+
250250
h1:hover > a.headerlink,
251251
h2:hover > a.headerlink,
252252
h3:hover > a.headerlink,
@@ -334,13 +334,11 @@ aside.sidebar {
334334
p.sidebar-title {
335335
font-weight: bold;
336336
}
337-
338337
div.admonition, div.topic, blockquote {
339338
clear: left;
340339
}
341340

342341
/* -- topics ---------------------------------------------------------------- */
343-
344342
div.topic {
345343
border: 1px solid #ccc;
346344
padding: 7px;
@@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
428426
border-bottom: 1px solid #aaa;
429427
}
430428

431-
table.footnote td, table.footnote th {
432-
border: 0 !important;
433-
}
434-
435429
th {
436430
text-align: left;
437431
padding-right: 5px;
@@ -614,7 +608,6 @@ ol.simple p,
614608
ul.simple p {
615609
margin-bottom: 0;
616610
}
617-
618611
dl.footnote > dt,
619612
dl.citation > dt {
620613
float: left;
@@ -643,11 +636,11 @@ dl.field-list > dt {
643636
padding-left: 0.5em;
644637
padding-right: 5px;
645638
}
646-
647639
dl.field-list > dt:after {
648640
content: ":";
649641
}
650642

643+
651644
dl.field-list > dd {
652645
padding-left: 0.5em;
653646
margin-top: 0em;
@@ -731,8 +724,9 @@ dl.glossary dt {
731724

732725
.classifier:before {
733726
font-style: normal;
734-
margin: 0.5em;
727+
margin: 0 0.5em;
735728
content: ":";
729+
display: inline-block;
736730
}
737731

738732
abbr, acronym {
@@ -756,6 +750,7 @@ span.pre {
756750
-ms-hyphens: none;
757751
-webkit-hyphens: none;
758752
hyphens: none;
753+
white-space: nowrap;
759754
}
760755

761756
div[class*="highlight-"] {

docs/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/theme.css

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

0 commit comments

Comments
 (0)