comparison doc/interpreter/contrib.txi @ 16792:b157ba28f123

doc: Use Texinfo @url command consistently throughout documentation. * doc/interpreter/contrib.txi, doc/interpreter/package.txi doc/interpreter/preface.txi: Change @uref to @url notation. * doc/interpreter/sparse.txi, doc/interpreter/install.txi, scripts/statistics/base/quantile.m: Add @url{} around URLs.
author Rik <rik@octave.org>
date Thu, 20 Jun 2013 19:32:59 -0700
parents acd6a21259a9
children aac60c9bfc77
comparison
equal deleted inserted replaced
16791:acd6a21259a9 16792:b157ba28f123
54 54
55 @node Basics of Generating a Changeset 55 @node Basics of Generating a Changeset
56 @section Basics of Generating a Changeset 56 @section Basics of Generating a Changeset
57 57
58 The preferable form of contribution is creating a Mercurial changeset 58 The preferable form of contribution is creating a Mercurial changeset
59 and submit it to the @uref{http://savannah.gnu.org/bugs/?group=octave, bug} or 59 and submit it to the @url{http://savannah.gnu.org/bugs/?group=octave, bug} or
60 @uref{http://savannah.gnu.org/patch/?func=additem&group=octave, patch} 60 @url{http://savannah.gnu.org/patch/?func=additem&group=octave, patch}
61 trackers@footnote{Please use the patch tracker only for patches which add new 61 trackers@footnote{Please use the patch tracker only for patches which add new
62 features. If you have a patch to submit that fixes a bug, you should use the 62 features. If you have a patch to submit that fixes a bug, you should use the
63 bug tracker instead.}. 63 bug tracker instead.}.
64 Mercurial is the source code management system currently used to develop 64 Mercurial is the source code management system currently used to develop
65 Octave. Other forms of contributions (e.g., simple diff patches) are 65 Octave. Other forms of contributions (e.g., simple diff patches) are