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 @@

pkg-octave-doc

- 0.4.9 2023-04-01 + 0.5.0 2023-04-25

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_packages - List installable packages from Octave Packages. + List pkg-installable packages from Octave Packages. diff --git a/docs/list_packages.html b/docs/list_packages.html index 0f699e3..921f299 100644 --- a/docs/list_packages.html +++ b/docs/list_packages.html @@ -74,9 +74,13 @@

pkg-octave-doc: valid_packages = list_packages ()
-

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