aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-11-13 12:35:44 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-13 14:00:21 -0300
commit8f779f4dbdd3b62891ffd61e8a441f7108ea4cc7 (patch)
tree78c23fbdbdf68be7f10b388caf284a5a20de9566 /doc/_templates
parent4dd08dd079e7e56c7dcc0f8d3d89d1c8d78073d5 (diff)
added complete documentation on how the Shiboken generator interprets
and uses the type system's code-injection tag Reviewed by Lauro Neto <lauro.neto@openbossa.org>
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 8492c3ae5..ef2e9a610 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -11,6 +11,8 @@
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("codeinjectionsemantics") }}">Code Injection Semantics</a><br/>
+ <span class="linkdescr">explains how custom code injection is interpreted by {{ project }}</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("sequenceprotocol") }}">Sequence Protocol</a><br/>
<span class="linkdescr">support for python sequence protocol</span></p>
</td>