We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6860cf commit 56699feCopy full SHA for 56699fe
README.md
@@ -7,7 +7,7 @@ pip install pyperdeck
7
```
8
9
## Documentation
10
-A full API reference and small walkthrough is available on Read the Docs.
+A full API reference and small walkthrough is available on [Read the Docs](http://pyperdeck.readthedocs.io/).
11
12
## Example
13
```python
setup.py
@@ -13,6 +13,7 @@
url="https://github.com/FlantasticDan/pyperdeck",
14
project_urls={
15
"Bug Tracker": "https://github.com/FlantasticDan/pyperdeck/issues",
16
+ "Documentation": "http://pyperdeck.readthedocs.io/"
17
},
18
classifiers=[
19
"Programming Language :: Python :: 3",
0 commit comments