Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-02-05 15:09:22 +00:00
parent f310a65256
commit ecb368ddb6
1797 changed files with 10075 additions and 330676 deletions

View file

@ -484,7 +484,6 @@ get into how we replace and extend Evennias default Commands.</p>
<h3>Versions</h3>
<ul>
<li><a href="Adding-Commands.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -19,7 +19,7 @@
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="The Tutorial World" href="Tutorial-World-Introduction.html" />
<link rel="next" title="Starting to code Evennia" href="Python-basic-introduction.html" />
<link rel="prev" title="Starting Tutorial (Part 1)" href="Starting-Part1.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
@ -32,7 +32,7 @@
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Tutorial-World-Introduction.html" title="The Tutorial World"
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Starting-Part1.html" title="Starting Tutorial (Part 1)"
@ -385,8 +385,8 @@ example. Evennia comes with a tutorial world for you to explore. We will try tha
<p class="topless"><a href="Starting-Part1.html"
title="previous chapter">Starting Tutorial (Part 1)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Tutorial-World-Introduction.html"
title="next chapter">The Tutorial World</a></p>
<p class="topless"><a href="Python-basic-introduction.html"
title="next chapter">Starting to code Evennia</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
@ -407,7 +407,6 @@ example. Evennia comes with a tutorial world for you to explore. We will try tha
<h3>Versions</h3>
<ul>
<li><a href="Building-Quickstart.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
@ -424,7 +423,7 @@ example. Evennia comes with a tutorial world for you to explore. We will try tha
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Tutorial-World-Introduction.html" title="The Tutorial World"
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
>next</a> |</li>
<li class="right" >
<a href="Starting-Part1.html" title="Starting Tutorial (Part 1)"

View file

