Small updates to html docs

This commit is contained in:
Tiago Gomes 2013-04-13 12:33:48 +01:00
parent 745a034d43
commit 761406fa46
2 changed files with 9 additions and 9 deletions

View File

@ -17,12 +17,12 @@
<div id="leftcolumn"><h1>Prolog Factor Language</h1></div>
<div id="rightcolumn">
<div>
<div id=name>Vítor Costa</div>
<div id=email>vsc at gmail.com </div>
<div class="name">Vítor Costa</div>
<div class="email">vsc at gmail.com </div>
</div>
<div style="padding-top:10px">
<div id=name>Tiago Gomes</div>
<div id=email>tiago.avv at gmail.com</div>
<div class="name">Tiago Gomes</div>
<div class="email">tiago.avv at gmail.com</div>
</div>
</div>
@ -323,21 +323,21 @@ This option allows to control the message sending order.
</ul>
<h3><span class=texttt>export_libdai</span></h3>
This option allows exporting the current model to the http://cs.ru.nl/&nbsp;jorism/libDAI/doc/fileformats.htmllibDAI file format.
This option allows exporting the current model to the <a href="http://cs.ru.nl/~jorism/libDAI/doc/fileformats.html">libDAI</a> file format.
<ul>
<li>Values: <span class=texttt>true</span> or <span class=texttt>false</span> (default).</li>
<li>Affects: <span class=texttt>hve</span>, <span class=texttt>bp</span>, and <span class=texttt>cbp</span>.</li>
</ul>
<h3><span class=texttt>export_uai</span></h3>
This option allows exporting the current model to the <A HREF="http://graphmod.ics.uci.edu/uai08/FileFormat">UAI</A> file format.
This option allows exporting the current model to the <a href="http://graphmod.ics.uci.edu/uai08/FileFormat">UAI</a> file format.
<ul>
<li>Values: <span class=texttt>true</span> or <span class=texttt>false</span> (default).</li>
<li>Affects: <span class=texttt>hve</span>, <span class=texttt>bp</span>, and <span class=texttt>cbp</span>.</li>
</ul>
<h3><span class=texttt>export_graphviz</span></h3>
This option allows exporting the factor graph's structure into a format that can be parsed by <A HREF="http://www.graphviz.org/">Graphviz</A>.
This option allows exporting the factor graph's structure into a format that can be parsed by <a href="http://www.graphviz.org/">Graphviz</a>.
<ul>
<li>Values: <span class=texttt>true</span> or <span class=texttt>false</span> (default).</li>
<li>Affects: <span class=texttt>hve</span>, <span class=texttt>bp</span>, and <span class=texttt>cbp</span>.</li>

View File

@ -45,11 +45,11 @@ body {
margin-right:0px;
}
#name {
div.name {
color:#2798CA;
}
#email {
div.email {
color:gray;
}