Skip to content

Commit

Permalink
Fix year in copyrights, add link to the Getting Started Guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jul 3, 2017
1 parent 426ff1a commit 91f82fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion docs/index.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 91f82fe

Please sign in to comment.