summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-02-08 16:55:43 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-02-08 16:55:43 -0500
commit5c0843f2e9668c9d6f48e9c5c3e3f6e74884645b (patch)
tree52657612943ff0fe4ec6e4fd3cf28dfb25c2f573 /docs
parent3c866f35f987d958f163c0b761fab4c931223f1c (diff)
downloadpecan-5c0843f2e9668c9d6f48e9c5c3e3f6e74884645b.tar.gz
Slight rearrangement of changelog placement.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changes.rst10
-rw-r--r--docs/source/index.rst13
2 files changed, 13 insertions, 10 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index 3d6a0c3..ff63c2a 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,8 +1,5 @@
-Change History
-==============
-
0.2.1
------
+=====
* Include a license, readme, and ``requirements.txt`` in distributions.
* Improve inspection with ``dir()`` for ``pecan.request`` and ``pecan.response``
@@ -11,7 +8,8 @@ Change History
virtual paths.
0.2.0
------
+=====
+
* Resolve a few pep8 issues.
* Update base project scaffolding tests to be more repeatable.
* Add an application-level configuration option to disable content-type guessing by URL
@@ -26,7 +24,7 @@ Change History
* Fix misleading output for ``$ pecan --version``.
0.2.0b
-------
+======
* Fix a bug in ``SecureController``. Resolves #131.
* Extract debug middleware static file dependencies into physical files.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 239370e..8f10827 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -64,10 +64,6 @@ Pecan's source code is well documented using Python docstrings and
comments. In addition, we have generated API documentation from the
docstrings here:
-.. toctree::
- :maxdepth: 1
-
- changes.rst
.. toctree::
:maxdepth: 2
@@ -88,6 +84,15 @@ docstrings here:
pecan_util.rst
+Change History
+=================
+
+.. toctree::
+ :maxdepth: 1
+
+ changes.rst
+
+
License
-------
The Pecan framework and the documentation is BSD Licensed::