mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Updated HTML docs
This commit is contained in:
parent
dc00b6bf65
commit
edf9ca4c4b
1252 changed files with 40437 additions and 27044 deletions
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Tutorials — Evennia 0.9.5 documentation</title>
|
||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
|
|
@ -14,7 +15,9 @@
|
|||
<script src="_static/language_data.js"></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="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Building Quickstart" href="Building-Quickstart.html" />
|
||||
<link rel="prev" title="Webclient brainstorm" href="Webclient-brainstorm.html" />
|
||||
</head><body>
|
||||
<div class="related" role="navigation" aria-label="related navigation">
|
||||
<h3>Navigation</h3>
|
||||
|
|
@ -25,7 +28,14 @@
|
|||
<li class="right" >
|
||||
<a href="py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> »</li>
|
||||
<li class="right" >
|
||||
<a href="Building-Quickstart.html" title="Building Quickstart"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Webclient-brainstorm.html" title="Webclient brainstorm"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.5</a> »</li>
|
||||
<li class="nav-item nav-item-this"><a href="">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -99,7 +109,7 @@ step-by-step instruction.</p></li>
|
|||
of building a small but working game from scratch.</p></li>
|
||||
<li><p><a class="reference internal" href="Adding-Command-Tutorial.html"><span class="doc">Tutorial: Adding new commands</span></a> - focuses specifically on how to add new
|
||||
commands.</p></li>
|
||||
<li><p><a class="reference internal" href="Parsing-command-arguments,-theory-and-best-practices.html"><span class="doc">Tutorial: Parsing command argument</span></a>.</p></li>
|
||||
<li><p><a class="reference internal" href="Parsing-command-arguments%2C-theory-and-best-practices.html"><span class="doc">Tutorial: Parsing command argument</span></a>.</p></li>
|
||||
<li><p><a class="reference internal" href="Adding-Object-Typeclass-Tutorial.html"><span class="doc">Tutorial: Adding new objects</span></a> - focuses specifically on how to
|
||||
add new objects.</p></li>
|
||||
<li><p><a class="reference internal" href="Tutorial-Searching-For-Objects.html"><span class="doc">Tutorial: Searching objects in the database</span></a> - how to find
|
||||
|
|
@ -171,7 +181,7 @@ implementation.</em></p>
|
|||
hang together.</p></li>
|
||||
<li><p><a class="reference internal" href="Web-Tutorial.html"><span class="doc">Tutorial: Website customization</span></a> - learn how to start customizing your game’s web
|
||||
presence.</p></li>
|
||||
<li><p><a class="reference internal" href="Bootstrap-&-Evennia.html"><span class="doc">Tutorial: Bootstrap & Evennia</span></a> - Learn more about Bootstrap, the current CSS
|
||||
<li><p><a class="reference internal" href="Bootstrap-%26-Evennia.html"><span class="doc">Tutorial: Bootstrap & Evennia</span></a> - Learn more about Bootstrap, the current CSS
|
||||
framework Evennia is using</p></li>
|
||||
<li><p><a class="reference internal" href="Web-Character-View-Tutorial.html"><span class="doc">Tutorial: Build a web page displaying a game character</span></a> - make a way
|
||||
to view your character on the web page.</p></li>
|
||||
|
|
@ -192,10 +202,13 @@ muds and Evennia.</p></li>
|
|||
<li><p><a class="reference internal" href="Evennia-for-MUSH-Users.html"><span class="doc">Evennia for MUSH Users</span></a> - an introduction to Evennia for those accustomed
|
||||
to MUSH-style servers.</p></li>
|
||||
</ul>
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -230,6 +243,12 @@ to MUSH-style servers.</p></li>
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="Webclient-brainstorm.html"
|
||||
title="previous chapter">Webclient brainstorm</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="Building-Quickstart.html"
|
||||
title="next chapter">Building Quickstart</a></p>
|
||||
<div role="note" aria-label="source link">
|
||||
<!--h3>This Page</h3-->
|
||||
<ul class="this-page-menu">
|
||||
|
|
@ -256,12 +275,19 @@ to MUSH-style servers.</p></li>
|
|||
<li class="right" >
|
||||
<a href="py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> »</li>
|
||||
<li class="right" >
|
||||
<a href="Building-Quickstart.html" title="Building Quickstart"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Webclient-brainstorm.html" title="Webclient brainstorm"
|
||||
>previous</a> |</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.5</a> »</li>
|
||||
<li class="nav-item nav-item-this"><a href="">Tutorials</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer" role="contentinfo">
|
||||
© Copyright 2020, The Evennia developer community.
|
||||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.
|
||||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue