Skip to content

Commit

Permalink
Moving documentation link to the top of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jun 9, 2018
1 parent 724de01 commit a49e118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
This repository holds useful high-level widgets written in pure python.
This library used type hints and requires Python 3.5+; it could, however, be back-ported to earlier Python versions without difficulty.

For more details, check out the [documentation](https://tk-tools.readthedocs.io).

Here are some examples screenshots of the widgets you can create:

#### Button-Grid:
Expand Down Expand Up @@ -61,8 +63,6 @@ Here are some examples screenshots of the widgets you can create:

![Rotary-Scale](docs/img/rotary-scale.png)

For more details, check out the [documentation](https://tk-tools.readthedocs.io).

# Testing

Basic testing has been instantiated *however* it is currently limited. To execute style testing:
Expand Down

0 comments on commit a49e118

Please sign in to comment.