Create a function reference from Octave help texts (docstrings) from single functions or all functions in a package, which can be installed with pkg.
Create a function reference from Octave help texts (docstrings) from single functions or all functions in a package, which can be installed with pkg. The generated pages follow the template of the Octave Packages at GitHub Pages based on bootstrap 5 and they have similar layout to the older documentation reference pages at Source Forge.
Create a function reference from Octave help texts (docstrings) from single functions or all functions in a package, which can be installed with pkg. The generated pages follow the template of the Octave Packages at GitHub Pages based on bootstrap 5 and they have similar layout to the older documentation reference pages at Source Forge.
To install octave-doc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-doc
To see what files were installed by octave-doc, run:
port contents octave-doc
To later upgrade octave-doc, run:
sudo port selfupdate && sudo port upgrade octave-doc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.