Commit 31417e4e authored by Georgios Dagkakis's avatar Georgios Dagkakis

changes in typos and title of single server example

parent 95a9e278
......@@ -26,7 +26,7 @@
}
</code></pre>
<P>Every entry in node describes one object and the key (e.g. “E1”) is the id of
<P>Every entry in node describes one object and the key (e.g. "E1") is the id of
the ManPy object that should be unique (no two nodes with the same id). The value is a JSON object that contains all the attributes.
For E1 we have only two:</P>
......@@ -59,7 +59,7 @@
</code></pre>
<P>Note that the distribution is defined similarly to the style of when defining distributions using ManPy through Python
(see <a href="server.html">ManPy Single Server Example</a>).</P>
<P>Similarly we define the inter-arrival time for the source:P>
<P>Similarly we define the inter-arrival time for the source:</P>
<pre><code>
&quot;S1&quot;: {
&quot;_class&quot;: &quot;Dream.Source&quot;,
......
......@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Notebook</title>
<title>Single Server Example</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment