Skip to content

Commit ed9c4bb

Browse files
committed
Update after 'Fix typos'
It is update after luafun/luafun#75 The documentation is built using Sphinx 7.0.1 instead on 4.4.0, that is why the diff is so large.
1 parent cc0bd0e commit ed9c4bb

31 files changed

+1183
-14099
lines changed

.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: c27729ab0c5a1e071a133555ca2d697e
3+
config: de49338a7b02755081a39a7338466b9f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_static/basic.css

Lines changed: 25 additions & 28 deletions
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,16 +237,6 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240-
a.brackets:before,
241-
span.brackets > a:before{
242-
content: "[";
243-
}
244-
245-
a.brackets:after,
246-
span.brackets > a:after {
247-
content: "]";
248-
}
249-
250240
h1:hover > a.headerlink,
251241
h2:hover > a.headerlink,
252242
h3:hover > a.headerlink,
@@ -335,12 +325,16 @@ p.sidebar-title {
335325
font-weight: bold;
336326
}
337327

328+
nav.contents,
329+
aside.topic,
338330
div.admonition, div.topic, blockquote {
339331
clear: left;
340332
}
341333

342334
/* -- topics ---------------------------------------------------------------- */
343335

336+
nav.contents,
337+
aside.topic,
344338
div.topic {
345339
border: 1px solid #ccc;
346340
padding: 7px;
@@ -379,13 +373,17 @@ div.body p.centered {
379373

380374
div.sidebar > :last-child,
381375
aside.sidebar > :last-child,
376+
nav.contents > :last-child,
377+
aside.topic > :last-child,
382378
div.topic > :last-child,
383379
div.admonition > :last-child {
384380
margin-bottom: 0;
385381
}
386382

387383
div.sidebar::after,
388384
aside.sidebar::after,
385+
nav.contents::after,
386+
aside.topic::after,
389387
div.topic::after,
390388
div.admonition::after,
391389
blockquote::after {
@@ -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;
@@ -615,19 +609,26 @@ ul.simple p {
615609
margin-bottom: 0;
616610
}
617611

618-
dl.footnote > dt,
619-
dl.citation > dt {
612+
aside.footnote > span,
613+
div.citation > span {
620614
float: left;
621-
margin-right: 0.5em;
622615
}
623-
624-
dl.footnote > dd,
625-
dl.citation > dd {
616+
aside.footnote > span:last-of-type,
617+
div.citation > span:last-of-type {
618+
padding-right: 0.5em;
619+
}
620+
aside.footnote > p {
621+
margin-left: 2em;
622+
}
623+
div.citation > p {
624+
margin-left: 4em;
625+
}
626+
aside.footnote > p:last-of-type,
627+
div.citation > p:last-of-type {
626628
margin-bottom: 0em;
627629
}
628-
629-
dl.footnote > dd:after,
630-
dl.citation > dd:after {
630+
aside.footnote > p:last-of-type:after,
631+
div.citation > p:last-of-type:after {
631632
content: "";
632633
clear: both;
633634
}
@@ -644,10 +645,6 @@ dl.field-list > dt {
644645
padding-right: 5px;
645646
}
646647

647-
dl.field-list > dt:after {
648-
content: ":";
649-
}
650-
651648
dl.field-list > dd {
652649
padding-left: 0.5em;
653650
margin-top: 0em;

0 commit comments

Comments
 (0)