-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from lawsie/add-book
Add info about book to docs
- Loading branch information
Showing
48 changed files
with
1,073 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Book | ||
|
||
### Create Graphical User Interfaces with Python | ||
|
||
The authors of guizero have written a book containing ten fun guizero projects. The book starts from a very basic GUI and shows you how to create gradually more complex GUI programs including a painting program and a stop-motion animation creator. | ||
|
||
You can [buy the book in print](https://store.rpipress.cc/products/create-graphical-user-interfaces-with-python) or download it as a [free PDF](https://magpi.raspberrypi.org/books/create-guis). | ||
|
||
![guizero book](images/guizero-book.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Contributing | ||
# Contributing | ||
|
||
Contibutions are very welcome; be that changes, bug fixing, issue resolution or support. | ||
Contributions are very welcome; be that changes, bug fixing, issue resolution or support. | ||
|
||
## Issues | ||
|
||
All issues should be raise on [github.com/lawsie/guizero/issues](https://github.com/lawsie/guizero/issues) | ||
All issues should be raised on [github.com/lawsie/guizero/issues](https://github.com/lawsie/guizero/issues) | ||
|
||
## Code | ||
|
||
When providing code changes please: | ||
|
||
- use the `dev` branch as the base for all changes | ||
- create a single pull requests for each fix / addition | ||
- create a single pull request for each fix / addition | ||
- follow the existing coding style | ||
- provide documentation for all changes as markdown in `/docs-src` | ||
- provide tests for all changes in `/test` | ||
- provide tests for all changes in `/test` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.