Skip to content

Commit 886c0c3

Browse files
committed
Updated docs
1 parent 65b8e2a commit 886c0c3

23 files changed

Lines changed: 678 additions & 13466 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: 85a346d76b94ab2965ea50965e1806c3
3+
config: 5a02bd1dccf154672a4de3b00f9e3c94
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
21
<!DOCTYPE html>
32

4-
<html lang="en">
3+
<html lang="en" data-content_root="../">
54
<head>
65
<meta charset="utf-8" />
76
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<title>Overview: module code &#8212; TreeSwift documentation</title>
9-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
10-
<link rel="stylesheet" type="text/css" href="../_static/classic.css" />
8+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
9+
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=514cf933" />
1110

12-
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
13-
<script src="../_static/jquery.js"></script>
14-
<script src="../_static/underscore.js"></script>
15-
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
16-
<script src="../_static/doctools.js"></script>
17-
<script src="../_static/sphinx_highlight.js"></script>
11+
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
12+
<script src="../_static/doctools.js?v=888ff710"></script>
13+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1814

1915
<link rel="index" title="Index" href="../genindex.html" />
2016
<link rel="search" title="Search" href="../search.html" />
@@ -77,8 +73,8 @@ <h3>Navigation</h3>
7773
</ul>
7874
</div>
7975
<div class="footer" role="contentinfo">
80-
&#169; Copyright 2018, Niema Moshiri.
81-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 5.3.0.
76+
&#169; Copyright 2018, Niema Moshiri.
77+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
8278
</div>
8379
</body>
8480
</html>

docs/_modules/treeswift/Node.html

Lines changed: 143 additions & 69 deletions
Large diffs are not rendered by default.

docs/_modules/treeswift/Tree.html

Lines changed: 338 additions & 158 deletions
Large diffs are not rendered by default.

docs/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

docs/_static/basic.css

Lines changed: 26 additions & 1 deletion
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
*/
@@ -237,6 +237,10 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a:visited {
241+
color: #551A8B;
242+
}
243+
240244
h1:hover > a.headerlink,
241245
h2:hover > a.headerlink,
242246
h3:hover > a.headerlink,
@@ -324,13 +328,15 @@ aside.sidebar {
324328
p.sidebar-title {
325329
font-weight: bold;
326330
}
331+
327332
nav.contents,
328333
aside.topic,
329334
div.admonition, div.topic, blockquote {
330335
clear: left;
331336
}
332337

333338
/* -- topics ---------------------------------------------------------------- */
339+
334340
nav.contents,
335341
aside.topic,
336342
div.topic {
@@ -606,6 +612,7 @@ ol.simple p,
606612
ul.simple p {
607613
margin-bottom: 0;
608614
}
615+
609616
aside.footnote > span,
610617
div.citation > span {
611618
float: left;
@@ -667,6 +674,16 @@ dd {
667674
margin-left: 30px;
668675
}
669676

677+
.sig dd {
678+
margin-top: 0px;
679+
margin-bottom: 0px;
680+
}
681+
682+
.sig dl {
683+
margin-top: 0px;
684+
margin-bottom: 0px;
685+
}
686+
670687
dl > dd:last-child,
671688
dl > dd:last-child > :last-child {
672689
margin-bottom: 0;
@@ -735,6 +752,14 @@ abbr, acronym {
735752
cursor: help;
736753
}
737754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
738763
/* -- code displays --------------------------------------------------------- */
739764

740765
pre {

docs/_static/classic.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- classic 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
*/
@@ -129,7 +129,7 @@ a {
129129
}
130130

131131
a:visited {
132-
color: #355f7c;
132+
color: #551a8b;
133133
text-decoration: none;
134134
}
135135

@@ -205,9 +205,9 @@ div.seealso {
205205
background-color: #ffc;
206206
border: 1px solid #ff6;
207207
}
208+
208209
nav.contents,
209210
aside.topic,
210-
211211
div.topic {
212212
background-color: #eee;
213213
}

docs/_static/doctools.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
1+
const DOCUMENTATION_OPTIONS = {
32
VERSION: '',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,

0 commit comments

Comments
 (0)