Skip to content

Commit e3a6611

Browse files
author
Joe Jevnik
committed
DOC: put rtd link in readme
1 parent b0b6d44 commit e3a6611

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
``codetransformer``
22
===================
33

4-
|build status|
4+
|build status| |documentation|
55

66
Bytecode transformers for CPython inspired by the ``ast`` module's
77
``NodeTransformer``.
@@ -260,3 +260,6 @@ https://github.com/llllllllll/codetransformer.
260260
.. _opcode: https://docs.python.org/3.5/library/dis.html#opcode-NOP
261261
.. |build status| image:: https://travis-ci.org/llllllllll/codetransformer.svg?branch=master
262262
:target: https://travis-ci.org/llllllllll/codetransformer
263+
.. |documentation| image:: https://readthedocs.org/projects/codetransformer/badge/?version=stable
264+
:target: http://codetransformer.readthedocs.io/en/stable/?badge=stable
265+
:alt: Documentation Status

0 commit comments

Comments
 (0)