File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments