Skip to content

Commit

Permalink
ENH: Switch progressively to only Ford documentation and preparing th…
Browse files Browse the repository at this point in the history
…e migration of C API and python wrapper.
  • Loading branch information
MilanSkocic committed Jun 6, 2024
1 parent 459be99 commit 92ccb0a
Show file tree
Hide file tree
Showing 121 changed files with 18,152 additions and 965 deletions.
1,672 changes: 1,672 additions & 0 deletions API-doc/css/font-awesome.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions API-doc/css/font-awesome.min.css

Large diffs are not rendered by default.

298 changes: 298 additions & 0 deletions API-doc/css/local.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,298 @@
body {
padding-top: 70px;
}
table.nostretch {
width=100%
}
.nostretch td {
class='block'
}
.nostretch tr td{
width:1%;
white-space:nowrap;
}

html {
scroll-padding-top: 70px;
}

ol.hierarchy {
min-height: 40px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.smallcaps {
font-variant: small-caps;
}
.well .sidebar {
padding: 8px 0
}
.sidebar a {
padding: 0px,0px,0px,0px
}
.varlist>tbody>tr>td {
padding-left: 3px;
padding-right: 3px;
}
.varlist>tbody>tr>td:first-child, .varlist>thead>tr>td:first-child {
padding-left: 8px;
}
.varlist>tbody>td>td:last-child, .varlist>thead>tr>td:last-child {
padding-right: 8px;
}

.highlight pre {
overflow-x: auto;
overflow-wrap: normal;
white-space: pre
}

/* .hl is for when line numbers are included, .highlight is for all
other cases. */
.hl pre {
counter-reset: line-numbering;
overflow-x: auto;
overflow-wrap: normal;
white-space: pre;
padding: 0;
padding-right: 9.5px;
overflow-y: hidden;
padding-bottom: 9.5px;
}

.hl pre a::before {
content: counter(line-numbering);
counter-increment: line-numbering;
padding-right: 0.7em; /* space after numbers */
margin-top: 4.5em;
width: 60px;
text-align: right;
opacity: 0.7;
display: inline-block;
color: #aaa;
background: #eee;
margin-right: 10px;
border-right: 1px solid #ccc;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.hl pre a:first-of-type::before {
padding-top: 9.5px;
}

.hl pre a:last-of-type::before {
padding-bottom: 9.5px;
}

.hl pre a:only-of-type::before {
padding: 9.5px;
}

.hl pre a {
display: inline-block;
height: 4.5em;
margin: -4.5em 0 0;
}
.codesum h3 {
margin-top: 2px;
margin-bottom: 2px;
}

h1.inline, h2.inline, h3.inline {
display: inline;
}

.depwarn {
float: right;
}

.anchor {
position: absolute;
margin: -4.5em;
visibility:hidden;
}

.alert {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
}

.alert-title {
margin-top: 0;
color: inherit;
}

div.toc {
font-size: 14.73px;
padding-left: 0px;
padding-right: 0px;
}

div.toc a {
padding-left: 20px;
padding-right: 20px;
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

div.toc li {
font-size: 0.95em;
padding-left: 15px;
}

div.toc li.title {
font-size: 1em;
}

div.toc hr {
margin-top: 12px;
margin-bottom: 10px;
}

.in-well {
padding: 0px 0px;
margin-bottom: 0px;
float:right;
}

table tr.submod>td {
border-top: none;
font-size: 13.5px;
}

.graph-help {
font-size: 10px;
}

.depgraph {
width: 100%;
max-width: 1140px;
}

#sidebar a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.highlighttable {
width: auto;
table-layout: fixed;
}

ul.checklist {
list-style-type: none;
}

ul.checklist input[type="checkbox"] {
margin-left: -20.8px;
margin-right: 4.55px;
}

.gitter-chat-embed {
z-index: 100000;
}

table.graph {
text-align: center;
}


.graph td.root {
border:2px solid black;
padding:10px;
}

.graph td.triangle-right:after {
content: "";
display: block;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid black;
}

.graph td.triangle-left:after {
content: "";
display: block;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 7px solid black;
}

.graph td.node {
color: white;
padding:10px;
border-style: solid;
border-width: 3px 0px 3px 0px;
border-color: white;
}

.graph td.node a{
color: white;
}

.graph td.dashedText,
.graph td.solidText {
padding: 0px 10px 0px 10px;
min-width: 40px;
color: black;
border-color: black;
}

.graph td.dashedText {
border-bottom-style: dashed;
}

.graph td.solidText {
border-bottom-style: solid;
}

.graph td.dashedBottom,
.graph td.dashedTop,
.graph td.solidTop,
.graph td.solidBottom {
min-width: 40px;
color: transparent;
border-color: black;
}

.graph td.dashedBottom {
border-bottom-style: dashed;
}

.graph td.dashedTop {
border-top-style: dashed;
}

.graph td.solidBottom {
border-bottom-style: solid;
}

.graph td.solidTop {
border-top-style: solid;
}

/* Ensure tables in Pages don't collapse horizontally */
td, th {
padding-right: 10px;
}

.nav>li>a {
padding-left: 10px;
padding-right: 10px;
}

.nav > .nav {
margin-left: 16px;
}
75 changes: 75 additions & 0 deletions API-doc/css/pygments.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #f8f8f8; }
.codehilite .c { color: #3D7B7B; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #9C6500 } /* Comment.Preproc */
.codehilite .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.codehilite .gr { color: #E40000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #008400 } /* Generic.Inserted */
.codehilite .go { color: #717171 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #687822 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #717171; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #767600 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #A45A77 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
Binary file added API-doc/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added API-doc/fonts/FontAwesome.otf
Binary file not shown.
Binary file added API-doc/fonts/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit 92ccb0a

Please sign in to comment.