comparison index.html @ 132:3a6d7e9903a0

Improve text about implementing missing functions (bug #40990) * missing.md: Improve text, as Felipe G. Nievinski suggested. * _config.yml, get-involved.md, index.html, missing.md: try to use jekyll variables for common URLs.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 17 Feb 2017 16:05:30 +0100
parents d79176062baa
children aaf612aece2b
comparison
equal deleted inserted replaced
131:4a7a4a799562 132:3a6d7e9903a0
110 <section> 110 <section>
111 <h3>Octave Forge</h3> 111 <h3>Octave Forge</h3>
112 <div class="row"> 112 <div class="row">
113 <div class="columns medium-9"> 113 <div class="columns medium-9">
114 <p> 114 <p>
115 <a href="http://octave.sourceforge.net/">Octave Forge</a> 115 <a href="{{ site.sourceforge_url }}">Octave Forge</a>
116 is a central location for development of packages for GNU Octave, 116 is a central location for development of packages for GNU Octave,
117 similar to Matlab's toolboxes. To install a package, use the 117 similar to Matlab's toolboxes. To install a package, use the
118 <code>pkg</code> command from the Octave prompt by typing: 118 <code>pkg</code> command from the Octave prompt by typing:
119 </p> 119 </p>
120 {% highlight text %} 120 {% highlight text %}
121 pkg install -forge package_name 121 pkg install -forge package_name
122 pkg load package_name 122 pkg load package_name
123 {% endhighlight %} 123 {% endhighlight %}
124 </div> 124 </div>
125 <div class="columns large-3"> 125 <div class="columns large-3">
126 <a href="http://octave.sourceforge.net/packages.php" class="button expand">Browse Packages</a> 126 <a href="{{ site.sourceforge_url }}/packages.php" class="button expand">Browse Packages</a>
127 </div> 127 </div>
128 </div> 128 </div>
129 </section> 129 </section>
130 130
131 <section> 131 <section>