From 5071278938c5e543b8907630f6a33e70d3e910b3 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 6 Apr 2020 14:02:46 -0600 Subject: [PATCH] And an examples section header and link to the tutorial. --- doc/src/user_guide/introduction.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/src/user_guide/introduction.rst b/doc/src/user_guide/introduction.rst index 2dce430..331b717 100644 --- a/doc/src/user_guide/introduction.rst +++ b/doc/src/user_guide/introduction.rst @@ -125,5 +125,11 @@ The output is:: ('Peter', 'Hall') ('Peter', 'Tucker') -Example cx_Oracle scripts and a tutorial are in the `GitHub samples directory -`__. +Examples and Tutorials +---------------------- + +Runnable examples are in the `GitHub samples directory +`__. A `Python +cx_Oracle tutorial +`__ +is also available.