Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Apr 25, 2023
1 parent 128cd04 commit 4561833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</div>
<div class="col-sm-9 col-md-10">
<h3 class="d-inline-block mr-2">pkg-octave-doc</h3>
<b>0.4.9&nbsp;2023-04-01</b>
<b>0.5.0&nbsp;2023-04-25</b>
<p class="indent">
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.
</p>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h3 class="category">
<a href="list_packages.html">list_packages</a>
</code></b>
</td>
<td>List installable packages from Octave Packages.</td>
<td>List pkg-installable packages from Octave Packages.</td>
</tr>
<tr>
<td>
Expand Down
6 changes: 5 additions & 1 deletion docs/list_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ <h3 class="d-inline-block mr-2">
<dt><u>pkg-octave-doc:</u> <var>valid_packages</var> = <b>list_packages</b><i> ()</i></dt>
</dl>

<p> List installable packages from Octave Packages.
<p> List <code>pkg</code>-installable packages from Octave Packages.
</p>
<div class="ms-5">
<p> <code><var>valid_packages</var> = list_packages ()</code> returns a cell array of
strings with the available names at Octave Package, which are installable
with the <code>pkg</code> command.
</p>

<p><strong>Source Code: </strong>
<a href="https://github.com/gnu-octave/pkg-octave-doc/tree/main/inst/list_packages.m">list_packages</a>
Expand Down

0 comments on commit 4561833

Please sign in to comment.