generate_html

This package provides functions for generating HTML pages that contain the help texts for a set of functions. The package is designed to be as general as possible, but also contains convenience functions for generating a set of pages for entire packages.

Select category:

Main functions

html_help_text
Writes a function help text to disk formatted as HTML.
generate_package_html
Generate HTML documentation for a package.
generate_html_manual
Generate HTML documentation for the core functions provided by Octave.
generate_operators
Generate a HTML page with a list of operators available in GNU Octave.
get_html_options
Returns a structure containing design options for various project web sites.

Utility Functions

txi2index
Convert '.txi' files in the Octave source into an INDEX structure suitable for generating a functon reference.
txi2reference
Convert '.txi' files in the Octave source into a functon reference.
texi2html
Converts texinfo function help to a html page.

Website access

urlview
Asynchroneously view an url.
check_duplicates
Query Octave Forge website to check for duplicate symbols.

Package: generate_html