aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.0.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-03-07 10:39:05 -0500
committerWaylan Limberg <waylan@gmail.com>2012-03-07 10:39:05 -0500
commita3d1c761999a08974a9fdfe9636ff9f7aa6b5863 (patch)
tree0571f4f7d7981462d99bfc07b5d35fdf725e410d /docs/release-2.0.txt
parent521d5c2b68df4cfa842ebd62121ef9ba79d1da02 (diff)
downloadmarkdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.tar.gz
markdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.tar.bz2
markdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.zip
Add release notes, authors and change_log to docs.
Diffstat (limited to 'docs/release-2.0.txt')
-rw-r--r--docs/release-2.0.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/release-2.0.txt b/docs/release-2.0.txt
index b1f71ad..ec11522 100644
--- a/docs/release-2.0.txt
+++ b/docs/release-2.0.txt
@@ -1,3 +1,9 @@
+title: Release Notes for v2.0
+prev_title: Release Notes for v2.0.1
+prev_url: release-2.0.1.html
+next_title: Authors
+next_url: authors.html
+
Python-Markdown 2.0 Release Notes
=================================
@@ -20,8 +26,8 @@ extensions, then you should not need to make any changes to your code.
However, you may want to ensure that any third party extensions you are using
are compatible with the new API.
-The new extension API is fully documented in [[writing_extensions]]. Below is a
-summary of the significant changes:
+The new extension API is fully [documented](extensions/api.html) in the docs.
+Below is a summary of the significant changes:
* The old home-grown NanoDOM has been replaced with ElementTree. Therefore all
extensions must use ElementTree rather than the old NanoDOM.
@@ -61,7 +67,7 @@ accepts either the extension names as strings or instances of extensions. This
makes it possible to include multiple extensions in a single module.
Numerous extensions are included in the distribution by default. See
-[[available_extensions]] for a complete list.
+[available_extensions](extensions/index.html) for a complete list.
-See the [[change_log]] for a full list of changes.
+See the [Change Log](change_log.html) for a full list of changes.