diff --git a/doc/en/index.rst b/doc/en/index.rst
index f1cb533d7..a9bc07fbd 100644
--- a/doc/en/index.rst
+++ b/doc/en/index.rst
@@ -1,5 +1,12 @@
:orphan:
+.. sidebar:: Next Open Trainings
+
+ - `pytest: Test Driven Development (nicht nur) für Python `_ (German) at the `CH Open Workshoptage `_, September 8 2020, HSLU Campus Rotkreuz (ZG), Switzerland.
+ - `Professional testing with Python `_, via Python Academy, February 1-3 2021, Leipzig (Germany) and remote.
+
+ Also see `previous talks and blogposts `_.
+
.. _features:
pytest: helps you write better programs
diff --git a/doc/en/talks.rst b/doc/en/talks.rst
index 253dfe78e..216ccb8dd 100644
--- a/doc/en/talks.rst
+++ b/doc/en/talks.rst
@@ -2,13 +2,6 @@
Talks and Tutorials
==========================
-.. sidebar:: Next Open Trainings
-
- - `Free 1h webinar: "pytest: Test Driven Development für Python" `_ (German), online, August 18 2020.
- - `"pytest: Test Driven Development (nicht nur) für Python" `_ (German) at the `CH Open Workshoptage `_, September 8 2020, HSLU Campus Rotkreuz (ZG), Switzerland.
-
-.. _`funcargs`: funcargs.html
-
Books
---------------------------------------------
@@ -21,6 +14,16 @@ Books
Talks and blog postings
---------------------------------------------
+- Webinar: `pytest: Test Driven Development für Python (German) `_, Florian Bruhin, via mylearning.ch, 2020
+
+- Webinar: `Simplify Your Tests with Fixtures `_, Oliver Bestwalter, via JetBrains, 2020
+
+- Training: `Introduction to pytest - simple, rapid and fun testing with Python `_, Florian Bruhin, PyConDE 2019
+
+- Abridged metaprogramming classics - this episode: pytest, Oliver Bestwalter, PyConDE 2019 (`repository `__, `recording `__)
+
+- Testing PySide/PyQt code easily using the pytest framework, Florian Bruhin, Qt World Summit 2019 (`slides `__, `recording `__)
+
- `pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyBCN June 2019 `_.
- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides in english `_, `video in spanish `_)
@@ -52,8 +55,6 @@ Talks and blog postings
- `pytest: helps you write better Django apps, Andreas Pelme, DjangoCon
Europe 2014 `_.
-- :ref:`fixtures`
-
- `Testing Django Applications with pytest, Andreas Pelme, EuroPython
2013 `_.