diff --git a/docs/index.html b/docs/index.html index 1391d91..0e49a72 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@
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.
@@ -119,7 +119,7 @@List installable packages from Octave Packages. +
List pkg
-installable packages from Octave Packages.
valid_packages = list_packages ()
returns a cell array of
+ strings with the available names at Octave Package, which are installable
+ with the pkg
command.
+
Source Code: list_packages