Update main documentation

gh-pages
github-actions 3 years ago
parent a6a560887b
commit 1531bd1acb

@ -127,10 +127,6 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
<tr> <tr>
<th>Version </th><th>Description </th></tr> <th>Version </th><th>Description </th></tr>
<tr> <tr>
<td>1.11.0 </td><td><p class="starttd">Improved documentation.</p>
<p class="endtd">QR decomposition using Householder transform. </p>
</td></tr>
<tr>
<td>1.10.1 </td><td>First release with new repository </td></tr> <td>1.10.1 </td><td>First release with new repository </td></tr>
</table> </table>
</div></div><!-- contents --> </div></div><!-- contents -->

@ -1,7 +1,7 @@
function writeHeader() { function writeHeader() {
document.write('Version 1.11.0'); document.write('Version 1.10.2-dev22');
}; };
function writeFooter() { function writeFooter() {
document.write('Generated on Wed Aug 3 2022 08:10:09 for CMSIS-DSP 1.11.0. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.'); document.write('Generated on Wed Aug 3 2022 08:23:05 for CMSIS-DSP 1.10.2-dev22+gc7acb4a. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
}; };

@ -1,6 +1,6 @@
//--- list of versions --- //--- list of versions ---
const versions = { const versions = {
"main": "1.11.0", "main": "1.10.2-dev22",
"latest": "1.10.1" "latest": "1.10.1"
} }
//--- list of versions --- //--- list of versions ---

Loading…
Cancel
Save