@ -155,7 +155,6 @@ You can find the parent class for Accounts in <code class="docutils literal notr
<h3>Versions</h3>
<ul>
<li><a href="Creating-Things.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -487,7 +487,6 @@ to understand how to plan what our tutorial game will be about.</p>
<h3>Versions</h3>
<ul>
<li><a href="Django-queries.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -67,7 +67,7 @@ for each thing.</p>
what you can download from us. The github repo is also searchable.</p>
<p>Finally, you can clone the evennia repo to your own computer and read the sources locally. This is necessary
if you want to help with Evennias development itself. See the
<a class="reference internal" href="../../../Setup/Extended-Installation.html"><span class="doc std std-doc">extended install instructions</span></a> if you want to do this.</p>
<a class="reference internal" href="../../../Setup/Installation-Git.html"><span class="doc std std-doc">extended install instructions</span></a> if you want to do this.</p>
<section id="where-is-it">
<h2>Where is it?<a class="headerlink" href="#where-is-it" title="Permalink to this headline"></a></h2>
<p>If Evennia is installed, you can import from it simply with</p>
@ -237,7 +237,6 @@ to look it up in the docs:</p>
<h3>Versions</h3>
<ul>
<li><a href="Evennia-Library-Overview.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -263,7 +263,7 @@ people change and re-structure this in various ways to better fit their ideas.</
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/evennia/evennia/blob/master/evennia/game_template/world/batch_cmds.ev">batch_cmds.ev</a> - This is an <code class="docutils literal notranslate"><span class="pre">.ev</span></code> file, which is essentially
just a list of Evennia commands to execute in sequence. This one is empty and ready to expand on. The
<a class="reference internal" href="Tutorial-World-Introduction.html"><span class="doc std std-doc">Tutorial World</span></a> was built with such a batch-file.</p></li>
<a class="reference internal" href="Tutorial-World.html"><span class="doc std std-doc">Tutorial World</span></a> was built with such a batch-file.</p></li>
<li><p><a class="reference external" href="https://github.com/evennia/evennia/blob/master/evennia/game_template/world/prototypes.py">prototypes.py</a> - A <a class="reference internal" href="../../../Components/Prototypes.html"><span class="doc std std-doc">prototype</span></a> is a way
to easily vary objects without changing their base typeclass. For example, one could use prototypes to
tell that Two goblins, while both of the class Goblin (so they follow the same code logic), should have different
@ -335,7 +335,6 @@ equipment, stats and looks.</p></li>
<h3>Versions</h3>
<ul>
<li><a href="Gamedir-Overview.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -731,7 +731,6 @@ this tutorial. But thats enough of them for now. Its time to take some act
<h3>Versions</h3>
<ul>
<li><a href="Learning-Typeclasses.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -200,7 +200,7 @@ You hit smaug with sword!
<h2>Adding a Command to an object<a class="headerlink" href="#adding-a-command-to-an-object" title="Permalink to this headline"></a></h2>
<p>The commands of a cmdset attached to an object with <code class="docutils literal notranslate"><span class="pre">obj.cmdset.add()</span></code> will by default be made available to that object
but <em>also to those in the same location as that object</em>. If you did the <a class="reference internal" href="Building-Quickstart.html"><span class="doc std std-doc">Building introduction</span></a>
youve seen an example of this with the “Red Button” object. The <a class="reference internal" href="Tutorial-World-Introduction.html"><span class="doc std std-doc">Tutorial world</span></a>
youve seen an example of this with the “Red Button” object. The <a class="reference internal" href="Tutorial-World.html"><span class="doc std std-doc">Tutorial world</span></a>
also has many examples of objects with commands on them.</p>
<p>To show how this could work, lets put our hit Command on our simple <code class="docutils literal notranslate"><span class="pre">sword</span></code> object from the previous section.</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; self.search(&quot;sword&quot;).cmdset.add(&quot;commands.mycommands.MyCmdSet&quot;, persistent=True)
@ -607,7 +607,6 @@ command on ourselves.</p>
<h3>Versions</h3>
<ul>
<li><a href="More-on-Commands.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -20,7 +20,7 @@
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="Overview of your new Game Dir" href="Gamedir-Overview.html" />
<link rel="prev" title="The Tutorial World" href="Tutorial-World-Introduction.html" />
<link rel="prev" title="Using the game and building stuff" href="Building-Quickstart.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
@ -35,7 +35,7 @@
<a href="Gamedir-Overview.html" title="Overview of your new Game Dir"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Tutorial-World-Introduction.html" title="The Tutorial World"
<a href="Building-Quickstart.html" title="Using the game and building stuff"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" accesskey="U">Starting Tutorial (Part 1)</a> &#187;</li>
@ -712,8 +712,8 @@ Now lets look at the rest of the stuff youve got going on inside that <cod
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Tutorial-World-Introduction.html"
title="previous chapter">The Tutorial World</a></p>
<p class="topless"><a href="Building-Quickstart.html"
title="previous chapter">Using the game and building stuff</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Gamedir-Overview.html"
title="next chapter">Overview of your new Game Dir</a></p>
@ -737,7 +737,6 @@ Now lets look at the rest of the stuff youve got going on inside that <cod
<h3>Versions</h3>
<ul>
<li><a href="Python-basic-introduction.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
@ -757,7 +756,7 @@ Now lets look at the rest of the stuff youve got going on inside that <cod
<a href="Gamedir-Overview.html" title="Overview of your new Game Dir"
>next</a> |</li>
<li class="right" >
<a href="Tutorial-World-Introduction.html" title="The Tutorial World"
<a href="Building-Quickstart.html" title="Using the game and building stuff"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" >Starting Tutorial (Part 1)</a> &#187;</li>

View file

