Skip to content

Commit

Permalink
build based on c51503b
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 26, 2024
1 parent f7ad5a7 commit 2214efb
Show file tree
Hide file tree
Showing 38 changed files with 870 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-10T13:50:17","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-26T17:57:25","documenter_version":"1.4.1"}}
2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dev/lib/library/index.html

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions dev/man/alignment/index.html

Large diffs are not rendered by default.

97 changes: 43 additions & 54 deletions dev/man/formatters/index.html

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions dev/man/html_backend/create_examples.jl

This file was deleted.

134 changes: 67 additions & 67 deletions dev/man/html_backend/html_format_dark.html
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<style>
table, td, th {
border-collapse: collapse;
font-family: sans-serif;
}
table, td, th {
border-collapse: collapse;
font-family: sans-serif;
}

td, th {
border-bottom: 0;
padding: 4px
}
td, th {
border-bottom: 0;
padding: 4px
}

tr:nth-child(even) {
background: #242627 !important;
color: white;
}
tr:nth-child(even) {
background: #242627 !important;
color: white;
}

tr:nth-child(odd) {
background: #363b3d !important;
color: white;
}
tr:nth-child(odd) {
background: #363b3d !important;
color: white;
}

tr.header {
background: #000 !important;
color: #5fa6c2 !important;
font-weight: bold;
}
tr.header {
background: #000 !important;
color: #5fa6c2 !important;
font-weight: bold;
}

tr.subheader {
background: #242627 !important;
color: white;
}
tr.subheader {
background: #242627 !important;
color: white;
}

tr.headerLastRow {
border-bottom: 2px solid black;
}
tr.headerLastRow {
border-bottom: 2px solid black;
}

th.rowNumber, td.rowNumber {
text-align: right;
}
th.rowNumber, td.rowNumber {
text-align: right;
}

</style>
</head>
<body>
<table>
<tr class = header>
<th style = "text-align: right; ">Header 1</th>
<th style = "text-align: right; ">Header 2</th>
<th style = "text-align: right; ">Header 3</th>
<th style = "text-align: right; ">Header 4</th>
</tr>
<tr class = "subheader headerLastRow">
<th style = "text-align: right; ">Sub 1</th>
<th style = "text-align: right; ">Sub 2</th>
<th style = "text-align: right; ">Sub 3</th>
<th style = "text-align: right; ">Sub 4</th>
</tr>
<tr>
<td style = "text-align: right; ">true</td>
<td style = "text-align: right; ">100.0</td>
<td style = "text-align: right; ">32896</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">false</td>
<td style = "text-align: right; ">200.0</td>
<td style = "text-align: right; ">2056</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">true</td>
<td style = "text-align: right; ">300.0</td>
<td style = "text-align: right; ">6534</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">false</td>
<td style = "text-align: right; ">400.0</td>
<td style = "text-align: right; ">6535</td>
<td style = "text-align: right; ">String</td>
</tr>
<thead>
<tr class = "header headerLastRow">
<th style = "text-align: right;">Col. 1</th>
<th style = "text-align: right;">Col. 2</th>
<th style = "text-align: right;">Col. 3</th>
<th style = "text-align: right;">Col. 4</th>
</tr>
</thead>
<tbody>
<tr>
<td style = "text-align: right;">true</td>
<td style = "text-align: right;">100.0</td>
<td style = "text-align: right;">32896</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">false</td>
<td style = "text-align: right;">200.0</td>
<td style = "text-align: right;">2056</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">true</td>
<td style = "text-align: right;">300.0</td>
<td style = "text-align: right;">6534</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">false</td>
<td style = "text-align: right;">400.0</td>
<td style = "text-align: right;">6535</td>
<td style = "text-align: right;">String</td>
</tr>
</tbody>
</table>
</body>
</html>
130 changes: 65 additions & 65 deletions dev/man/html_backend/html_format_default.html
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<style>
table, td, th {
border-collapse: collapse;
font-family: sans-serif;
}
table, td, th {
border-collapse: collapse;
font-family: sans-serif;
}

td, th {
border-bottom: 0;
padding: 4px
}
td, th {
border-bottom: 0;
padding: 4px
}

tr:nth-child(odd) {
background: #eee;
}
tr:nth-child(odd) {
background: #eee;
}

tr:nth-child(even) {
background: #fff;
}
tr:nth-child(even) {
background: #fff;
}

tr.header {
background: navy !important;
color: white;
font-weight: bold;
}
tr.header {
background: navy !important;
color: white;
font-weight: bold;
}

tr.subheader {
background: lightgray !important;
color: black;
}
tr.subheader {
background: lightgray !important;
color: black;
}

tr.headerLastRow {
border-bottom: 2px solid black;
}
tr.headerLastRow {
border-bottom: 2px solid black;
}

th.rowNumber, td.rowNumber {
text-align: right;
}
th.rowNumber, td.rowNumber {
text-align: right;
}

</style>
</head>
<body>
<table>
<tr class = header>
<th style = "text-align: right; ">Header 1</th>
<th style = "text-align: right; ">Header 2</th>
<th style = "text-align: right; ">Header 3</th>
<th style = "text-align: right; ">Header 4</th>
</tr>
<tr class = "subheader headerLastRow">
<th style = "text-align: right; ">Sub 1</th>
<th style = "text-align: right; ">Sub 2</th>
<th style = "text-align: right; ">Sub 3</th>
<th style = "text-align: right; ">Sub 4</th>
</tr>
<tr>
<td style = "text-align: right; ">true</td>
<td style = "text-align: right; ">100.0</td>
<td style = "text-align: right; ">32896</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">false</td>
<td style = "text-align: right; ">200.0</td>
<td style = "text-align: right; ">2056</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">true</td>
<td style = "text-align: right; ">300.0</td>
<td style = "text-align: right; ">6534</td>
<td style = "text-align: right; ">String</td>
</tr>
<tr>
<td style = "text-align: right; ">false</td>
<td style = "text-align: right; ">400.0</td>
<td style = "text-align: right; ">6535</td>
<td style = "text-align: right; ">String</td>
</tr>
<thead>
<tr class = "header headerLastRow">
<th style = "text-align: right;">Col. 1</th>
<th style = "text-align: right;">Col. 2</th>
<th style = "text-align: right;">Col. 3</th>
<th style = "text-align: right;">Col. 4</th>
</tr>
</thead>
<tbody>
<tr>
<td style = "text-align: right;">true</td>
<td style = "text-align: right;">100.0</td>
<td style = "text-align: right;">32896</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">false</td>
<td style = "text-align: right;">200.0</td>
<td style = "text-align: right;">2056</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">true</td>
<td style = "text-align: right;">300.0</td>
<td style = "text-align: right;">6534</td>
<td style = "text-align: right;">String</td>
</tr>
<tr>
<td style = "text-align: right;">false</td>
<td style = "text-align: right;">400.0</td>
<td style = "text-align: right;">6535</td>
<td style = "text-align: right;">String</td>
</tr>
</tbody>
</table>
</body>
</html>
Loading

0 comments on commit 2214efb

Please sign in to comment.