Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:github [25 Jun 2020 18:53] – add new links Robin Getzwiki:github [04 May 2021 17:27] (current) – add repo Robin Getz
Line 6: Line 6:
  
 There are a few [[syntax#interwiki|Interwiki link]] shortcuts which can be used to quickly link to specific files in github. These are used to move the wiki reader to the actual code. It's not meant to provide downloads. There are a few [[syntax#interwiki|Interwiki link]] shortcuts which can be used to quickly link to specific files in github. These are used to move the wiki reader to the actual code. It's not meant to provide downloads.
 +
 +=== Link to the mainline linux kernel ===
 +
   * ''%%[[linux.github>branch?path]]%%'' translates to ''%%http://github.com/analogdevicesinc/linux/blob/{branch}/{path}%%''    * ''%%[[linux.github>branch?path]]%%'' translates to ''%%http://github.com/analogdevicesinc/linux/blob/{branch}/{path}%%'' 
-    * Ex: ''%%[[linux.github>master?arch/arm/boot/dts/zynq-adrv9361-z7035-fmc-rfcard-tdd.dts |device tree]]%%'' makes [[linux.github>master?arch/arm/boot/dts/zynq-adrv9361-z7035-fmc-rfcard-tdd.dts |device tree]] in the wiki. +    * Example: ''%%[[linux.github>master?arch/arm/boot/dts/zynq-adrv9361-z7035-fmc-rfcard-tdd.dts |device tree]]%%'' makes [[linux.github>master?arch/arm/boot/dts/zynq-adrv9361-z7035-fmc-rfcard-tdd.dts |device tree]] in the wiki. 
 + 
 +=== Link to a repo on github === 
 + 
 +  * ''%%[[repo>repository]]%%'' translates to ''%%http://github.com/analogdevicesinc/{repository}%%'' 
 +    * Example: ''%%[[repo>HighSpeedConverterToolbox]]%%'' makes [[repo>HighSpeedConverterToolbox]] in the wiki. 
 + 
 +=== Link to a specific file on github === 
   * ''%%[[github>repository?branch/path]]%%'' translates to ''%%http://github.com/analogdevicesinc/{repository}/blob/{branch/path}%%''   * ''%%[[github>repository?branch/path]]%%'' translates to ''%%http://github.com/analogdevicesinc/{repository}/blob/{branch/path}%%''
-    * example: ''%%[[github>hdl?hdl_2016_r2/projects/pluto| Files]]%%'' creates this link : [[github>hdl?hdl_2016_r2/projects/pluto| Files]]+    * Example: ''%%[[github>hdl?hdl_2016_r2/projects/pluto| Files]]%%'' creates this link : [[github>hdl?hdl_2016_r2/projects/pluto| Files]] 
 + 
  
 ==== Downloads ==== ==== Downloads ====
wiki/github.txt · Last modified: 04 May 2021 17:27 by Robin Getz