@ -503,7 +503,6 @@ provides. But first we need to learn just where to find everything.</p>
<h3>Versions</h3>
<ul>
<li><a href="Python-classes-and-objects.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -377,7 +377,6 @@ Django queries and querysets in earnest.</p>
<h3>Versions</h3>
<ul>
<li><a href="Searching-Things.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -20,7 +20,7 @@
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="Using the game and building stuff" href="Building-Quickstart.html" />
<link rel="prev" title="Setup quickstart" href="../../../Setup/Setup-Quickstart.html" />
<link rel="prev" title="Evennia Introduction" href="../../../Evennia-Introduction.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
@ -35,7 +35,7 @@
<a href="Building-Quickstart.html" title="Using the game and building stuff"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../../../Setup/Setup-Quickstart.html" title="Setup quickstart"
<a href="../../../Evennia-Introduction.html" title="Evennia Introduction"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Starting Tutorial (Part 1)</a></li>
@ -74,7 +74,7 @@ and share with others!</p>
<ol class="simple">
<li><p>Introduction (you are here)</p></li>
<li><p><a class="reference internal" href="Building-Quickstart.html"><span class="doc std std-doc">Building stuff</span></a></p></li>
<li><p><a class="reference internal" href="Tutorial-World-Introduction.html"><span class="doc std std-doc">The Tutorial World</span></a></p></li>
<li><p><a class="reference internal" href="Tutorial-World.html"><span class="doc std std-doc">The Tutorial World</span></a></p></li>
<li><p><a class="reference internal" href="Python-basic-introduction.html"><span class="doc std std-doc">Python basics</span></a></p></li>
<li><p><a class="reference internal" href="Gamedir-Overview.html"><span class="doc std std-doc">Game dir overview</span></a></p></li>
<li><p><a class="reference internal" href="Python-classes-and-objects.html"><span class="doc std std-doc">Python classes and objects</span></a></p></li>
@ -133,7 +133,7 @@ Python is whitespace-aware, this will make your life a lot easier.</p>
</section>
<section id="set-up-a-game-dir-for-the-tutorial">
<h3>Set up a game dir for the tutorial<a class="headerlink" href="#set-up-a-game-dir-for-the-tutorial" title="Permalink to this headline"></a></h3>
<p>Next you should make sure you have <a class="reference internal" href="../../../Setup/Setup-Quickstart.html"><span class="doc std std-doc">installed Evennia</span></a>. If you followed the instructions
<p>Next you should make sure you have <a class="reference internal" href="../../../Setup/Installation.html"><span class="doc std std-doc">installed Evennia</span></a>. If you followed the instructions
you will already have created a game-dir. You could use that for this tutorial or you may want to do the
tutorial in its own, isolated game dir; its up to you.</p>
<ul>
@ -211,8 +211,8 @@ the log again just run</p>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="../../../Setup/Setup-Quickstart.html"
title="previous chapter">Setup quickstart</a></p>
<p class="topless"><a href="../../../Evennia-Introduction.html"
title="previous chapter">Evennia Introduction</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Building-Quickstart.html"
title="next chapter">Using the game and building stuff</a></p>
@ -236,7 +236,6 @@ the log again just run</p>
<h3>Versions</h3>
<ul>
<li><a href="Starting-Part1.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>
@ -256,7 +255,7 @@ the log again just run</p>
<a href="Building-Quickstart.html" title="Using the game and building stuff"
>next</a> |</li>
<li class="right" >
<a href="../../../Setup/Setup-Quickstart.html" title="Setup quickstart"
<a href="../../../Evennia-Introduction.html" title="Evennia Introduction"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Starting Tutorial (Part 1)</a></li>

View file

@ -18,9 +18,7 @@
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"processClass": "tex2jax_process|mathjax_process|math|output_area"}})</script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="Starting to code Evennia" href="Python-basic-introduction.html" />
<link rel="prev" title="Using the game and building stuff" href="Building-Quickstart.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
@ -31,14 +29,7 @@
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Building-Quickstart.html" title="Using the game and building stuff"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" accesskey="U">Starting Tutorial (Part 1)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The Tutorial World</a></li>
</ul>
<div class="develop">develop branch</div>
@ -197,16 +188,10 @@ move on with how to access this power through code.</p>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Building-Quickstart.html"
title="previous chapter">Using the game and building stuff</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Python-basic-introduction.html"
title="next chapter">Starting to code Evennia</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="../../../_sources/Howto/Starting/Part1/Tutorial-World-Introduction.md.txt"
<li><a href="../../../_sources/Howto/Starting/Part1/Tutorial-World.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
</div><h3>Links</h3>
@ -222,8 +207,7 @@ move on with how to access this power through code.</p>
</ul>
<h3>Versions</h3>
<ul>
<li><a href="Tutorial-World-Introduction.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
<li><a href="Tutorial-World.html">1.0-dev (develop branch)</a></li>
</ul>
</div>
@ -239,14 +223,7 @@ move on with how to access this power through code.</p>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Python-basic-introduction.html" title="Starting to code Evennia"
>next</a> |</li>
<li class="right" >
<a href="Building-Quickstart.html" title="Using the game and building stuff"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../../index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="Starting-Part1.html" >Starting Tutorial (Part 1)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">The Tutorial World</a></li>
</ul>
<div class="develop">develop branch</div>

