diff --git a/docs/index.html b/docs/index.html index 39f11e6..a085b8a 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.
@@ -113,6 +113,14 @@
+ list_packages
+
+
diff --git a/docs/list_packages.html b/docs/list_packages.html
new file mode 100644
index 0000000..0f699e3
--- /dev/null
+++ b/docs/list_packages.html
@@ -0,0 +1,91 @@
+
+
+
+ Octave Package Documentation: list_packages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Function Reference: list_packages
+
+
+
+
+
+
+- pkg-octave-doc: valid_packages = list_packages ()
+
+
+ List installable packages from Octave Packages.
+
+
+
+Source Code:
+ list_packages
+
+
+
+
+
+
+
+
+