Skip to content

Commit

Permalink
Update documentation for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 23, 2024
1 parent 4a03916 commit 9b0db19
Show file tree
Hide file tree
Showing 17 changed files with 413 additions and 568 deletions.
154 changes: 88 additions & 66 deletions stable/doxygen.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* The standard CSS for doxygen 1.8.17 */
/* The standard CSS for doxygen 1.9.1 */

body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
Expand Down Expand Up @@ -66,7 +66,7 @@ p.startli, p.startdd {
margin-top: 2px;
}

th p.starttd, p.intertd, p.endtd {
th p.starttd, th p.intertd, th p.endtd {
font-size: 100%;
font-weight: 700;
}
Expand Down Expand Up @@ -103,30 +103,96 @@ caption {
}

span.legend {
font-size: 70%;
text-align: center;
font-size: 70%;
text-align: center;
}

h3.version {
font-size: 90%;
text-align: center;
font-size: 90%;
text-align: center;
}

div.qindex, div.navtab{
background-color: #EBEFF6;
border: 1px solid #A3B4D7;
text-align: center;
div.navtab {
border-right: 1px solid #A3B4D7;
padding-right: 15px;
text-align: right;
line-height: 110%;
}

div.navtab table {
border-spacing: 0;
}

div.qindex, div.navpath {
td.navtab {
padding-right: 6px;
padding-left: 6px;
}
td.navtabHL {
background-image: url('tab_a.png');
background-repeat:repeat-x;
padding-right: 6px;
padding-left: 6px;
}

td.navtabHL a, td.navtabHL a:visited {
color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}

a.navtab {
font-weight: bold;
}

div.qindex{
text-align: center;
width: 100%;
line-height: 140%;
font-size: 130%;
color: #A0A0A0;
}

div.navtab {
margin-right: 15px;
dt.alphachar{
font-size: 180%;
font-weight: bold;
}

.alphachar a{
color: black;
}

.alphachar a:hover, .alphachar a:visited{
text-decoration: none;
}

.classindex dl {
padding: 25px;
column-count:1
}

.classindex dd {
display:inline-block;
margin-left: 50px;
width: 90%;
line-height: 1.15em;
}

.classindex dl.odd {
background-color: #F8F9FC;
}

@media(min-width: 1120px) {
.classindex dl {
column-count:2
}
}

@media(min-width: 1320px) {
.classindex dl {
column-count:3
}
}


/* @group Link Styling */

a {
Expand All @@ -143,17 +209,6 @@ a:hover {
text-decoration: underline;
}

a.qindex {
font-weight: bold;
}

a.qindexHL {
font-weight: bold;
background-color: #9CAFD4;
color: #FFFFFF;
border: 1px double #869DCA;
}

.contents a.qindexHL:visited {
color: #FFFFFF;
}
Expand Down Expand Up @@ -1358,10 +1413,12 @@ dl.citelist dt {
font-weight:bold;
margin-right:10px;
padding:5px;
text-align:right;
width:52px;
}

dl.citelist dd {
margin:2px 0;
margin:2px 0 2px 72px;
padding:5px 0;
}

Expand Down Expand Up @@ -1424,6 +1481,12 @@ div.toc li.level4 {
margin-left: 45px;
}

span.emoji {
/* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
* font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
*/
}

.PageDocRTL-title div.toc li.level1 {
margin-left: 0 !important;
margin-right: 0;
Expand Down Expand Up @@ -1661,47 +1724,6 @@ tr.heading h2 {

/* @group Markdown */

/*
table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
margin-bottom: 4px;
}
table.markdownTable td, table.markdownTable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}
table.markdownTableHead tr {
}
table.markdownTableBodyLeft td, table.markdownTable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
background-color: #374F7F;
color: #FFFFFF;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}
th.markdownTableHeadLeft {
text-align: left
}
th.markdownTableHeadRight {
text-align: right
}
th.markdownTableHeadCenter {
text-align: center
}
*/

table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
Expand Down
26 changes: 26 additions & 0 deletions stable/doxygen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b0db19

Please sign in to comment.