diff missing.md @ 78:5fc2af501316 kai

Overhauled support and missing function page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:55:06 +0200
parents 7d73884411b6
children 5caa2af27956
line wrap: on
line diff
--- a/missing.md	Thu Oct 13 17:54:34 2016 +0200
+++ b/missing.md	Thu Oct 13 17:55:06 2016 +0200
@@ -4,38 +4,33 @@
 menu: false
 ---
 
-GNU Octave strives to be among the very best numerical tools
-available.  While compatibility with Matlab is one of many strong
-features of Octave, we have not achieved 100% compatibility.  If
-you are reading this page, it is most likely because you attempted
-to use a function that is part of core Matlab, but has yet to be
-implemented in Octave.
+GNU Octave strives to be among the very best numerical tools available.
+While compatibility with Matlab is one of many strong features of Octave,
+we have not achieved 100% compatibility.
+If you are reading this page, it is most likely because you attempted to
+use a function that is part of core Matlab, but has yet to be implemented
+in Octave.
 
-There can be several reasons for the given function not to exist
-in Octave:
+There can be several reasons for the given function not to exist in Octave:
+
+- The function may exist in [Octave-Forge][1], but has not yet been adopted
+  as a part of the core Octave distribution.  You can try to look for your
+  function in the [alphabetical list of functions][2] at the Octave-Forge
+  web site to see if it is available in some package.
 
-<ul>
-  <li>
-    The function may exist
-    in <a href="http://octave.sourceforge.net">Octave-Forge</a>, but
-    has not yet been adopted as a part of the core Octave
-    distribution.  You can try to look for your function in
-    the <a href="http://octave.sourceforge.net/functions_by_alpha.php">alphabetical
-    list of functions</a> at the Octave-Forge web site to see if it
-    is available in some package.
-  </li>
-  <li>
-    The function may be new to Matlab.  It is possible that the Octave
-    community simply does not know it exists. Should this be the case,
-    feel free to open a feature request in the
-    <a href="http://bugs.octave.org">Octave bug tracker</a>.
-  </li>
-</ul>
+- The function may be new to Matlab.  It is possible that the Octave
+  community simply does not know it exists.  Should this be the case,
+  feel free to open a feature request in the [Octave bug tracker][3].
 
-The Octave community consists of volunteers working in their spare
-time.  As a result, development might sometimes not be fast enough for
-your needs.  If you have a feature request for Octave, the best way to
-ensure that your suggested improvement gets incorporated is either to
-implement the feature yourself or to pay somebody to do it for you.
+The Octave community consists of volunteers working in their spare time.
+As a result, development might sometimes not be fast enough for your needs.
+If you have a feature request for Octave, the best way to ensure that your
+suggested improvement gets incorporated is either to implement the feature
+yourself or to pay somebody to do it for you.
 If you are interested in funding work on Octave, please check out
-the <a href="get-involved.html">resources for developers</a>.
+the [resources for developers][4].
+
+[1]: http://octave.sourceforge.net
+[2]: http://octave.sourceforge.net/functions_by_alpha.php
+[3]: http://savannah.gnu.org/bugs/?group=octave
+[4]: {{ "get-involved.html" | relative_url }}