Template:Manual/Doc: Difference between revisions

From Octave
Jump to navigation Jump to search
m (Fix template expansion.)
(Use https.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This template is for URLs to the [http://www.octave.org/doc/interpreter/ GNU Octave Manual] using the XREF mechanism.
This template is for URLs to the [https://www.octave.org/doc/interpreter/ GNU Octave Manual] using the XREF mechanism.


Example:
Example:


To get nice plots, one should use the <nowiki>{{manual|plot}}</nowiki> function within octave.
To get nice plots, one should use the <nowiki>{{manual|plot}}</nowiki> function within Octave.
 
Use a label for <nowiki>{{manual|plot|the plotting function}}</nowiki>.


Will produce:
Will produce:


To get nice plots, one should use the {{manual|plot}} function within octave.
To get nice plots, one should use the {{manual|plot}} function within Octave.
 
Use a label for {{manual|plot|the plotting function}}.

Latest revision as of 05:30, 19 October 2020

This template is for URLs to the GNU Octave Manual using the XREF mechanism.

Example:

To get nice plots, one should use the {{manual|plot}} function within Octave.

Use a label for {{manual|plot|the plotting function}}.

Will produce:

To get nice plots, one should use the plot function within Octave.

Use a label for the plotting function.