Skip to content

Commit ab09eb7

Browse files
Fixed forrest docs
1 parent 88ed55d commit ab09eb7

File tree

4 files changed

+19
-22
lines changed

4 files changed

+19
-22
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build/
2+
rdoc/
3+
site/build/
4+

site/src/documentation/content/xdocs/index.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<section id="Introduction">
2525
<title>Introduction</title>
2626
<p>
27-
AI4R is a collection of ruby algorithms implementations,
27+
AI4R is a collection of ruby algorithm implementations,
2828
covering several Artificial intelligence fields, and simple practical
2929
examples using them. A Ruby playground for AI researchers.
3030
It implements:
@@ -101,31 +101,25 @@ require "ai4r"
101101
</source>
102102
</section>
103103

104-
105-
106-
107104
<section id="ContactMe">
108105
<title>Contact</title>
109106
<p>
110107
If you have questions or constructive comments about this project,
111-
send it to me: Sergio Fierens, email address: <img src="images/my_email.png" alt="(sergio (dot) fierens (at) gmail (dot) com)"
108+
send it to me: <a href="https://github.com/SergioFierens">Sergio Fierens</a>, email address: <img src="images/my_email.png" alt="(sergio (dot) fierens (at) gmail (dot) com)"
112109
title="Sergio Fierens contact email" />.
113110
</p>
114-
<p>Current active contributors are:</p>
111+
</section>
112+
<section id="contributors">
113+
<title>Contributors</title>
114+
<p>This project was created and is maintained by <a href="https://github.com/SergioFierens">Sergio Fierens</a>. There are other (great and absolutely cool) people who have donated time and code to make this project better, including:</p>
115115
<ul>
116116
<li>Thomas Kern</li>
117-
<li>Sergio Fierens</li>
117+
<li>Luis Parravicini</li>
118118
</ul>
119119
</section>
120120

121121
<section id="warranty">
122122
<title>Disclaimer Note</title>
123-
<p>In plain English:</p>
124-
<p>This project was created by Sergio Fierens, but the AI algorithms were
125-
created by other people who are actually much more clever than Sergio.
126-
He does his best implementing them, but he cannot warranty that these
127-
implementations are accurate.</p>
128-
<p>In Legalese:</p>
129123
<p>
130124
This software is provided "as is" and without any express or implied
131125
warranties, including, without limitation, the implied warranties of

site/src/documentation/content/xdocs/site.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ See http://forrest.apache.org/docs/linking.html for more info
4545
<machineLearning label="Machine Learning" href="machineLearning.html" description="ID3 Decision Trees in ruby"/>
4646
<neuralNetworks label="Neural Networks" href="neuralNetworks.html" description="Backpropagation Neural Network in ruby" />
4747
</practicalExamples>
48-
<download label="Downloads" href="http://github.com/JadeFerret/ai4r/downloads" description="ai4r - Download Files"/>
49-
<forum label="Forum" href="http://forum.jadeferret.com/viewforum.php?f=3" description="Ai4r Forum"/>
48+
<download label="Downloads" href="http://github.com/SergioFierens/ai4r/downloads" description="ai4r - Download Files"/>
5049
<svn label="Source Code repository" href="sourceCode.html" description="ai4r source code repository"/>
51-
<wiki label="AI4R Wiki" href="http://wiki.jadeferret.com/Category:AI4R" description="ai4r wiki with How-to guides and more documentation"/>
5250
<rdoc label="API doc (Rdoc)" href="http://ai4r.rubyforge.org/rdoc/index.html" description="Ai4 RDoc docs"/>
5351
</about>
5452
</site>

site/src/documentation/content/xdocs/sourceCode.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<title>AI4R at GitHub</title>
1010
<p>AI4R Source Code is stored in a git repository at GitHub:</p>
1111
<p>
12-
<a href="http://github.com/JadeFerret/ai4r" title="AI4R source code at GitHub">
13-
http://github.com/JadeFerret/ai4r
12+
<a href="http://github.com/SergioFierens/ai4r" title="AI4R source code at GitHub">
13+
http://github.com/SergioFierens/ai4r
1414
</a>
1515
</p>
1616
<p>The public clone url is:</p>
1717
<p>
18-
<a href="git://github.com/JadeFerret/ai4r.git" title="AI4R git repository">
19-
git://github.com/JadeFerret/ai4r.git
18+
<a href="git://github.com/SergioFierens/ai4r.git" title="AI4R git repository">
19+
git://github.com/SergioFierens/ai4r.git
2020
</a>
2121
</p>
2222

@@ -26,7 +26,7 @@
2626
<title>Download the source code</title>
2727
<p>If you want to download ai4r code without using git,
2828
visit
29-
<a href="http://github.com/JadeFerret/ai4r/downloads" title="AI4R source code download">
29+
<a href="http://github.com/SergioFierens/ai4r/downloads" title="AI4R source code download">
3030
AI4R source code download site</a>, and click on the "download" button.
3131
</p>
3232
</section>
@@ -39,4 +39,5 @@
3939
</section>
4040

4141
</body>
42-
</document>
42+
</document>
43+

0 commit comments

Comments
 (0)