Skip to content

Commit 2e8a7cc

Browse files
committed
Add the tutorials to the home page
1 parent b0f2331 commit 2e8a7cc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pretty:
22
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web embedc.fdoc
33
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web corout.fdoc
4+
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web views.fdoc
45
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web ../felix/src/packages/lists.fdoc
56

67
tut:

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@
4141
<h1>Felix programming system.</h1>
4242
<pre class='flxbg'>
4343
<span class="lineno" id=line1></span> <span class="library" title="Print a string to standard output with newline appended">println</span>$ <span class="fstring">"Hello World!"</span>;
44-
<span class="lineno" id=line2></span>
4544
</pre>
4645

47-
<h2>Articles</h2>
46+
<h2>Tutorials</h2>
47+
The basic <a href=web/tutorial.html>Tutorials</a>
48+
49+
<h2>New Articles</h2>
4850
<ol>
49-
<li><a href=embedc.html>Embedding C/C++</a>
50-
<li><a href=corout.html>Coroutine Magic</a>
51+
<li><a href=web/embedc.html>Embedding C/C++</a>
52+
<li><a href=webcorout.html>Coroutine Magic</a>
5153
</ol>
5254
</body>
5355
</html>

0 commit comments

Comments
 (0)