From 407200ee0c1e93634c95fe2b3ed77a8867f5177e Mon Sep 17 00:00:00 2001 From: pr0m1th3as Date: Sun, 26 Feb 2023 04:39:40 +0200 Subject: [PATCH] update HTML documentation --- docs/build_DEMOS.html | 3 +++ docs/find_DEMOS.html | 3 +++ docs/find_GHurls.html | 3 +++ docs/function_texi2html.html | 7 +++++-- docs/index.html | 5 ++++- docs/package_texi2html.html | 3 +++ 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/build_DEMOS.html b/docs/build_DEMOS.html index 920debc..a6c3429 100644 --- a/docs/build_DEMOS.html +++ b/docs/build_DEMOS.html @@ -15,6 +15,9 @@ font-style: italics; font-weight: bold; } + td { + vertical-align: top; + } diff --git a/docs/find_DEMOS.html b/docs/find_DEMOS.html index 0141d5b..16aab26 100644 --- a/docs/find_DEMOS.html +++ b/docs/find_DEMOS.html @@ -15,6 +15,9 @@ font-style: italics; font-weight: bold; } + td { + vertical-align: top; + } diff --git a/docs/find_GHurls.html b/docs/find_GHurls.html index 2182bc8..51df961 100644 --- a/docs/find_GHurls.html +++ b/docs/find_GHurls.html @@ -15,6 +15,9 @@ font-style: italics; font-weight: bold; } + td { + vertical-align: top; + } diff --git a/docs/function_texi2html.html b/docs/function_texi2html.html index db3fa37..c958b08 100644 --- a/docs/function_texi2html.html +++ b/docs/function_texi2html.html @@ -15,6 +15,9 @@ font-style: italics; font-weight: bold; } + td { + vertical-align: top; + } @@ -79,7 +82,7 @@

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 N×2 or a N×3 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 @@

located inside the assets/ folder. -

To generate a suitable Nx2 cell array for a specific package, use the +

To generate a suitable N×2 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; + } @@ -58,7 +61,7 @@

pkg-octave-doc

- 0.4.5 2023-02-20 + 0.4.7 2023-02-26

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; + }