# HG changeset patch # User Kai T. Ohlhus # Date 1601353119 -32400 # Node ID 9057b6832c9a0d2ab0827af3882dbd60fd09d485 # Parent eb7a3afdad8bad8397f9f89d61f9a2aa797d1ade Improve syntax highlight with fenced markup. diff -r eb7a3afdad8b -r 9057b6832c9a css/app.css --- a/css/app.css Wed Sep 23 09:45:01 2020 +0900 +++ b/css/app.css Tue Sep 29 13:18:39 2020 +0900 @@ -120,7 +120,8 @@ padding: 0; } -.highlight { +div.highlight, +figure.highlight { margin: 0 0 1.5rem 0; border: 1px solid #ccc; padding: 0.5em; diff -r eb7a3afdad8b -r 9057b6832c9a pages/index.md --- a/pages/index.md Wed Sep 23 09:45:01 2020 +0900 +++ b/pages/index.md Tue Sep 29 13:18:39 2020 +0900 @@ -58,13 +58,13 @@
{%- include code1.html -%}
@@ -79,14 +79,14 @@
{%- include code2.html -%} Click here to see the plot output
@@ -114,9 +114,9 @@ Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command: -{% highlight text %} +``` hg clone https://www.octave.org/hg/octave -{% endhighlight %} +``` [Get involved]({{ "/get-involved.html" | relative_url }}) in Octave development. diff -r eb7a3afdad8b -r 9057b6832c9a pages/menu/bugs.md --- a/pages/menu/bugs.md Wed Sep 23 09:45:01 2020 +0900 +++ b/pages/menu/bugs.md Tue Sep 29 13:18:39 2020 +0900 @@ -39,10 +39,10 @@ 3. **Missing function in Octave** - If the function is - [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php), + [part of an Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php), this is **not** a bug. - If the function **exists in Matlab**, - but **not in core Octave** and **not in Octave Forge packages**, + but **not in core Octave** and **not in an Octave package**, that is a bug.

diff -r eb7a3afdad8b -r 9057b6832c9a pages/menu/download.md --- a/pages/menu/download.md Wed Sep 23 09:45:01 2020 +0900 +++ b/pages/menu/download.md Tue Sep 29 13:18:39 2020 +0900 @@ -73,9 +73,9 @@ ### Microsoft Windows {#ms-windows2}
-Note: All installers below bundle several Octave Forge packages +Note: All installers below bundle several Octave packages so they don't have to be installed separately. -After installation type pkg list to list them. +After installation type pkg list to list them.
Read more. diff -r eb7a3afdad8b -r 9057b6832c9a pages/menu/get-involved.md --- a/pages/menu/get-involved.md Wed Sep 23 09:45:01 2020 +0900 +++ b/pages/menu/get-involved.md Tue Sep 29 13:18:39 2020 +0900 @@ -9,12 +9,13 @@ and there are many ways you can contribute. You can help by fixing bugs, developing new features, -writing [Octave Forge packages]({{ site.sourceforge_url }}), +writing Octave packages, answering questions in Discourse, helping to improve the web pages. If you are wondering what to work on, we have a standard answer: -**What would you like to work on?** + +    **What would you like to work on?** For some inspiration, we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects) @@ -36,10 +37,8 @@ [https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave). You obtain the latest development version of Octave sources with the following command: - -{% highlight text %} +``` hg clone https://www.octave.org/hg/octave -{% endhighlight %} - +``` The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki contains more detailed and recent information about Octave development. diff -r eb7a3afdad8b -r 9057b6832c9a pages/missing.md --- a/pages/missing.md Wed Sep 23 09:45:01 2020 +0900 +++ b/pages/missing.md Tue Sep 29 13:18:39 2020 +0900 @@ -15,7 +15,7 @@ This is what you can do now: - Check if the function is - [part of some Octave Forge package]({{ site.sourceforge_url }}/functions_by_alpha.php) + [part of some Octave package]({{ site.sourceforge_url }}/functions_by_alpha.php) - [Report a bug]({{ "bugs.html" | relative_url }}) - [Implement the feature yourself]({{ "get-involved.html" | relative_url }}) - [Get commercial support]({{ "commercial-support.html" | relative_url }})