Index
diff --git a/nimdoc/testproject/expected/nimdoc.out.css b/nimdoc/testproject/expected/nimdoc.out.css index 7d4a399e11..2d9533cebb 100644 --- a/nimdoc/testproject/expected/nimdoc.out.css +++ b/nimdoc/testproject/expected/nimdoc.out.css @@ -14,9 +14,6 @@ Modified by Boyd Greenfield and narimiran --primary-background: #fff; --secondary-background: ghostwhite; --third-background: #e8e8e8; - --info-background: #50c050; - --warning-background: #c0a000; - --error-background: #e04040; --border: #dde; --text: #222; --anchor: #07b; @@ -42,9 +39,6 @@ Modified by Boyd Greenfield and narimiran --primary-background: #171921; --secondary-background: #1e202a; --third-background: #2b2e3b; - --info-background: #008000; - --warning-background: #807000; - --error-background: #c03000; --border: #0e1014; --text: #fff; --anchor: #8be9fd; @@ -615,34 +609,6 @@ table.borderless td, table.borderless th { The right padding separates the table cells. */ padding: 0 0.5em 0 0 !important; } -.admonition { - padding: 0.3em; - background-color: var(--secondary-background); - border-left: 0.4em solid #7f7f84; - margin-bottom: 0.5em; - -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); - -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); - box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); -} -.admonition-info { - border-color: var(--info-background); -} -.admonition-info-text { - color: var(--info-background); -} -.admonition-warning { - border-color: var(--warning-background); -} -.admonition-warning-text { - color: var(--warning-background); -} -.admonition-error { - border-color: var(--error-background); -} -.admonition-error-text { - color: var(--error-background); -} - .first { /* Override more specific margin styles with "! important". */ margin-top: 0 !important; } diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html index 53088dfda6..b47475dcf9 100644 --- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html +++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html @@ -56,12 +56,10 @@ function main() { } } } - -window.addEventListener('DOMContentLoaded', main); - +subdir/subdir_b/utils
@@ -112,7 +110,7 @@ window.addEventListener('DOMContentLoaded', main);- someType(): SomeType + title="someType(): SomeType">someType_2
- someType
diff --git a/nimdoc/testproject/expected/testproject.html b/nimdoc/testproject/expected/testproject.html
index dbdcca79ee..6b14bdc971 100644
--- a/nimdoc/testproject/expected/testproject.html
+++ b/nimdoc/testproject/expected/testproject.html
@@ -56,12 +56,10 @@ function main() {
}
}
}
-
-window.addEventListener('DOMContentLoaded', main);
-
+
+ Funcs
+
-
testproject
@@ -148,159 +146,165 @@ window.addEventListener('DOMContentLoaded', main);- z10() + title="z10()">z10
- tripleStrLitTest() + title="tripleStrLitTest()">tripleStrLitTest
- z17() + title="z17()">z17
- asyncFun3(): owned(Future[void]) + title="asyncFun3(): owned(Future[void])">asyncFun3
- z2() + title="z2()">z2
- bar[T](a, b: T): T + title="bar[T](a, b: T): T">bar,
- fromUtils3() + title="fromUtils3()">fromUtils3
- isValid[T](x: T): bool + title="isValid[T](x: T): bool">isValid,
- z6(): int + title="z6(): int">z6
- anything() + title="anything()">anything
- low[T: Ordinal | enum | range](x: T): T + title="low[T: Ordinal | enum | range](x: T): T">low,
- p1() + title="p1()">p1
- z11() + title="z11()">z11
- buzz[T](a, b: T): T + title="buzz[T](a, b: T): T">buzz,
- low2[T: Ordinal | enum | range](x: T): T + title="low2[T: Ordinal | enum | range](x: T): T">low2,
- z7(): int + title="z7(): int">z7
- z13() + title="z13()">z13
- baz[T](a, b: T): T + title="baz[T](a, b: T): T">baz,
- baz() + title="baz()">baz
- addfBug14485() + title="addfBug14485()">addfBug14485
- c_printf(frmt: cstring): cint + title="c_printf(frmt: cstring): cint">c_printf,
- z12(): int + title="z12(): int">z12
- z3() + title="z3()">z3
- z9() + title="z9()">z9
- z4() - -
- someFunc() + title="z4()">z4
- z8(): int + title="z8(): int">z8
- z1(): Foo + title="z1(): Foo">z1
- z5(): int + title="z5(): int">z5
- asyncFun2(): owned(Future[void]) + title="asyncFun2(): owned(Future[void])">asyncFun2
- c_nonexistant(frmt: cstring): cint + title="c_nonexistant(frmt: cstring): cint">c_nonexistant,
- asyncFun1(): Future[int] + title="asyncFun1(): Future[int]">asyncFun1 + +
- z10
- tripleStrLitTest
- z17
- asyncFun3
- z2
- bar
- fromUtils3
- isValid
- z6
- anything
- low
- p1
- z11
- buzz
- low2
- z7
- z13
- baz
- addfBug14485
- c_printf
- z12
- z3
- z9
- z4
- someFunc
-
- z8
- z1
- z5
- asyncFun2
- c_nonexistant
- asyncFun1
-
+
- someFunc
- someFunc
+
@@ -508,13 +511,6 @@ This is deprecated without message.
This is deprecated with a message.
-
-
-
-
-
-My someFunc. Stuff in quotes here. Some link
-
@@ -804,7 +800,20 @@ ok1
-There is no block quote after blank lines at the beginning.
+
+
+
+func someFunc() {...}{.raises: [], tags: [].}
proc fromUtils3() {...}{.raises: [], tags: [].}
proc anything() {...}{.raises: [], tags: [].}
+ + +There is no block quote after blank lines at the beginning.
+
Funcs
+-
+
+
func someFunc() {...}{.raises: [], tags: [].}
+- + +My someFunc. Stuff in quotes here. Some link diff --git a/nimdoc/testproject/expected/theindex.html b/nimdoc/testproject/expected/theindex.html index 81370d115c..ff4de29fe0 100644 --- a/nimdoc/testproject/expected/theindex.html +++ b/nimdoc/testproject/expected/theindex.html @@ -56,12 +56,10 @@ function main() { } } } - -window.addEventListener('DOMContentLoaded', main); - +