From 91f82fe7b4c8666124ddc56c68ca97c9b1cef23e Mon Sep 17 00:00:00 2001 From: Vasily Ryabov Date: Mon, 3 Jul 2017 12:46:28 +0300 Subject: [PATCH] Fix year in copyrights, add link to the Getting Started Guide. --- LICENSE | 2 +- docs/index.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 8336c11e0..8ceed4ee4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Mark Mc Mahon and Contributors +Copyright (c) 2017, Mark Mc Mahon and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/index.txt b/docs/index.txt index c8d835faf..d3aef7687 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -1,7 +1,7 @@ ==================== What is pywinauto ==================== -© Mark Mc Mahon and Contributors_, 2006-2016 +© Mark Mc Mahon and Contributors_, 2006-2017 .. _Contributors: https://github.com/pywinauto/pywinauto/graphs/contributors @@ -48,6 +48,11 @@ Run Python :: How does it work ---------------- +The core concept is described in the `Getting Started Guide`_. + +.. _`Getting Started Guide`: getting_started.html + + A lot is done through attribute access (``__getattribute__``) for each class. For example when you get the attribute of an Application or Dialog object it looks for a dialog or control (respectively).