diff pages/index.md @ 228:236c0b1f7515

Generalize Octave packges subsection.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:30:31 +0900
parents 9057b6832c9a
children 598d7f098082
line wrap: on
line diff
--- a/pages/index.md	Tue Sep 29 13:18:39 2020 +0900
+++ b/pages/index.md	Tue Sep 29 13:30:31 2020 +0900
@@ -93,18 +93,12 @@
 </div>
 
 
-### Octave Forge
-
-[Octave Forge]({{ site.sourceforge_url }}) is a collection of high quality
-packages for GNU Octave, similar to Matlab's toolboxes.
-To install a package, use the `pkg` command from the Octave prompt by typing:
+### Octave Packages
 
-{% highlight text %}
-pkg install -forge package_name
-pkg load package_name
-{% endhighlight %}
-
-<a href="{{ site.sourceforge_url }}/packages.php" class="button small-only-expanded">Browse Packages</a>
+GNU Octave can be extended by packages, similar to Matlab's toolboxes.
+Find packages at:
+- [Octave Forge]({{ site.sourceforge_url }})
+- [Package extensions index]({{ site.pkg_index_url }})
 
 
 ### Development