Skip to content

Commit

Permalink
Redid docs with new template
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed May 28, 2010
1 parent 507700b commit e5f8baf
Show file tree
Hide file tree
Showing 20 changed files with 961 additions and 361 deletions.
Binary file added docs/_static/breadcrumb_background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
808 changes: 679 additions & 129 deletions docs/_static/default.css

Large diffs are not rendered by default.

Binary file added docs/_static/documentation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/header_sm_mid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/scrn1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/scrn2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/searchfield_leftcap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/searchfield_repeat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/searchfield_rightcap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/title_background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/_static/toc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
var TOC = {
load: function () {
$('#toc_button').click(TOC.toggle);
},

toggle: function () {
if ($('#sphinxsidebar').toggle().is(':hidden')) {
$('div.document').css('left', "0px");
$('toc_button').removeClass("open");
} else {
$('div.document').css('left', "230px");
$('#toc_button').addClass("open");
}
return $('#sphinxsidebar');
}
};

$(document).ready(function () {
TOC.load();
});
Binary file added docs/_static/triangle_closed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/triangle_left.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/triangle_open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 55 additions & 41 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,51 @@
<link rel="top" title="Django Categories v0.4.4 documentation" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">Django Categories v0.4.4 documentation</a> &raquo;</li>
</ul>
</div>
<div id="docstitle">
<p>Django Categories v0.4.4 documentation</p>
</div>
<div id="header">
<div id="title"><h1>Index</h1></div>
<ul id="headerButtons">
<li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li>
<li id="page_buttons">
<div class="headerButton"><a href="" title="General Index" accesskey="I">index</a></div>
</li>
</ul>
</div>

<div id="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<ul><li class="toctree-l1"><a href="index.html">Main Page</a></li></ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="usage.html">Ways to use the categories app</a></li>
<li class="toctree-l1"><a class="reference external" href="usage.html#using-categories-in-templates">Using categories in templates</a></li>
</ul>




<div id="searchbox" style="display: none">

<form class="search" action="search.html" method="get">
<div class="search-wrapper">
<span class="search-left"></span>
<input class="prettysearch" type="text" name="q" size="18" />
<span class="search-right">&nbsp;</span>
</div>
<input type="submit" value="Search" class="searchbutton" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>



<div class="document">
<div class="documentwrapper">
Expand All @@ -47,43 +83,21 @@ <h1 id="index">Index</h1>



</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">



<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="" title="General Index"
>index</a></li>
<li><a href="index.html">Django Categories v0.4.4 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
<p>
&copy; Copyright 2010, CoreyOordt.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
</p>
</div>
<div class="clearer"></div>
</div>
<div id="breadcrumbs">
Index
</ul>
</div>
<script type="text/javascript" charset="utf-8" src="_static/toc.js"></script>
</body>
</html>
116 changes: 57 additions & 59 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,54 @@
<link rel="next" title="Ways to use the categories app" href="usage.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="usage.html" title="Ways to use the categories app"
accesskey="N">next</a> |</li>
<li><a href="">Django Categories v0.4.4 documentation</a> &raquo;</li>
<div id="docstitle">
<p>Django Categories v0.4.4 documentation</p>
</div>
<div id="header">
<div id="title"><h1>Welcome to Django Categories’s documentation!</h1></div>
<ul id="headerButtons">
<li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li>
<li id="page_buttons">
<div class="headerButton"><a href="genindex.html" title="General Index" accesskey="I">index</a></div>
<div class="headerButton"><a href="usage.html" title="Ways to use the categories app" accesskey="N">next</a></div>
</li>
</ul>
</div>

<div id="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<ul><li class="toctree-l1"><a href="">Main Page</a></li></ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="usage.html">Ways to use the categories app</a></li>
<li class="toctree-l1"><a class="reference external" href="usage.html#using-categories-in-templates">Using categories in templates</a></li>
</ul>

<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none">

<form class="search" action="search.html" method="get">
<div class="search-wrapper">
<span class="search-left"></span>
<input class="prettysearch" type="text" name="q" size="18" />
<span class="search-right">&nbsp;</span>
</div>
<input type="submit" value="Search" class="searchbutton" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>



<div class="document">
<div class="documentwrapper">
Expand Down Expand Up @@ -62,59 +98,21 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
</div>


</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="">Welcome to Django Categories&#8217;s documentation!</a><ul>
</ul>
</li>
<li><a class="reference external" href="#indices-and-tables">Indices and tables</a></li>
</ul>

<h4>Next topic</h4>
<p class="topless"><a href="usage.html"
title="next chapter">Ways to use the categories app</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="usage.html" title="Ways to use the categories app"
>next</a> |</li>
<li><a href="">Django Categories v0.4.4 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
<p>
&copy; Copyright 2010, CoreyOordt.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
</p>
</div>
<div class="clearer"></div>
</div>
<div id="breadcrumbs">
Welcome to Django Categories&#8217;s documentation!
</ul>
</div>
<script type="text/javascript" charset="utf-8" src="_static/toc.js"></script>
</body>
</html>
98 changes: 56 additions & 42 deletions docs/registering_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,53 @@
<link rel="top" title="Django Categories v0.4.4 documentation" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">Django Categories v0.4.4 documentation</a> &raquo;</li>
<div id="docstitle">
<p>Django Categories v0.4.4 documentation</p>
</div>
<div id="header">
<div id="title"><h1>Registering Models</h1></div>
<ul id="headerButtons">
<li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li>
<li id="page_buttons">
<div class="headerButton"><a href="genindex.html" title="General Index" accesskey="I">index</a></div>
</li>
</ul>
</div>

<div id="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<ul><li class="toctree-l1"><a href="index.html">Main Page</a></li></ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="usage.html">Ways to use the categories app</a></li>
<li class="toctree-l1"><a class="reference external" href="usage.html#using-categories-in-templates">Using categories in templates</a></li>
</ul>

<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/registering_models.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none">

<form class="search" action="search.html" method="get">
<div class="search-wrapper">
<span class="search-left"></span>
<input class="prettysearch" type="text" name="q" size="18" />
<span class="search-right">&nbsp;</span>
</div>
<input type="submit" value="Search" class="searchbutton" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>



<div class="document">
<div class="documentwrapper">
Expand All @@ -54,45 +92,21 @@ <h1>Registering Models<a class="headerlink" href="#registering-models" title="Pe
</div>


</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/registering_models.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li><a href="index.html">Django Categories v0.4.4 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
<p>
&copy; Copyright 2010, CoreyOordt.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
</p>
</div>
<div class="clearer"></div>
</div>
<div id="breadcrumbs">
Registering Models
</ul>
</div>
<script type="text/javascript" charset="utf-8" src="_static/toc.js"></script>
</body>
</html>

0 comments on commit e5f8baf

Please sign in to comment.