From e3a6611b29067070bcbd8354f3dd45ea35eb1eb4 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Wed, 24 May 2017 18:52:03 -0400 Subject: [PATCH] DOC: put rtd link in readme --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 84806e8..902ca06 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ``codetransformer`` =================== -|build status| +|build status| |documentation| Bytecode transformers for CPython inspired by the ``ast`` module's ``NodeTransformer``. @@ -260,3 +260,6 @@ https://github.com/llllllllll/codetransformer. .. _opcode: https://docs.python.org/3.5/library/dis.html#opcode-NOP .. |build status| image:: https://travis-ci.org/llllllllll/codetransformer.svg?branch=master :target: https://travis-ci.org/llllllllll/codetransformer +.. |documentation| image:: https://readthedocs.org/projects/codetransformer/badge/?version=stable + :target: http://codetransformer.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status