From 3fd316cded0d6774f1bdcc0900dd32debc88025f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 8 Mar 2022 18:44:17 +0100 Subject: [PATCH 1/5] Update upcoming trainings --- doc/en/index.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/en/index.rst b/doc/en/index.rst index 9e9cf0b68a8..f487a88ce82 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -1,11 +1,16 @@ :orphan: -.. - .. sidebar:: Next Open Trainings +.. sidebar:: Next Open Trainings + + - `PyConDE `__, April 11th 2022 (3h), Berlin, Germany + - `PyConIT `__, June 3rd 2022 (4h), Florence, Italy + - `Professional Testing with Python `_, via `Python Academy `_, March 7th to 9th 2023 (3 day in-depth training), Remote and Leipzig, Germany - - `Professional Testing with Python `_, via `Python Academy `_, February 1st to 3rd, 2022, Leipzig (Germany) and remote. + Also see `previous talks and blogposts `_. - Also see `previous talks and blogposts `_. +.. + - `Europython `__, July 11th to 17th (3h), Dublin, Ireland + - `CH Open Workshoptage `__ (German), September 6th to 8th (1 day), Bern, Switzerland .. _features: From 30d75f50887ca08d26aa02b6048f5334b40cf251 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Mar 2022 20:45:54 +0100 Subject: [PATCH 2/5] Remove old-ish link --- doc/en/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/en/index.rst b/doc/en/index.rst index f487a88ce82..021ec8ffae6 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -6,8 +6,6 @@ - `PyConIT `__, June 3rd 2022 (4h), Florence, Italy - `Professional Testing with Python `_, via `Python Academy `_, March 7th to 9th 2023 (3 day in-depth training), Remote and Leipzig, Germany - Also see `previous talks and blogposts `_. - .. - `Europython `__, July 11th to 17th (3h), Dublin, Ireland - `CH Open Workshoptage `__ (German), September 6th to 8th (1 day), Bern, Switzerland From 23c8ff65dc306ae89d52d0ec28b0f6c2a2b98558 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Mar 2022 15:19:03 +0100 Subject: [PATCH 3/5] Revert "Remove old-ish link" This reverts commit 30d75f50887ca08d26aa02b6048f5334b40cf251. --- doc/en/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/index.rst b/doc/en/index.rst index 021ec8ffae6..f487a88ce82 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -6,6 +6,8 @@ - `PyConIT `__, June 3rd 2022 (4h), Florence, Italy - `Professional Testing with Python `_, via `Python Academy `_, March 7th to 9th 2023 (3 day in-depth training), Remote and Leipzig, Germany + Also see `previous talks and blogposts `_. + .. - `Europython `__, July 11th to 17th (3h), Dublin, Ireland - `CH Open Workshoptage `__ (German), September 6th to 8th (1 day), Bern, Switzerland From d34b8a63aa4d3c7b9d98618c4e7b99675ea223eb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Mar 2022 15:20:23 +0100 Subject: [PATCH 4/5] Use crossref --- doc/en/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/index.rst b/doc/en/index.rst index f487a88ce82..03a39aaaae8 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -6,7 +6,7 @@ - `PyConIT `__, June 3rd 2022 (4h), Florence, Italy - `Professional Testing with Python `_, via `Python Academy `_, March 7th to 9th 2023 (3 day in-depth training), Remote and Leipzig, Germany - Also see `previous talks and blogposts `_. + Also see :doc:`previous talks and blogposts `. .. - `Europython `__, July 11th to 17th (3h), Dublin, Ireland From 4eaa6aee7f8ece1caad2d39c2c2784cf3423041d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 11 Mar 2022 15:32:17 +0100 Subject: [PATCH 5/5] Add past training --- doc/en/talks.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/talks.rst b/doc/en/talks.rst index 0b195960ab2..160345614c8 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -17,6 +17,8 @@ Books Talks and blog postings --------------------------------------------- +- `pytest: Simple, rapid and fun testing with Python, `_ (@ 4:22:32), Florian Bruhin, WeAreDevelopers World Congress 2021 + - 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