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.