From 407200ee0c1e93634c95fe2b3ed77a8867f5177e Mon Sep 17 00:00:00 2001
From: pr0m1th3as
available functions of a package; and info, a structure with relevant
information about the package, which the function fcnname belongs to.
pkgfcns can be either a Nx2 or a Nx3 cell array, whose +
pkgfcns can be either a or a cell array, whose 1st column list all available function names, the 2nd column list the each function’s category, and the 3rd column contains the URL to the function’s source code. pkgfcns is used to relative references to other pages of @@ -101,7 +104,7 @@
assets/
folder.
-To generate a suitable Nx2 cell array for a specific package, use the +
To generate a suitable cell array for a specific package, use the
package_texi2html
function and to populate is with the 3rd column use
find_GHurls
. The info structure can also be created with
package_texi2html
.
diff --git a/docs/index.html b/docs/index.html
index 173f1b3..39f11e6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,6 +15,9 @@
font-style: italics;
font-weight: bold;
}
+ td {
+ vertical-align: top;
+ }
This package provides functions for generating HTML pages that contain the help texts of the functions of an octave package. The package is designed to work with installed packages and use their INDEX file for creating the respective functions' HTML pages. The default layout is based on boootstrap 5 and it follows the design of the Octave Packages GitHub page.
diff --git a/docs/package_texi2html.html b/docs/package_texi2html.html index dba4470..79dbbd7 100644 --- a/docs/package_texi2html.html +++ b/docs/package_texi2html.html @@ -15,6 +15,9 @@ font-style: italics; font-weight: bold; } + td { + vertical-align: top; + }