Skip to content

Commit 1791c73

Browse files
author
github-actions
committed
Auto-update index.html from ZedGraph/README.md
1 parent 9a81b56 commit 1791c73

File tree

1 file changed

+172
-1
lines changed

1 file changed

+172
-1
lines changed

index.html

Lines changed: 172 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,179 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="generator" content="pandoc" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7+
<title>README</title>
8+
<style>
9+
html {
10+
color: #1a1a1a;
11+
background-color: #fdfdfd;
12+
}
13+
body {
14+
margin: 0 auto;
15+
max-width: 36em;
16+
padding-left: 50px;
17+
padding-right: 50px;
18+
padding-top: 50px;
19+
padding-bottom: 50px;
20+
hyphens: auto;
21+
overflow-wrap: break-word;
22+
text-rendering: optimizeLegibility;
23+
font-kerning: normal;
24+
}
25+
@media (max-width: 600px) {
26+
body {
27+
font-size: 0.9em;
28+
padding: 12px;
29+
}
30+
h1 {
31+
font-size: 1.8em;
32+
}
33+
}
34+
@media print {
35+
html {
36+
background-color: white;
37+
}
38+
body {
39+
background-color: transparent;
40+
color: black;
41+
font-size: 12pt;
42+
}
43+
p, h2, h3 {
44+
orphans: 3;
45+
widows: 3;
46+
}
47+
h2, h3, h4 {
48+
page-break-after: avoid;
49+
}
50+
}
51+
p {
52+
margin: 1em 0;
53+
}
54+
a {
55+
color: #1a1a1a;
56+
}
57+
a:visited {
58+
color: #1a1a1a;
59+
}
60+
img {
61+
max-width: 100%;
62+
}
63+
h1, h2, h3, h4, h5, h6 {
64+
margin-top: 1.4em;
65+
}
66+
h5, h6 {
67+
font-size: 1em;
68+
font-style: italic;
69+
}
70+
h6 {
71+
font-weight: normal;
72+
}
73+
ol, ul {
74+
padding-left: 1.7em;
75+
margin-top: 1em;
76+
}
77+
li > ol, li > ul {
78+
margin-top: 0;
79+
}
80+
blockquote {
81+
margin: 1em 0 1em 1.7em;
82+
padding-left: 1em;
83+
border-left: 2px solid #e6e6e6;
84+
color: #606060;
85+
}
86+
code {
87+
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
88+
font-size: 85%;
89+
margin: 0;
90+
hyphens: manual;
91+
}
92+
pre {
93+
margin: 1em 0;
94+
overflow: auto;
95+
}
96+
pre code {
97+
padding: 0;
98+
overflow: visible;
99+
overflow-wrap: normal;
100+
}
101+
.sourceCode {
102+
background-color: transparent;
103+
overflow: visible;
104+
}
105+
hr {
106+
background-color: #1a1a1a;
107+
border: none;
108+
height: 1px;
109+
margin: 1em 0;
110+
}
111+
table {
112+
margin: 1em 0;
113+
border-collapse: collapse;
114+
width: 100%;
115+
overflow-x: auto;
116+
display: block;
117+
font-variant-numeric: lining-nums tabular-nums;
118+
}
119+
table caption {
120+
margin-bottom: 0.75em;
121+
}
122+
tbody {
123+
margin-top: 0.5em;
124+
border-top: 1px solid #1a1a1a;
125+
border-bottom: 1px solid #1a1a1a;
126+
}
127+
th {
128+
border-top: 1px solid #1a1a1a;
129+
padding: 0.25em 0.5em 0.25em 0.5em;
130+
}
131+
td {
132+
padding: 0.125em 0.5em 0.25em 0.5em;
133+
}
134+
header {
135+
margin-bottom: 4em;
136+
text-align: center;
137+
}
138+
#TOC li {
139+
list-style: none;
140+
}
141+
#TOC ul {
142+
padding-left: 1.3em;
143+
}
144+
#TOC > ul {
145+
padding-left: 0;
146+
}
147+
#TOC a:not(:hover) {
148+
text-decoration: none;
149+
}
150+
code{white-space: pre-wrap;}
151+
span.smallcaps{font-variant: small-caps;}
152+
div.columns{display: flex; gap: min(4vw, 1.5em);}
153+
div.column{flex: auto; overflow-x: auto;}
154+
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
155+
/* The extra [class] is a hack that increases specificity enough to
156+
override a similar rule in reveal.js */
157+
ul.task-list[class]{list-style: none;}
158+
ul.task-list li input[type="checkbox"] {
159+
font-size: inherit;
160+
width: 0.8em;
161+
margin: 0 0.8em 0.2em -1.6em;
162+
vertical-align: middle;
163+
}
164+
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
165+
</style>
166+
</head>
167+
<body>
1168
<h1 id="zedgraph.github.io">ZedGraph.github.io</h1>
2169
<p>This repository hosts the static website for <a
3170
href="https://github.com/ZedGraph/ZedGraph">ZedGraph</a>’s API
4171
documentation, generated using <a
5172
href="https://dotnet.github.io/docfx/">DocFX</a>.</p>
6173
<p>📌 <strong>Master branch documentation:</strong> <a
7-
href="https://zedgraph.github.io/master/">link</a></p>
174+
href="https://zedgraph.github.io/master/">link</a> 📌 <strong>v5.1
175+
documentation:</strong> <a
176+
href="https://zedgraph.github.io/maintenance/v5.1">link</a></p>
8177
<h2 id="source">📦 Source</h2>
9178
<p>The documentation is automatically generated from the XML comments
10179
and code in the <a href="https://github.com/ZedGraph/ZedGraph">ZedGraph
@@ -20,3 +189,5 @@ <h2 id="license">📄 License</h2>
20189
project: <a
21190
href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU
22191
Lesser General Public License v2.1</a>.</p>
192+
</body>
193+
</html>

0 commit comments

Comments
 (0)