Skip to content

Commit

Permalink
📚 Add documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jul 5, 2018
1 parent 9fdb939 commit 5028cde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Transforms Python source code into it's most compact representation.

python-minifier supports Python 2.6 to 2.7 and Python 3.3 to 3.7.

* [PyPi](https://pypi.org/project/python-minifier/)
* [Documentation](https://dflook.github.io/python-minifier/)
* [Issues](https://github.com/dflook/python-minifier/issues)

As an example, the following python source:

```python
Expand Down Expand Up @@ -129,6 +133,8 @@ with open('hello.py') as f:
print(python_minifier.minify(f.read()))
```

Documentation is available at [dflook.github.io/python-minifier/](https://dflook.github.io/python-minifier/)

## License

Available under the MIT License. Full text is in the [LICENSE](LICENSE) file.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
license='MIT',
project_urls={
'Issues': 'https://github.com/dflook/python-minifier/issues',
'Documentation': 'https://dflook.github.io/python-minifier/',
'Say Thanks!': 'https://saythanks.io/to/dflook',
},
keywords='minify minifier',
Expand Down

0 comments on commit 5028cde

Please sign in to comment.