File: documentation.html

package info (click to toggle)
octave-control 4.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,924 kB
  • sloc: fortran: 122,524; cpp: 6,954; objc: 210; makefile: 40; xml: 33; sh: 3
file content (23 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Computer-Aided Control System Design: Documentation</title>
    <meta charset="utf-8">
  </head>
  <body style="font-family:sans">
    <h1>Control Package for GNU Octave</h1>
    
    <p>Links to documentation and license information:</p>

    <ul>
    <li><a href="https://gnu-octave.github.io/pkg-control/" target="_blank">
    Online documentation of the control package for GNU Octave</a></li>
    <li><a href="https://github.com/gnu-octave/pkg-control" target="_blank">
    Git repository of the control package</a></li>
    <li><a href="https://github.com/SLICOT/SLICOT-Reference" target="_blank">
    Git repository of the used SLICOT-Reference library</a></li>
    <li><a href="https://github.com/SLICOT/SLICOT-Reference/blob/main/LICENSE" target="_blank">
    License and copyright information of the used SLICOT-Reference library</a></li>
    </ul>
  </body>
</html>