Releases: gnu-octave/pkg-octave-doc
pkg-octave-doc-0.5.5
Minor styling updates to the newly introduced left side category and function list.
pkg-octave-doc-0.5.4
New functionality to create a side bar with list of categories and functions available on each individual HTML page for easier navigation between functions. Update classdef_texi2html
function to handle the functionality changes of the methods
function, introduced since Octave 9.1.
pkg-octave-doc-0.5.3
Apply a workaround to prevent classdef_texi2html
building documentation from parent methods instead of shadowing methods that are present in the selected classdef. See bug #65220 for more information.
pkg-octave-doc-0.5.2
New functionality to generate class reference documentation from classdef
files including the texinfo help docstring from their public methods.
pkg-octave-doc-0.5.1
Update find_GHurls
function to use curl
and tar
instead of git
for downloading the requested package's repository faster.
pkg-octave-doc-0.5.0
Update package_texi2htm
function so that no 'assets' folder is created when output arguments are requested.
pkg-octave-doc-0.4.9
Fix error in package_texi2html
producing fprintf: invalid format specified
in line 297.
pkg-octave-doc-0.4.8
Allow \(...\)
math delimiter in @tex
blocks and catch cases with same function name in different classes.
pkg-octave-doc-0.4.7
Properly convert @math{}
texi tags into <math></math>
HTML code and the contained x
and *
symbols therein into the multiplication symbol ×
. Update style of table cells to vertical-align: top;
pkg-octave-doc-0.4.6
Minor update in HTML style.