Skip to content

Commit

Permalink
Updated release level and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qgriffith committed Sep 24, 2011
1 parent 949f6f9 commit 1f4d80c
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 64 deletions.
2 changes: 1 addition & 1 deletion __init__.py
@@ -1,5 +1,5 @@
"""OpenEats"""
__version__ = '2.3Alpha'
__version__ = '2.3'
__license__ = 'BSD License'

__author__ = 'Quenten Griffith'
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.3Aplha'
release = '2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/html/_sources/changelog.txt
Expand Up @@ -53,4 +53,5 @@ Version 2.3
* Upgraded django-generic-flatblocks to 0.9.1
* Removed the plugin django-reversion
* Upgraded django-imagekit to 0.4.0
* Changed the site Logo

10 changes: 5 additions & 5 deletions docs/html/admin.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>6. Admin Page &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>6. Admin Page &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="next" title="7. Testing" href="testing.html" />
<link rel="prev" title="4. Configuration" href="config.html" />
</head>
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="config.html" title="4. Configuration"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -131,7 +131,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="config.html" title="4. Configuration"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
11 changes: 6 additions & 5 deletions docs/html/changelog.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>10. Changelog &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>10. Changelog &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="prev" title="9. Search Index" href="search_index.html" />
</head>
<body>
Expand All @@ -35,7 +35,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="search_index.html" title="9. Search Index"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -103,6 +103,7 @@ <h2>10.3. Version 2.3<a class="headerlink" href="#version-2-3" title="Permalink
<li>Upgraded django-generic-flatblocks to 0.9.1</li>
<li>Removed the plugin django-reversion</li>
<li>Upgraded django-imagekit to 0.4.0</li>
<li>Changed the site Logo</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -157,7 +158,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="search_index.html" title="9. Search Index"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/html/config.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>4. Configuration &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>4. Configuration &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="next" title="6. Admin Page" href="admin.html" />
<link rel="prev" title="3. Upgrade" href="upgrading.html" />
</head>
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="upgrading.html" title="3. Upgrade"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -189,7 +189,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="upgrading.html" title="3. Upgrade"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/html/exporting.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>8. Exporting Recipes &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>8. Exporting Recipes &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="next" title="9. Search Index" href="search_index.html" />
<link rel="prev" title="7. Testing" href="testing.html" />
</head>
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="testing.html" title="7. Testing"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -124,7 +124,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="testing.html" title="7. Testing"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/html/genindex.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Index &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>Index &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
</head>
<body>
<div class="related">
Expand All @@ -31,7 +31,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -79,7 +79,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
12 changes: 6 additions & 6 deletions docs/html/index.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Welcome to OpenEats2’s documentation! &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>Welcome to OpenEats2’s documentation! &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="#" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="#" />
<link rel="next" title="1. Introduction" href="intro.html" />
</head>
<body>
Expand All @@ -35,7 +35,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="intro.html" title="1. Introduction"
accesskey="N">next</a> |</li>
<li><a href="#">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="#">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -46,7 +46,7 @@ <h3>Navigation</h3>

<div class="section" id="welcome-to-openeats2-s-documentation">
<h1>Welcome to OpenEats2&#8217;s documentation!<a class="headerlink" href="#welcome-to-openeats2-s-documentation" title="Permalink to this headline"></a></h1>
<p>This document refers to version 2.3Aplha</p>
<p>This document refers to version 2.3.0</p>
<div class="section" id="getting-started">
<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="intro.html" title="1. Introduction"
>next</a> |</li>
<li><a href="#">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="#">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/html/install.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>2. Installation &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>2. Installation &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="next" title="3. Upgrade" href="upgrading.html" />
<link rel="prev" title="1. Introduction" href="intro.html" />
</head>
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="intro.html" title="1. Introduction"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -316,7 +316,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="intro.html" title="1. Introduction"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
10 changes: 5 additions & 5 deletions docs/html/intro.html
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>1. Introduction &mdash; OpenEats2 v2.3Aplha documentation</title>
<title>1. Introduction &mdash; OpenEats2 v2.3.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.3Aplha',
VERSION: '2.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="OpenEats2 v2.3Aplha documentation" href="index.html" />
<link rel="top" title="OpenEats2 v2.3.0 documentation" href="index.html" />
<link rel="next" title="2. Installation" href="install.html" />
<link rel="prev" title="Welcome to OpenEats2’s documentation!" href="index.html" />
</head>
Expand All @@ -39,7 +39,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="index.html" title="Welcome to OpenEats2’s documentation!"
accesskey="P">previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -114,7 +114,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="index.html" title="Welcome to OpenEats2’s documentation!"
>previous</a> |</li>
<li><a href="index.html">OpenEats2 v2.3Aplha documentation</a> &raquo;</li>
<li><a href="index.html">OpenEats2 v2.3.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down

0 comments on commit 1f4d80c

Please sign in to comment.