octave: Including URLs

 
 11.10.2.10 Including URLs
 .........................
 
 Basically, a URL is written between an opening ‘<’ and a closing ‘>’
 angle.
 
      ##
      # <http://www.octave.org>
 
    Text that is within these angles and separated by at least one space
 from the URL is a displayed text for the link.
 
      ##
      # <http://www.octave.org GNU Octave>
 
    A link starting with ‘<octave:’ followed by the name of a GNU Octave
 function, optionally with a displayed text, results in a link to the
 online GNU Octave documentations function index.
 
      ##
      # <octave:DISP The display function>