Skip to content

Commit 9b9c311

Browse files
committed
Update generated page
1 parent 059a8bd commit 9b9c311

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.make_ghpages/generate.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ xsltproc --stringparam title "UPF v2.0.1" \
66
--stringparam printLegend false \
77
--stringparam printGlossary false \
88
--stringparam printNSPrefixes false \
9-
.make_ghpages/xs3p.xsl UPF/qe_upf_220905.xsd > out/qe_upf.html
9+
.make_ghpages/xs3p.xsl UPF/qe_pp-v2.xsd > out/qe_upf-v2.html
10+
11+
xsltproc --stringparam title "UPF v3.0.0" \
12+
--stringparam sortByComponent false \
13+
--stringparam printAllSuperTypes false \
14+
--stringparam printLegend false \
15+
--stringparam printGlossary false \
16+
--stringparam printNSPrefixes false \
17+
.make_ghpages/xs3p.xsl UPF/qe_pp-v3.xsd > out/qe_upf-v3.html

.make_ghpages/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<h1>Quantum ESPRESSO schemas</h1>
66

7-
<p><a href="/qeschemas/qe_upf.html">UPF schema</a></p>
7+
<p><a href="/qeschemas/qe_pp-v2.html">UPF v2.0.1 schema</a></p>
8+
<p><a href="/qeschemas/qe_pp-v3.html">UPF v3.0.0 schema</a></p>
89

910
</body>
1011
</html>

0 commit comments

Comments
 (0)