Template:Src: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
(Update src template)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="plainlinks">[http://trac.osgeo.org/grass/browser/grass/{{{branch|trunk}}}/{{{1}}} {{{1}}}]</span><noinclude>
<includeonly><span class="plainlinks">[https://github.com/OSGeo/grass/blob/{{{branch|main}}}/{{{1}}} {{{1}}}]</span></includeonly><noinclude>GRASS GIS GitHub source code browser link.


GRASS Trac SVN source code browser semi-external link. Usage:
== Usage ==
 
"main" branch:


  <nowiki>{{src|path/filename.c}}</nowiki>
  <nowiki>{{src|path/filename.c}}</nowiki>


or
"release branch":


  <nowiki>{{src|path/filename.c|branch=branches/develbranch_6}}</nowiki>
  <nowiki>{{src|path/filename.c|branch=releasebranch_8_4}}</nowiki>


The default branch is currently set to ''trunk'' (GRASS 7)
The default is currently set to ''main'' (GRASS GIS 8 development branch)
* for GRASS 6.5 use <tt>branches/develbranch_6</tt>
* for GRASS 8.4.git use <tt>releasebranch_8_4</tt>
* for GRASS 6.4 use <tt>branches/releasebranch_6_4</tt>


For example
== Examples ==
 
To refer to "main" branch, use:


  <nowiki>{{src|raster/r.info/main.c}}</nowiki>
  <nowiki>{{src|raster/r.info/main.c}}</nowiki>


creates
which creates


: {{src|raster/r.info/main.c}}
: {{src|raster/r.info/main.c}}


To refer to "releasebranch_8_4", use:
<nowiki>{{src|raster/r.info/main.c|branch=releasebranch_8_4}}</nowiki>
which creates
: {{src|raster/r.info/main.c|branch=releasebranch_8_4}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 12:15, 24 October 2024

GRASS GIS GitHub source code browser link.

Usage

"main" branch:

{{src|path/filename.c}}

"release branch":

{{src|path/filename.c|branch=releasebranch_8_4}}

The default is currently set to main (GRASS GIS 8 development branch)

  • for GRASS 8.4.git use releasebranch_8_4

Examples

To refer to "main" branch, use:

{{src|raster/r.info/main.c}}

which creates

raster/r.info/main.c


To refer to "releasebranch_8_4", use:

{{src|raster/r.info/main.c|branch=releasebranch_8_4}}

which creates

raster/r.info/main.c