Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit ca529ee

Browse files
committed
WIP on master: e6fa72e corrected version number
2 parents e6fa72e + ed4dcd6 commit ca529ee

26 files changed

+233
-125
lines changed
102 Bytes
Binary file not shown.

doc/_build/doctrees/index.doctree

1.65 KB
Binary file not shown.

doc/_build/doctrees/intro.doctree

68 Bytes
Binary file not shown.

doc/_build/html/.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: 39f55bbef01460928094d9ca22663dfa
3+
config: 22d565450bf4966cd698a20bee2aa345
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

doc/_build/html/_static/basic.css

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
122122

123123
table.contentstable {
124124
width: 90%;
125+
margin-left: auto;
126+
margin-right: auto;
125127
}
126128

127129
table.contentstable p.biglink {
@@ -149,9 +151,14 @@ table.indextable td {
149151
vertical-align: top;
150152
}
151153

152-
table.indextable dl, table.indextable dd {
154+
table.indextable ul {
153155
margin-top: 0;
154156
margin-bottom: 0;
157+
list-style-type: none;
158+
}
159+
160+
table.indextable > tbody > tr > td > ul {
161+
padding-left: 0em;
155162
}
156163

157164
table.indextable tr.pcap {
@@ -183,6 +190,13 @@ div.genindex-jumpbox {
183190
padding: 0.4em;
184191
}
185192

193+
/* -- domain module index --------------------------------------------------- */
194+
195+
table.modindextable td {
196+
padding: 2px;
197+
border-collapse: collapse;
198+
}
199+
186200
/* -- general body styles --------------------------------------------------- */
187201

188202
div.body p, div.body dd, div.body li, div.body blockquote {
@@ -217,10 +231,6 @@ div.body td {
217231
text-align: left;
218232
}
219233

220-
.field-list ul {
221-
padding-left: 1em;
222-
}
223-
224234
.first {
225235
margin-top: 0 !important;
226236
}
@@ -337,10 +347,6 @@ table.docutils td, table.docutils th {
337347
border-bottom: 1px solid #aaa;
338348
}
339349

340-
table.field-list td, table.field-list th {
341-
border: 0 !important;
342-
}
343-
344350
table.footnote td, table.footnote th {
345351
border: 0 !important;
346352
}
@@ -377,6 +383,20 @@ div.figure p.caption span.caption-number {
377383
div.figure p.caption span.caption-text {
378384
}
379385

386+
/* -- field list styles ----------------------------------------------------- */
387+
388+
table.field-list td, table.field-list th {
389+
border: 0 !important;
390+
}
391+
392+
.field-list ul {
393+
margin: 0;
394+
padding-left: 1em;
395+
}
396+
397+
.field-list p {
398+
margin: 0;
399+
}
380400

381401
/* -- other body styles ----------------------------------------------------- */
382402

@@ -427,15 +447,6 @@ dl.glossary dt {
427447
font-size: 1.1em;
428448
}
429449

430-
.field-list ul {
431-
margin: 0;
432-
padding-left: 1em;
433-
}
434-
435-
.field-list p {
436-
margin: 0;
437-
}
438-
439450
.optional {
440451
font-size: 1.3em;
441452
}
@@ -592,6 +603,16 @@ span.eqno {
592603
float: right;
593604
}
594605

606+
span.eqno a.headerlink {
607+
position: relative;
608+
left: 0px;
609+
z-index: 1;
610+
}
611+
612+
div.math:hover a.headerlink {
613+
visibility: visible;
614+
}
615+
595616
/* -- printout stylesheet --------------------------------------------------- */
596617

597618
@media print {
-2.68 KB
Loading
-2.68 KB
Loading
-2.74 KB
Loading
-125 Bytes
Loading

doc/_build/html/_static/down.png

-145 Bytes
Loading

0 commit comments

Comments
 (0)