From: Graham Percival Date: Tue, 23 Oct 2007 20:08:20 +0000 (-0700) Subject: update. X-Git-Tag: release/2.11.35-1~46^2~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f68b75a372f683f22da4e7ec56204c94521a890;p=lilypond.git update. --- diff --git a/Documentation/user/policy.txt b/Documentation/user/policy.txt index 63ae075085..148b4f681b 100644 --- a/Documentation/user/policy.txt +++ b/Documentation/user/policy.txt @@ -65,22 +65,18 @@ main docs Music glossary: @rglos{foo}, @rglos{bar}. - User manual: @ref{baz}, @ref{foozle}. + Learning Manual: @rlearning{baz}, @rlearning{foozle} - Snippets: @lsrdir{section}. + Notation Reference: @ruser{faazle}, @ruser{boo}. + + Snippets: @lsrdir{section}, @lsr{specific/example-name.ly} Program reference: @internalsref{fazzle}, @internalsref{booar}. ("Snippets" is REQUIRED; the others are optional) * To create links, use @ref{} if the link is within the same - manual. If you are linking to another manual (say, - learning->glossary or user->program usage), then use: - @rlearning{} - @ruser{} - @rprogram{} - @rglos{} - @internalsref{} + manual. * @commonprop and @refbugs are optional. @@ -233,6 +229,17 @@ main docs @warning{}: produces a "Note: " box. Use for important messages. +* References must occur at the end of a sentence, for more + information see @ref{the texinfo manual}. Ideally this should + also be the final sentence of a paragraph, but this is not + required. Any link in a doc section must be duplicated in the + @seealso section at the bottom. + +* Introducing examples may be done with + . (ie finish the previous sentence/paragaph) + : (ie `in this example:') + , (ie `may add foo with the blah construct,') + %%%%% READABILITY