adding a link to changelog, hope that mercurial versions links correctly
--HG-- branch : 1.0.x
This commit is contained in:
parent
4b710010a6
commit
ab83c4e05c
|
@ -0,0 +1 @@
|
||||||
|
../CHANGELOG
|
|
@ -59,6 +59,7 @@ pageTracker._trackPageview();
|
||||||
items = [
|
items = [
|
||||||
self.a_docref("install", "download.html"),
|
self.a_docref("install", "download.html"),
|
||||||
self.a_docref("contact", "contact.html"),
|
self.a_docref("contact", "contact.html"),
|
||||||
|
self.a_docref("changelog", "changelog.html"),
|
||||||
self.a_docref("faq", "faq.html"),
|
self.a_docref("faq", "faq.html"),
|
||||||
html.div(
|
html.div(
|
||||||
html.h3("py.test:"),
|
html.h3("py.test:"),
|
||||||
|
|
|
@ -17,7 +17,9 @@ funcargs_: powerful parametrized test function setup
|
||||||
|
|
||||||
customize_: configuration, customization, extensions
|
customize_: configuration, customization, extensions
|
||||||
|
|
||||||
|
changelog_: history of changes covering last releases
|
||||||
|
|
||||||
|
.. _changelog: ../changelog.html
|
||||||
.. _`plugins`: plugin/index.html
|
.. _`plugins`: plugin/index.html
|
||||||
.. _`talks, tutorials, examples`: talks.html
|
.. _`talks, tutorials, examples`: talks.html
|
||||||
.. _quickstart: quickstart.html
|
.. _quickstart: quickstart.html
|
||||||
|
|
Loading…
Reference in New Issue