Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed May 17, 2010
1 parent 81cf3eb commit ec5ebf2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 9 deletions.
9 changes: 9 additions & 0 deletions django-native-tags/changelog.html
Expand Up @@ -50,6 +50,14 @@ <h3>Navigation</h3>

<div class="section" id="change-log">
<h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this headline"></a></h1>
<div class="section" id="v0-4">
<h2>v0.4<a class="headerlink" href="#v0-4" title="Permalink to this headline"></a></h2>
<blockquote>
<ul class="simple">
<li>Reorganized loader to index tags at the beginning and only load tags at runtime, good call legutierr!</li>
</ul>
</blockquote>
</div>
<div class="section" id="v0-3">
<h2>v0.3<a class="headerlink" href="#v0-3" title="Permalink to this headline"></a></h2>
<blockquote>
Expand Down Expand Up @@ -95,6 +103,7 @@ <h2>v0.1<a class="headerlink" href="#v0-1" title="Permalink to this headline">¶
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="">Change Log</a><ul>
<li><a class="reference external" href="#v0-4">v0.4</a></li>
<li><a class="reference external" href="#v0-3">v0.3</a></li>
<li><a class="reference external" href="#v0-2">v0.2</a></li>
<li><a class="reference external" href="#v0-1">v0.1</a></li>
Expand Down
13 changes: 8 additions & 5 deletions django-native-tags/decorators.html
Expand Up @@ -20,7 +20,7 @@
<script type="text/javascript" src="sphinx_static/jquery.js"></script>
<script type="text/javascript" src="sphinx_static/doctools.js"></script>
<link rel="top" title="Django Native Tags v0.3 documentation" href="index.html" />
<link rel="next" title="Contrib Add Ons" href="contrib/index.html" />
<link rel="next" title="Testing Your Tags" href="testing.html" />
<link rel="prev" title="Settings" href="configuration.html" />
</head>
<body>
Expand All @@ -34,7 +34,7 @@ <h3>Navigation</h3>
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="contrib/index.html" title="Contrib Add Ons"
<a href="testing.html" title="Testing Your Tags"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="configuration.html" title="Settings"
Expand Down Expand Up @@ -88,6 +88,9 @@ <h2>Important Attributes<a class="headerlink" href="#important-attributes" title
Default is <tt class="xref docutils literal"><span class="pre">True</span></tt></p>
<p><tt class="docutils literal"><span class="pre">cache</span></tt> - integer. The cache timeout time in seconds to use if any.
Default is no caching.</p>
<p><tt class="docutils literal"><span class="pre">unit</span></tt> - dictionary. Configuration data for a unittest.
Keys are: <tt class="docutils literal"><span class="pre">args</span></tt>,``kwargs``, and <tt class="docutils literal"><span class="pre">result</span></tt>. When testing native_tags it will
assert that the tag called with args/kwargs will return the expected result.</p>
</blockquote>
</div>
<div class="section" id="decorator-types">
Expand Down Expand Up @@ -160,8 +163,8 @@ <h4>Previous topic</h4>
<p class="topless"><a href="configuration.html"
title="previous chapter">Settings</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="contrib/index.html"
title="next chapter">Contrib Add Ons</a></p>
<p class="topless"><a href="testing.html"
title="next chapter">Testing Your Tags</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="sphinx_sources/decorators.txt"
Expand Down Expand Up @@ -194,7 +197,7 @@ <h3>Navigation</h3>
<a href="modindex.html" title="Global Module Index"
>modules</a> |</li>
<li class="right" >
<a href="contrib/index.html" title="Contrib Add Ons"
<a href="testing.html" title="Testing Your Tags"
>next</a> |</li>
<li class="right" >
<a href="configuration.html" title="Settings"
Expand Down
1 change: 1 addition & 0 deletions django-native-tags/index.html
Expand Up @@ -96,6 +96,7 @@ <h1>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<li class="toctree-l1"><a class="reference external" href="features.html">Features of Native Tags</a></li>
<li class="toctree-l1"><a class="reference external" href="configuration.html">Settings</a></li>
<li class="toctree-l1"><a class="reference external" href="decorators.html">Decorators</a></li>
<li class="toctree-l1"><a class="reference external" href="testing.html">Testing Your Tags</a></li>
<li class="toctree-l1"><a class="reference external" href="contrib/index.html">Contrib Add Ons</a></li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions django-native-tags/objects.inv
Expand Up @@ -3,20 +3,20 @@
# Version: 0.3
native_tags.contrib.hash mod contrib/hash.html
native_tags.contrib mod contrib/index.html
native_tags.contrib.gchart mod contrib/gchart.html
native_tags.nodes mod concepts.html
native_tags.contrib.regex mod contrib/regex.html
native_tags.contrib.generic_content mod contrib/generic_content.html
native_tags.contrib.mapreduce mod contrib/mapreduce.html
native_tags.contrib.pygmentize mod contrib/pygmentize.html
native_tags.nodes mod concepts.html
native_tags.contrib.generic_markup mod contrib/generic_markup.html
native_tags.contrib.comparison mod contrib/comparison.html
native_tags.contrib.math_ mod contrib/math.html
native_tags.contrib.serializers mod contrib/serializers.html
native_tags.contrib.context mod contrib/context.html
native_tags.contrib.cal mod contrib/cal.html
native_tags.contrib.rand mod contrib/rand.html
native_tags.contrib.gchart mod contrib/gchart.html
native_tags.contrib.baseencode mod contrib/baseencode.html
native_tags.contrib.cal mod contrib/cal.html
native_tags.contrib.feeds mod contrib/feeds.html
native_tags.decorators mod decorators.html
native_tags.contrib.math_.acosh function contrib/math.html
Expand Down
2 changes: 1 addition & 1 deletion django-native-tags/searchindex.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions django-native-tags/sphinx_sources/changelog.txt
Expand Up @@ -4,6 +4,11 @@
Change Log
===========

v0.4
-----

* Reorganized loader to index tags at the beginning and only load tags at runtime, good call legutierr!

v0.3
----
* ``smart_if`` tag removed in favor of Django v1.2's updated if tag.
Expand Down
4 changes: 4 additions & 0 deletions django-native-tags/sphinx_sources/decorators.txt
Expand Up @@ -53,6 +53,10 @@ Important Attributes

``cache`` - integer. The cache timeout time in seconds to use if any.
Default is no caching.

``unit`` - dictionary. Configuration data for a unittest.
Keys are: ``args``,``kwargs``, and ``result``. When testing native_tags it will
assert that the tag called with args/kwargs will return the expected result.


Decorator Types
Expand Down
1 change: 1 addition & 0 deletions django-native-tags/sphinx_sources/index.txt
Expand Up @@ -54,6 +54,7 @@ Contents
features
configuration
decorators
testing
contrib/index

Indices and tables
Expand Down

0 comments on commit ec5ebf2

Please sign in to comment.