remerge from 1.0.x after changelog addition change
--HG-- branch : trunk
This commit is contained in:
commit
e051c9a4b8
|
@ -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