Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e64c49

Browse files
Adding HOG ancestral GO terms API to Client.HOGs.gene_ontology; updating documentation.
1 parentf8b0861 commit9e64c49

File tree

20 files changed

+1733
-1439
lines changed

20 files changed

+1733
-1439
lines changed
44.7 KB
Binary file not shown.

‎docs/build/doctrees/index.doctree‎

20.4 KB
Binary file not shown.

‎docs/build/html/.buildinfo‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This filehashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config:8fd973f37025d1efd999027177d5eaa2
2+
# This filerecords the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config:adfc5f4cf9bdbb6e2187c9c6a579520f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

‎docs/build/html/_modules/index.html‎

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1+
2+
13
<!DOCTYPE html>
2-
<htmlclass="writer-html5"lang="en">
4+
<htmlclass="writer-html5"lang="en"data-content_root="../">
35
<head>
46
<metacharset="utf-8"/>
57
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
6-
<title>Overview: module code &mdash; PyOMADB 2.2.1 documentation</title>
7-
<linkrel="stylesheet"href="../_static/pygments.css"type="text/css"/>
8-
<linkrel="stylesheet"href="../_static/css/theme.css"type="text/css"/>
9-
<!--[if lt IE 9]>
10-
<script src="../_static/js/html5shiv.min.js"></script>
11-
<![endif]-->
8+
<title>Overview: module code &mdash; PyOMADB 2.2.5 documentation</title>
9+
<linkrel="stylesheet"type="text/css"href="../_static/pygments.css?v=b86133f3"/>
10+
<linkrel="stylesheet"type="text/css"href="../_static/css/theme.css?v=e59714d7"/>
11+
1212

13-
<scriptdata-url_root="../"id="documentation_options"src="../_static/documentation_options.js"></script>
14-
<scriptsrc="../_static/jquery.js"></script>
15-
<scriptsrc="../_static/underscore.js"></script>
16-
<scriptsrc="../_static/doctools.js"></script>
13+
<scriptsrc="../_static/jquery.js?v=5d32c60e"></script>
14+
<scriptsrc="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<scriptsrc="../_static/documentation_options.js?v=ea147abf"></script>
16+
<scriptsrc="../_static/doctools.js?v=9bcbadda"></script>
17+
<scriptsrc="../_static/sphinx_highlight.js?v=dc90522c"></script>
1718
<scriptsrc="../_static/js/theme.js"></script>
1819
<linkrel="index"title="Index"href="../genindex.html"/>
1920
<linkrel="search"title="Search"href="../search.html"/>
@@ -30,9 +31,6 @@
3031
<ahref="../index.html"class="icon icon-home">
3132
PyOMADB
3233
</a>
33-
<divclass="version">
34-
2.2.1
35-
</div>
3634
<divrole="search">
3735
<formid="rtd-search-form"class="wy-form"action="../search.html"method="get">
3836
<inputtype="text"name="q"placeholder="Search docs"aria-label="Search docs"/>

‎docs/build/html/_modules/omadb/OMARestAPI.html‎

Lines changed: 488 additions & 274 deletions
Large diffs are not rendered by default.

‎docs/build/html/_static/basic.css‎

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin:10px0020px;
119-
padding:0;
111+
margin-top:10px;
120112
}
121113

122114
ul.searchli {
123-
padding:5px05px20px;
124-
background-image:url(file.png);
125-
background-repeat: no-repeat;
126-
background-position:07px;
115+
padding:5px0;
127116
}
128117

129118
ul.searchlia {
@@ -222,7 +211,7 @@ table.modindextable td {
222211
/* -- general body styles --------------------------------------------------- */
223212

224213
div.body {
225-
min-width:450px;
214+
min-width:360px;
226215
max-width:800px;
227216
}
228217

@@ -237,14 +226,8 @@ a.headerlink {
237226
visibility: hidden;
238227
}
239228

240-
a.brackets:before,
241-
span.brackets>a:before{
242-
content:"[";
243-
}
244-
245-
a.brackets:after,
246-
span.brackets>a:after {
247-
content:"]";
229+
a:visited {
230+
color:#551A8B;
248231
}
249232

250233
h1:hover>a.headerlink,
@@ -335,12 +318,16 @@ p.sidebar-title {
335318
font-weight: bold;
336319
}
337320

321+
nav.contents,
322+
aside.topic,
338323
div.admonition,div.topic,blockquote {
339324
clear: left;
340325
}
341326

342327
/* -- topics ---------------------------------------------------------------- */
343328

329+
nav.contents,
330+
aside.topic,
344331
div.topic {
345332
border:1px solid#ccc;
346333
padding:7px;
@@ -379,13 +366,17 @@ div.body p.centered {
379366

380367
div.sidebar>:last-child,
381368
aside.sidebar>:last-child,
369+
nav.contents>:last-child,
370+
aside.topic>:last-child,
382371
div.topic>:last-child,
383372
div.admonition>:last-child {
384373
margin-bottom:0;
385374
}
386375

387376
div.sidebar::after,
388377
aside.sidebar::after,
378+
nav.contents::after,
379+
aside.topic::after,
389380
div.topic::after,
390381
div.admonition::after,
391382
blockquote::after {
@@ -428,10 +419,6 @@ table.docutils td, table.docutils th {
428419
border-bottom:1px solid#aaa;
429420
}
430421

431-
table.footnotetd,table.footnoteth {
432-
border:0!important;
433-
}
434-
435422
th {
436423
text-align: left;
437424
padding-right:5px;
@@ -615,19 +602,26 @@ ul.simple p {
615602
margin-bottom:0;
616603
}
617604

618-
dl.footnote>dt,
619-
dl.citation>dt {
605+
aside.footnote>span,
606+
div.citation>span {
620607
float: left;
621-
margin-right:0.5em;
622608
}
623-
624-
dl.footnote>dd,
625-
dl.citation>dd {
609+
aside.footnote>span:last-of-type,
610+
div.citation>span:last-of-type {
611+
padding-right:0.5em;
612+
}
613+
aside.footnote>p {
614+
margin-left:2em;
615+
}
616+
div.citation>p {
617+
margin-left:4em;
618+
}
619+
aside.footnote>p:last-of-type,
620+
div.citation>p:last-of-type {
626621
margin-bottom:0em;
627622
}
628-
629-
dl.footnote>dd:after,
630-
dl.citation>dd:after {
623+
aside.footnote>p:last-of-type:after,
624+
div.citation>p:last-of-type:after {
631625
content:"";
632626
clear: both;
633627
}
@@ -644,10 +638,6 @@ dl.field-list > dt {
644638
padding-right:5px;
645639
}
646640

647-
dl.field-list>dt:after {
648-
content:":";
649-
}
650-
651641
dl.field-list>dd {
652642
padding-left:0.5em;
653643
margin-top:0em;
@@ -673,6 +663,16 @@ dd {
673663
margin-left:30px;
674664
}
675665

666+
.sigdd {
667+
margin-top:0px;
668+
margin-bottom:0px;
669+
}
670+
671+
.sigdl {
672+
margin-top:0px;
673+
margin-bottom:0px;
674+
}
675+
676676
dl>dd:last-child,
677677
dl>dd:last-child>:last-child {
678678
margin-bottom:0;

‎docs/build/html/_static/css/badge_only.css‎

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

‎docs/build/html/_static/css/theme.css‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp