summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2018-01-03 11:47:27 -0500
committerErik Rose <erik@mozilla.com>2018-01-03 11:47:27 -0500
commitffa68e2003281192943f4183e9d281515f93bfa4 (patch)
treeff4ab05a169187d605a7ce2d00f713aa9340ca3b
parent6a29ced8c1b10fad62ed2366e4bfec18b9d6831e (diff)
downloadblessings-ffa68e2003281192943f4183e9d281515f93bfa4.tar.gz
Link to the latest API documentation, which has moved to readthedocs in the wake of pythonhosted's deprecation.
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index bc58962..f672504 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,8 @@ capabilities::
print '{t.bold}All your {t.red}bold and red base{t.normal}'.format(t=t)
print t.wingo(2)
+`Full API Reference <https://blessings.readthedocs.io/>`_
+
The Pitch
=========