changeset 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 8a3df033e584
files _config.yml pages/index.md
diffstat 2 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/_config.yml	Tue Sep 29 13:18:39 2020 +0900
+++ b/_config.yml	Tue Sep 29 13:30:31 2020 +0900
@@ -16,6 +16,7 @@
 docs_url: "https://www.gnu.org/software/octave/doc/latest"
 bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
 sourceforge_url: "https://octave.sourceforge.io"
+pkg_index_url: "https://gnu-octave.github.io/pkg-index/"
 maintainers_email: "octave-maintainers@gnu.org"
 help_email: "help-octave@gnu.org"
 irc_channel: "#octave"
--- 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