mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
Updated HTML docs.
This commit is contained in:
parent
57f411a6fa
commit
3fbd6c8647
154 changed files with 5284 additions and 4653 deletions
|
|
@ -17,7 +17,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="Parsing command arguments, theory and best practices" href="Parsing-commands-tutorial.html" />
|
||||
<link rel="next" title="Help System Tutorial" href="Web-Help-System-Tutorial.html" />
|
||||
<link rel="prev" title="Web Character Generation" href="Web-Character-Generation.html" />
|
||||
</head><body>
|
||||
<div class="related" role="navigation" aria-label="related navigation">
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<a href="../py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Parsing-commands-tutorial.html" title="Parsing command arguments, theory and best practices"
|
||||
<a href="Web-Help-System-Tutorial.html" title="Help System Tutorial"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Web-Character-Generation.html" title="Web Character Generation"
|
||||
|
|
@ -64,8 +64,8 @@
|
|||
<p class="topless"><a href="Web-Character-Generation.html"
|
||||
title="previous chapter">Web Character Generation</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="Parsing-commands-tutorial.html"
|
||||
title="next chapter">Parsing command arguments, theory and best practices</a></p>
|
||||
<p class="topless"><a href="Web-Help-System-Tutorial.html"
|
||||
title="next chapter">Help System Tutorial</a></p>
|
||||
<div role="note" aria-label="source link">
|
||||
<!--h3>This Page</h3-->
|
||||
<ul class="this-page-menu">
|
||||
|
|
@ -98,8 +98,7 @@
|
|||
|
||||
<section class="tex2jax_ignore mathjax_ignore" id="web-character-view-tutorial">
|
||||
<h1>Web Character View Tutorial<a class="headerlink" href="#web-character-view-tutorial" title="Permalink to this headline">¶</a></h1>
|
||||
<p><strong>Before doing this tutorial you will probably want to read the intro in [Basic Web tutorial](Web-
|
||||
Tutorial).</strong></p>
|
||||
<p><strong>Before doing this tutorial you will probably want to read the intro in [Basic Web tutorial](Web- Tutorial).</strong></p>
|
||||
<p>In this tutorial we will create a web page that displays the stats of a game character. For this,
|
||||
and all other pages we want to make specific to our game, we’ll need to create our own Django “app”</p>
|
||||
<p>We’ll call our app <code class="docutils literal notranslate"><span class="pre">character</span></code>, since it will be dealing with character information. From your game
|
||||
|
|
@ -319,7 +318,7 @@ here</a>.</em></p>
|
|||
<a href="../py-modindex.html" title="Python Module Index"
|
||||
>modules</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Parsing-commands-tutorial.html" title="Parsing command arguments, theory and best practices"
|
||||
<a href="Web-Help-System-Tutorial.html" title="Help System Tutorial"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="Web-Character-Generation.html" title="Web Character Generation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue