annotate index.html @ 98:86b96d9a0075

Format main page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 10:40:39 +0100
parents e7efa40deb17
children 34cd51c807b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 ---
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 <section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7 <div class="columns medium-6">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 <a href="#">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
9 <img src="{{ "/img/example-mesh.png" | relative_url }}" />
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 <div class="columns medium-6">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 <h2 class="home-title">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
14 <img src="{{ "/img/octave-logo.svg" | relative_url }}" style="float: left; height: 48px; width: auto; padding-right: 0.5rem" />
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15 GNU Octave
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16 </h2>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17 <h3>Scientific Programming Language</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18 <ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20 <li>Free software, runs on GNU/Linux, Mac, BSD, and Windows</li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 <li>Drop-in compatible with many Matlab scripts</li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22 </ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
23 <div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24 <ul class="button-group stack-for-small even-2">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
25 <li><a href="#install" class="button">Download</a></li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
26 <li><a href="{{site.docs_url}}" class="button">Docs</a></li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
27 </ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
28 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
29 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
30 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
31 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
32
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
33 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
34 <h3>Syntax Examples</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
35
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
36 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
37 <div class="columns medium-12">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
38 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
39 The Octave syntax is largely compatible with
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
40 <a href="http://www.mathworks.com/matlab">Matlab</a>.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
41 The Octave interpreter can be run in GUI mode, as a console,
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
42 or invoked as part of a shell script.
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
43 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
44 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
45 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
46
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
47 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
48 <div class="columns medium-4" >
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
49 <p>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
50 Solve systems of equations with linear algebra operations on
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
51 <strong>vectors</strong> and <strong>matrices</strong>.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
52 </p>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
53 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
54 <div class="columns medium-8">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
55 {% highlight octave %}
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
56 b = [4; 9; 2] # Column vector
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
57 A = [ 3 4 5;
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
58 1 3 1;
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
59 3 5 9 ]
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
60 x = A \ b # Solve the system Ax = b by inverting A
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
61 {% endhighlight %}
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
62 </div>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
63 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
64
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
65 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
66 <div class="columns medium-4">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
67 <p>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
68 Visualize data with <strong>high-level plot commands</strong>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
69 in 2D and 3D.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
70 </p>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
71 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
72 <div class="columns medium-8">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
73 {% highlight octave %}
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
74 x = -10:0.1:10; # Create an evenly-spaced vector from -10..10
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
75 y = sin (x); # y is also a vector
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
76 plot (x, y);
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
77 title ("Simple 2-D Plot");
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
78 xlabel ("x");
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
79 ylabel ("sin (x)");
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
80 {% endhighlight %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
81 <div class="text-left">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
82 <a href="#" data-reveal-id="plotModal">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
83 <img src="{{ "/img/example-plot.png" | relative_url }}" style="height: 12rem; width: auto;"/>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
84 <span class="label">Expand</span>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
85 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
86 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
87 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
88 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
90
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
91 <section id="install">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
92 <h3>Install</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
93 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
94 <div class="columns medium-8">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
95 {% include install.html %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
96 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
97 <div class="columns medium-4">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
98 <a href="#" data-reveal-id="guiModal">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
99 <img src="{{ "/img/screenshot-2016-small.png" | relative_url }}" title="GNU Octave 4.0.3 - Licensed under CC BY-SA 3.0"/>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
100 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
102 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
103 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
104
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
105 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
106 <h3>Octave Forge</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
107 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
108 <div class="columns medium-9">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
109 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
110 <a href="http://octave.sourceforge.net/">Octave Forge</a>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
111 is a central location for development of packages for GNU Octave,
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
112 similar to Matlab's toolboxes. To install a package, use the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
113 <code>pkg</code> command from the Octave prompt by typing:
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
114 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
115 {% highlight text %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
116 pkg install -forge package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
117 pkg load package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
118 {% endhighlight %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
119 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
120 <div class="columns large-3">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
121 <a href="http://octave.sourceforge.net/packages.php" class="button expand">Browse Packages</a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
122 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
123 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
124 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
125
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
126 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
127 <h3>Development</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
128 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
129 Octave is free software licensed under the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
130 <a href="{{ "license.html" | relative_url }}">GNU General Public License (GPL)</a>.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
131 Assuming you have Mercurial installed on your machine
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
132 you may obtain the latest development version of Octave sources
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
133 with the following command:
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
134 </p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
135 {% highlight text %}
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
136 hg clone http://www.octave.org/hg/octave
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
137 {% endhighlight %}
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
138 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
139 If you want to participate in Octave development, join the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
140 <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
141 mailing list.
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
142 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
143 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
144
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
145 <section id="latest">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
146 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
147 <div class="columns small-12">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
148 {% assign latest_post = site.posts.first %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
149 {% if latest_post %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
150 <div class="panel callout">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
151 <a class="right" href="{{ "/feed.xml" | relative_url }}">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
152 <span class="label warning">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
153 RSS
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
154 </span>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
155 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
156 <h3 class="entry-title">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
157 <a href="{{ latest_post.url | relative_url }}">{{ latest_post.title }}</a>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
158 </h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
159 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p>
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
160 <div class="entry-content">{{ latest_post.excerpt }}</div>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
161 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
162 {% endif %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
163 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
164 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
165 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
166
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
167 <div id="plotModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
168 <img src="{{ "/img/example-plot.png" | relative_url }}" />
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
169 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
170 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
171
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
172 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
173 <img src="{{ "/img/screenshot-2016.png" | relative_url }}" title="GNU Octave 4.0.3 - Licensed under CC BY-SA 3.0"/>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
174 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
175 </div>