View file

@ -324,7 +324,6 @@ have made their dream game a reality!</p>
<h3>Versions</h3>
<ul>
<li><a href="Game-Planning.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -333,7 +333,6 @@ back to your planning and adjust it as you learn what works and what does not.</
<h3>Versions</h3>
<ul>
<li><a href="Planning-Some-Useful-Contribs.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -558,7 +558,6 @@ to code themselves. So in the next lesson we will check out what help we have fr
<h3>Versions</h3>
<ul>
<li><a href="Planning-The-Tutorial-Game.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -248,7 +248,6 @@ then try to answer those questions for the sake of creating our little tutorial
<h3>Versions</h3>
<ul>
<li><a href="Planning-Where-Do-I-Begin.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -138,7 +138,6 @@ and “what to think about” when creating a multiplayer online text game.</p>
<h3>Versions</h3>
<ul>
<li><a href="Starting-Part2.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -844,7 +844,6 @@ mixing them, or even try a third solution that better fits what you have in mind
<h3>Versions</h3>
<ul>
<li><a href="A-Sittable-Object.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -355,7 +355,6 @@ your <code class="docutils literal notranslate"><span class="pre">rules</span></
<h3>Versions</h3>
<ul>
<li><a href="Implementing-a-game-rule-system.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -138,7 +138,6 @@ with using Evennia. This be of much use when doing your own thing later.</p>
<h3>Versions</h3>
<ul>
<li><a href="Starting-Part3.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -598,7 +598,6 @@ show others whats going on.</p>
<h3>Versions</h3>
<ul>
<li><a href="Turn-based-Combat-System.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -652,7 +652,7 @@ generation.</p>
<p>The simple “Power” game mechanic should be easily expandable to something more full-fledged and
useful, same is true for the combat score principle. The <code class="docutils literal notranslate"><span class="pre">+attack</span></code> could be made to target a
specific player (or npc) and automatically compare their relevant attributes to determine a result.</p>
<p>To continue from here, you can take a look at the <a class="reference internal" href="../Part1/Tutorial-World-Introduction.html"><span class="doc std std-doc">Tutorial World</span></a>. For
<p>To continue from here, you can take a look at the <a class="reference internal" href="../Part1/Tutorial-World.html"><span class="doc std std-doc">Tutorial World</span></a>. For
more specific ideas, see the <a class="reference internal" href="../../Howto-Overview.html"><span class="doc std std-doc">other tutorials and hints</span></a> as well
as the <a class="reference internal" href="../../../Components/Components-Overview.html"><span class="doc std std-doc">Evennia Component overview</span></a>.</p>
</section>
@ -725,7 +725,6 @@ as the <a class="reference internal" href="../../../Components/Components-Overvi
<h3>Versions</h3>
<ul>
<li><a href="Tutorial-for-basic-MUSH-like-game.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -105,7 +105,6 @@ and batchcode processors.</p>
<h3>Versions</h3>
<ul>
<li><a href="Starting-Part4.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -178,7 +178,6 @@ to.</p>
<h3>Versions</h3>
<ul>
<li><a href="Add-a-simple-new-web-page.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -103,7 +103,6 @@ to bring your game online so you can invite your first players.</p>
<h3>Versions</h3>
<ul>
<li><a href="Starting-Part5.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>

View file

@ -200,7 +200,6 @@ works and what possibilities exist.</p>
<h3>Versions</h3>
<ul>
<li><a href="Web-Tutorial.html">1.0-dev (develop branch)</a></li>
<li><a href="../../../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
</ul>
</div>