# HG changeset patch # User Kai T. Ohlhus # Date 1600153384 -32400 # Node ID 9a9f3db42b38992afd7c28812e74f77820cfa334 # Parent c98ea1e70392e8f3025817dcf2a5144e8ebb4274 pages/index.md: move back to pages directory. diff -r c98ea1e70392 -r 9a9f3db42b38 index.md --- a/index.md Tue Sep 15 15:59:42 2020 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,158 +0,0 @@ ---- -layout: default -permalink: index ---- - -
-
- Need help? Try out our new user and developer forum - Octave Discourse. -
- -
- -
-
- - Example mesh - -
-
- -

Scientific Programming Language

-
    -
  • Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools
  • -
  • Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows
  • -
  • Drop-in compatible with many Matlab scripts
  • -
- -
-
- -### Syntax Examples - -The Octave syntax is largely compatible with Matlab. -The Octave interpreter can be run in -GUI mode, as a console, -or invoked as part of a shell script. -More Octave examples can be found in -[the Octave wiki]({{ site.wiki_url }}/Using_Octave). - -
-
-

- Solve systems of equations with linear algebra operations on - vectors and matrices. -

-
-
-{%- include code1.html -%} - -
-
- -
-
-

- Visualize data with high-level plot commands - in 2D and 3D. -

-
-
-{%- include code2.html -%} - - Click here to see the plot output -
-
- - -### 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: - -{% highlight text %} -pkg install -forge package_name -pkg load package_name -{% endhighlight %} - -Browse Packages - - -### Development - -Octave is free software licensed under the -[GNU General Public License (GPL)]({{ "license.html" | relative_url }}). -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. - - -{% assign latest_post = site.posts.first %} -{% if latest_post %} -
- - RSS - -

- {{ latest_post.title }} -

- -
{{ latest_post.excerpt }}
-
-{% endif %} - -
- Example mesh - -
- -
- Example plot - -
- -
- GNU Octave GUI screenshot - -
diff -r c98ea1e70392 -r 9a9f3db42b38 pages/index.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pages/index.md Tue Sep 15 16:03:04 2020 +0900 @@ -0,0 +1,158 @@ +--- +layout: default +permalink: index +--- + +
+
+ Need help? Try out our new user and developer forum + Octave Discourse. +
+ +
+ +
+
+ + Example mesh + +
+
+ +

Scientific Programming Language

+
    +
  • Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools
  • +
  • Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows
  • +
  • Drop-in compatible with many Matlab scripts
  • +
+ +
+
+ +### Syntax Examples + +The Octave syntax is largely compatible with Matlab. +The Octave interpreter can be run in +GUI mode, as a console, +or invoked as part of a shell script. +More Octave examples can be found in +[the Octave wiki]({{ site.wiki_url }}/Using_Octave). + +
+
+

+ Solve systems of equations with linear algebra operations on + vectors and matrices. +

+
+
+{%- include code1.html -%} + +
+
+ +
+
+

+ Visualize data with high-level plot commands + in 2D and 3D. +

+
+
+{%- include code2.html -%} + + Click here to see the plot output +
+
+ + +### 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: + +{% highlight text %} +pkg install -forge package_name +pkg load package_name +{% endhighlight %} + +Browse Packages + + +### Development + +Octave is free software licensed under the +[GNU General Public License (GPL)]({{ "license.html" | relative_url }}). +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. + + +{% assign latest_post = site.posts.first %} +{% if latest_post %} +
+ + RSS + +

+ {{ latest_post.title }} +

+ +
{{ latest_post.excerpt }}
+
+{% endif %} + +
+ Example mesh + +
+ +
+ Example plot + +
+ +
+ GNU Octave GUI screenshot + +