Skip to content

Commit

Permalink
fixed titles in some tutorial pages
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseta committed Mar 8, 2016
1 parent c6f9845 commit ff8b049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorial/inference/arithm.swinb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="notebook">

<div class="nb-cell markdown">
# Markov Chain
# Random arithmetic functions

In this example we want to show how to perform conditional inference in
an approximate way using sampling. In particular, we will show how to
Expand Down
2 changes: 1 addition & 1 deletion tutorial/inference/markov_chain.swinb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The chains may be infinite so the query may have an infinite number of explanati
:- set_pita(depth_bound,true).
:- set_pita(depth,&lt;level of depth (integer)&gt;).
==
(see [exact inference variant of this example](markov_chaindb.pl)). Alternatively, MCINTYRE can be used.
(see [exact inference variant of this example](example/inference/markov_chaindb.pl)). Alternatively, MCINTYRE can be used.

Here we will use the latter approach.

Expand Down
2 changes: 1 addition & 1 deletion tutorial/inference/pctl_slep.swinb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="notebook">

<div class="nb-cell markdown">
# Markov Chain
# Probabilistic Computation Tree Logic

In this example we want to perform model checking of the Synchronous Leader Election Protocol expressed in
Probabilistic Computation Tree Logic (PCTL).
Expand Down

0 comments on commit ff8b049

Please sign in to comment.