- add my ep2013 talk to talks page

- add "talks/blogs" to the navigation side bar
This commit is contained in:
holger krekel 2013-07-03 11:47:18 +02:00
parent c4c966683c
commit ea4a3adfd6
3 changed files with 2 additions and 5 deletions

View File

@ -31,6 +31,8 @@
<a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">issues[bb]</a> <a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">issues[bb]</a>
</td><td> </td><td>
<a href="{{ pathto('contact') }}">contact</a> <a href="{{ pathto('contact') }}">contact</a>
</td></tr><tr><td>
<a href="{{ pathto('talks') }}">Talks/Posts</a>
</td></tr></table> </td></tr></table>
</div> </div>
{% extends "basic/localtoc.html" %} {% extends "basic/localtoc.html" %}

View File

@ -4,9 +4,6 @@
pytest: helps you write better programs pytest: helps you write better programs
============================================= =============================================
.. note:: Upcoming: `professional testing with pytest and tox <http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 24th-26th June 2013, Leipzig.
**a mature full-featured Python testing tool** **a mature full-featured Python testing tool**
- runs on Posix/Windows, Python 2.4-3.3, PyPy and Jython-2.5.1 - runs on Posix/Windows, Python 2.4-3.3, PyPy and Jython-2.5.1

View File

@ -4,8 +4,6 @@ Talks and Tutorials
.. _`funcargs`: funcargs.html .. _`funcargs`: funcargs.html
.. note:: Upcoming: `professional testing with pytest and tox <`http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 24th-26th June 2013, Leipzig.
Tutorial examples and blog postings Tutorial examples and blog postings
--------------------------------------------- ---------------------------------------------